Files
gnatstudio/examples/python
Emmanuel Briot 826c757a9c (highlighter.py): new python plugin to support other plugins. This
provide an easy way to highlight regular expressions in editors
 without duplicating possibly tricky code.
("character_added" hook): also called when a character has been removed
 (it seems that a script using this hook is interesting in both kind
 of changes anyway, and for backward compatibility with we want to keep
 this hook anyway -- the character added is considered to be control-h (8)
 in such a case)
remove obsolete examples as a result

git-svn-id: svn+ssh://svn.eu/Dev/trunk/gps@131361 936e1b1b-40f2-da11-902a-00137254ae57
2008-10-22 22:27:47 +00:00
..
2004-09-27 13:14:51 +00:00
2008-06-10 13:09:21 +00:00
2003-12-01 17:02:43 +00:00
2005-04-11 14:42:46 +00:00

This directory contains a number of python scripts, that show how
GPS can be extended through this scripting language.

To use any of these scripts, copy the file to your $HOME/.gps/plug-ins
directory.