On Jul 6, 12:20 pm, heysc...@gmail.com wrote:
> On Jul 6, 6:30 am, molesky...@yahoo.com wrote:
>
> > Sorry other question whcih I forgot to ask:
>
> > Do you know how to go to the matching brace (or parenthesis, etc...)?
> > Or recording and replay macro (for example, if you need simple editing
> > done on many lines, but don't want to type for each one, you know
> > automate it)?
> > When I open a .bat file, it wants to run it, how can I tell eclipse
> > that I want to edit file, not run it. Thank you
>
> Go to Matching Bracket -> Ctrl+Shift+P
>
> This page may be helpful:http://eclipse-tools.sourceforge.net...cuts_(3.0).pdf
Thank you. I tried Ctrl+Shift+P but eclipse didnt go to matching
braket. It keeps saying: No matching bracket found. I tried on first
brace on this code and on first braket:
public class test {
test() { int a[] = new int[3]; }
}