Changes between Version 2 and Version 3 of GtkEditors
- Timestamp:
- 12/01/09 09:05:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GtkEditors
v2 v3 1 Gtk/Gnome text editors typically use a common library component called [http://projects.gnome.org/gtksourceview/ GtkSourceView] such that adding language support for it can enhance multiple applications. If you are specifically using [http://www.gnome.org/projects/gedit/ gedit], they have a [http://live.gnome.org/Gedit/NewLanguage NewLanguage] wiki page with instructions. Also, note that gedit is available for Windows, Mac and Linux. 1 NOTE: We have this language file almost finished so don't bother working on it. -Chuck 2009-12-01 2 2 3 Rumor has it that you should be able to drop a new language file in ~/.local/share/gtksourceview-2.0/language-specs 3 Gtk/Gnome text editors typically use a common library component called [http://projects.gnome.org/gtksourceview/ GtkSourceView] which means that adding Cobra language support for it enhances multiple applications. If you are specifically using [http://www.gnome.org/projects/gedit/ gedit], they have a [http://live.gnome.org/Gedit/NewLanguage NewLanguage] wiki page with instructions. Also, note that gedit is available for Windows, Mac and Linux. 4 4 5 If you create Cobra language support for any Gtk/Gnome products, please update this page. 5 You can drop a new language file in '''(root)/share/gtksourceview-2.0/language-specs''' where '''(root)''' is one of: 6 * ~/.local 7 * /opt 8 * /usr/local 9 * /usr 10 11 Editors that use !GtkSourceView: 12 * [http://projects.gnome.org/gedit/ gedit] 13 * [http://scribes.sourceforge.net/ scribes] 6 14 7 15 See also: EditorSupportTips, EditorSupport