1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Sébastien Wilmet
cf472fd724 Get rid of HAVE_CONFIG_H
It's specific to Autotools.
2019-12-05 14:26:27 +01:00
Ting-Wei Lan
54a1ff4ca7 Don't hard-code paths to interpreters
Not all systems install the same interpreter into the same place.
Assuming it is always installed in /bin or /usr/bin can lead to errors
when running these scripts. /bin/sh is the only exception here. Almost
all configure scripts use it, so it should be safe to use.
2019-07-10 09:57:55 +00:00
Jesse van den Kieboom
aed932f292 Use G_ADD_PRIVATE for plugins 2014-08-26 18:47:22 +02:00
Garrett Regier
9444b9d32d Fix generating messages with enum or flag properties 2014-01-07 10:12:41 -08:00
Garrett Regier
83665f0c86 Silence the new GTK+ deprecations as we cannot fix them now
Many APIs which gedit requires are now deprecated.

Also, fix files to correctly #include <config.h> which is required
to silence the warnings.
2013-07-01 11:19:45 -07:00
Garrett Regier
d1fd126b19 Remove all uses of map() and filter(), instead use list comprehensions
Also, stop creating a pointless list just for str.join().
2013-06-14 23:50:13 -07:00
Paolo Borelli
21982cd256 Remove outdated tool to generate a plugin scheleton 2011-12-03 11:55:21 +01:00
Jesse van den Kieboom
04698e7100 Implemented new bindable message bus 2011-03-24 22:10:51 +01:00
Garrett Regier
a5a4c9b1dd Renamed pane to panel 2010-06-28 14:58:10 -07:00
Jesse van den Kieboom
0afb302129 Add modelines to all the C files 2010-04-29 19:43:19 +02:00
Ignacio Casal Quinteiro
9680df0ad9 Add git.mk to generate the .gitignore. 2009-05-05 12:13:38 +02:00
Paolo Borelli
eb5863b94b remove cvsignore files from the repo
svn path=/trunk/; revision=5695
2007-07-07 10:47:12 +00:00
Paolo Maggi
d31150656e added a missing ":"
2006-08-21  Paolo Maggi  <paolo@gnome.org>

	* tools/plugin_template/gedit-plugin-helper.py (__del__): added
a
	missing ":"
2006-08-21 17:16:23 +00:00
Jesse van den Kieboom
22af26c54a fixed missing semicolon and private struct definition (missed a _)
* tools/plugin_template/gedit-plugin.c: fixed missing semicolon and
	private struct definition (missed a _)
2006-05-28 09:57:03 +00:00
Steve Frécinaux
49ec739bb9 Removed hint for gconf code generation in plugin generator (gconf usage is
2006-05-21  Steve Frécinaux  <steve@istique.net>

        * tools/generate-plugin.py: Removed hint for gconf code generation in
        plugin generator (gconf usage is not generic enough)

        * tools/plugin_template/gedit-plugin-helper.py:
        * tools/plugin_template/gedit-plugin-nohelper.py:
        * tools/plugin_template/gedit-plugin.c:

        Added support for --with-menu generation option.
2006-05-21 21:30:38 +00:00
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
Paolo Borelli
4cd7cf8c80 The. Big. Merge. 2005-12-12 17:28:04 +00:00