Hyperlink for non literal symbols
Vladimir Voskresensky <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
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 () {} []?
I can prototype it for CND's editors, but implementation is language independent.
Best regards,
Vladimir.