1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-02 15:58:48 +00:00
gedit/tools
Steve Frécinaux b2ed3a3e0b New plugin generator, able to generate python and C plugin skelettons. See
2006-05-21  Steve Frécinaux  <steve@istique.net>

        * tools/generate-plugins.py:
        * tools/preprocessor.py:

        New plugin generator, able to generate python and C plugin skelettons.
        See ./generate-plugins.py --help

        * tools/plugin_template/Makefile.am:
        * tools/plugin_template/gedit-plugin.desktop.in:
        * tools/plugin_template/gedit-plugin-helper.py:
        * tools/plugin_template/gedit-plugin-nohelper.py:
        * tools/plugin_template/gedit-plugin.c:
        * tools/plugin_template/gedit-plugin.h:

        Templates for the generator.

        * tools/.cvsignore: ignore *.pyc files.
2006-05-21 14:01:49 +00:00
..
plugin_template New plugin generator, able to generate python and C plugin skelettons. See 2006-05-21 14:01:49 +00:00
.cvsignore New plugin generator, able to generate python and C plugin skelettons. See 2006-05-21 14:01:49 +00:00
generate-plugin.py New plugin generator, able to generate python and C plugin skelettons. See 2006-05-21 14:01:49 +00:00
preprocessor.py New plugin generator, able to generate python and C plugin skelettons. See 2006-05-21 14:01:49 +00:00