Use Folding/ProjectionAnnotation also as basis for boxes
EditBox is the Eclipse plugin for source code background highlighting.
Brought to you by:
mentos13
Hello,
I am the creator of WUDSN IDE, an Eclipse plugin for 6502 assembler devlopment (www.wudsn.com). The nested highlight of EditBox is something I always wanted to have. My plugin (and many others) already support parsing and provide the nesting structure to the StructuredTextEditor as nested folding positions. Therefore it would be great if EditBox had a BoxProvider built-in which uses the folding positions instead of the text. This way EditBox becomes usable for many more file type without even knowing their structure.
I have attached a screen shot of a folding example.
Good idea. I'm checking Eclipse API how to do it... Thanks
No update so far, so I consider this no longer relevant.