Heres a patch that adds syntax highlighting to Int/Float/Hex numbers and Operators (+-*/= etc) and also options for them.
extra_syntax_highlight.patch
If you have MingW installed the patch can be applied to maxide.bmx by doing this in a terminal:
Otherwise you can read the patch file and modify your copy manualy ;)
The Operator highlighting can slow down the highlighting on big files, so it can be disabled by setting the color the same as normal text (PlainText in options)
EDIT: patch is working =)
extra_syntax_highlight.patch
If you have MingW installed the patch can be applied to maxide.bmx by doing this in a terminal:
cd "c:\program files\blitzmax\src\maxide" patch -i extra_syntax_highlight.patch -o maxide_extra.bmx maxide.bmxthis creates a new file "maxide_extra.bmx" with the changes.
Otherwise you can read the patch file and modify your copy manualy ;)
The Operator highlighting can slow down the highlighting on big files, so it can be disabled by setting the color the same as normal text (PlainText in options)
EDIT: patch is working =)
