Customized syntax coloring - The ability to add/delete change
colors of any word we wish. I often find myself wanting
a certain keyword a different color and/or a Winapi keyword
highlighted as well. A simple .conf file would be sufficiant
with all keywords and colors settings
Another way to work with the Customized Syntax Coloring is to use a
metastatement, eg:
#compile exe
#color SendMessage, BLUE, UCASE
#color Yoga, Purple, UCASE
function pbmain()
..
..
end function
That would be nice too because people exchanging source file's
will keep syntax highlighting in tact.
- a Tooltip popup display the proper syntax for the current keyword.
I forget the syntax too much.
------------------
-Greg
colors of any word we wish. I often find myself wanting
a certain keyword a different color and/or a Winapi keyword
highlighted as well. A simple .conf file would be sufficiant
with all keywords and colors settings
Another way to work with the Customized Syntax Coloring is to use a
metastatement, eg:
#compile exe
#color SendMessage, BLUE, UCASE
#color Yoga, Purple, UCASE
function pbmain()
..
..
end function
That would be nice too because people exchanging source file's
will keep syntax highlighting in tact.
- a Tooltip popup display the proper syntax for the current keyword.
I forget the syntax too much.
------------------
-Greg
Comment