David Ponce <[EMAIL PROTECTED]> writes:

> The Java 1.5 grammar is not used by default because it fully parses
> the source code (however I didn't encountered problems with that).

Aside: If I used that grammar, would I be able to navigate from any
spot in the source code to the nearest enclosing "try" using Semantic?

(Currently, I do backward-up-list.  If at beginning of method, I
stop.  If not at beginning of method (yet), then I look to see if
there is a "try" nearby.  If so, I've found the right spot.  This
reeks of trouble.)

Kai

Reply via email to