[vtk-developers] Syntax Highlighting

Andrew Maclean a.maclean at cas.edu.au
Tue Mar 15 17:49:32 EST 2005


Hi All

I have a TCL script that does the following:

# Parse a list of VTK classes, variables and functions
# extracted from the Doxygen documentation.
# Just copy the Class Members page starting at -_-
# and ending at the last class member to a file called
# VTK.txt
# Then run this program and the following files will be produced:
# VTKClasses.Txt - a list of the vtk classes.
# VTKFunctions.txt - a list of methods in the classes.
# VTKVariables.txt - a list of variables in the classes.
# VTKClassesFnVar.txt - a list of classes with their methods and
# variables.


I use it to produce a highlighter for Context by extending the TCL/TK
highlighter. 

It has occurred to me that this could be used to produce highlighters for
Emacs and the KDE editors in Linux for C++ and TCL/Tk. Does anyone already
do this or does anyone want to have a go at doing this? I am a casual user
of Emacs and, with respect to the KDE stuff, not very experienced.

If there is any interest I'll zip and post the file to this group (it is
quite small).

Andrew



___________________________________________
Andrew J. P. Maclean
Centre for Autonomous Systems
The Rose Street Building J04
The University of Sydney  2006  NSW
AUSTRALIA
Ph: +61 2 9351 3283
Fax: +61 2 9351 7474
URL: http://www.cas.edu.au/
___________________________________________





More information about the vtk-developers mailing list