-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
With the new IJ1 Macro auto-completion implemented by @haesleinhuepf, we get nice completions for all currently implemented macro functions, but not all of them are recognized by the syntax highlighter, because syntax highlighting relies on ImageJMacroTokenMaker in this repository.
To illustrate this, paste the following lines in the script editor:
getTitle() // is highlighted
Table.applyMacro(code) // is not highlightedLet's migrate IJ1MacroHighlighter to imagej-legacy and unify the way how macro tokens are recognized, such that all functions that can be auto-completed will also be shown with a dedicated syntax color.
haesleinhuepf and ctrueden
Metadata
Metadata
Assignees
Labels
No labels