Re: Hyperlink for non literal symbols
Vladimir Voskresensky <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
idea came exactly from invisible paired curly :-)
but sometimes it's also not clear the boundaries of ( ) as well,
especially in logical expressions.
Vitezslav Stejskal wrote:
> 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
>