I've enhanced SymHighlight to include a UI that displays the set of highlighted words.
Each line has 2 check boxes: Enable and WordOnly.
WordOnly lets you set for each highlight if it should match a word exactly, or any match.
SymHighlight.e is heavily modified from the original by marksun.
I don't really know how to distribute this easily.
I've included a zip with several *.e files.
HighlightsDlgDef.e: This is the dialog definition. Normally it would be in your "vusrobjs.e" file.
To install:
Extract all the files to your slick config directory.
From the slick command line, run "HighlightsDlgDef.e" to install the dialog definition.
Then use Macro->Load Module on each of:
- [size=78%]SymHighlightJOE.e[/size]
- [size=78%]colorDistance.e[/size]
- [size=78%]HighlightDialog.e[/size]
Then bind the commands
- [size=78%]CycleSymHighlight[/size]
- [size=78%]ToggleSymHighlight[/size]
- [size=78%]ClearAllSymHighlight[/size]
to keys as you would with SymHighlight.e
To open the dialog, run the command
run_highlights