Highlight Braces in Decompiled Classes
Status: Abandoned
Brought to you by:
gillmerderge
Currently highlighting is only applied to text nodes.
Since Java class files are binary files, highlighting
is not enabled. However, when JBuilder displays class
files, it shows a decompiled version of the source
code (either from javap or a more thorough
decompilation via an OpenTool). The braces in the
decompiled source should be highlighted in the same
way as those in actual source files.