I would like more syntax highlite features a am used to see in jedit (http://jedit.org)
methods and functions
Module Level __magic__ Variables see: http://cardboard.nu/blog/2003_09_18/module_level_magic_variables.html
Exceptions, builtins
you can get a good ideia from the jedit setup:
http://cvs.sourceforge.net/viewcvs.py/\*checkout*/jedit/jEdit/modes/python.xml?content-type=text%2Fplain&rev=1.10
Thank you
Carlo Emmanoel T. Oliveira
You are welcome to implement it :-) All the keywords are inside org.python.pydev.editor.PyEditConfiguration.java
Aleks
I would like more syntax highlite features a am used to see in jedit (http://jedit.org)
methods and functions
Module Level __magic__ Variables see:
http://cardboard.nu/blog/2003_09_18/module_level_magic_variables.html
Exceptions, builtins
you can get a good ideia from the jedit setup:
http://cvs.sourceforge.net/viewcvs.py/\*checkout*/jedit/jEdit/modes/python.xml?content-type=text%2Fplain&rev=1.10
Thank you
Carlo Emmanoel T. Oliveira
You are welcome to implement it :-) All the keywords are inside org.python.pydev.editor.PyEditConfiguration.java
Aleks