It should be possible to add words to the list of reserved
words (like int, double, for, ...), just for syntax
highlighting.
If the user could add words like "GLfloat" and "GLint",
OpenGL code would be a lot more readable (to me at
least).
It doesn't sound very hard to do this; if I had Delphi, I'd
do it myself.
Logged In: YES
user_id=1135129
Before using DevCpp I used RHIDE and it had a file in which it
had the reserved words for c, c++, ada, pascal, fortan ... All
the languages it suported. It even had a file with shortcuts
that we could edit, things like:
main\ (press SPACE+Ctrl) expanded to
int main(argv,argc) {
}
and
for\ (press SPACE+Ctrl) expanded to
for( int #1, #2 < #3, ++#4){
}
and we could create new shortcut codes just by adding it to
the file.