Re: Hyperlink for non literal symbols
Vitezslav Stejskal <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Vladimir Voskresensky wrote:
> Just an (old?) idea.
> Could it be helpful to have hyperlinks not only for identifiers, but
> for other
> non literal symbols as well? Now we have only shortcuts to match
> paired parens,
> brackets and curlies.
> if ( ...... ) {
> ........
> int i = ar[.......][..........];
> }
>
> May be to add hyperlinking for each symbol () {} []?
Not a bad idea I think. Would definitely be interesting for curlies as
sometimes blocks of code do not fit on a screen and it's not really
possible to see the other symbol highlighted.
-vita