Skip to content

GTK+ Highlight Editor

Basically, it’s just another highlighting editor. I have created it to learn how to integrate scintilla editor into gmysqlcc project.

I have continue it because I want a multi-file editor with code folding and split view.

It’s stay at an Alpha level …

Features

Already done :

  • Syntax highlighting (detection from file extension)
  • Line numbers
  • Folding
  • Load/Save File
  • Can open more than one file at the same time
  • Can open files from command line
  • Can open file using Drag aNd Drop
  • Search & replace functions
  • Translations (gettext) : uk, fr

To do :

  • Goto line
  • Multiple view of the same file
  • Only one instance for all windows (D-Bus)
  • Improve Search & replace (multi-line)

Download, Compile & Install

Download from site

To download gmysqlcc from site, go to File section.
To uncompress the file, type this command :

$ tar zxf file_name.tar.gz

Download from Subversion

To download ghe via Subversion, type these commands in a terminal :

$ svn co http://svn.thepozer.org/ghe/trunk ghe

Compile and Install

If you have got source from Subversion, you need to do some steps before in gmysqlcc directory :

$ aclocale
$ automake -a -c
$ autoconf

These steps generate the configure script.

If you have downloaded the source package, start here.

Now it’s generics configure’s steps :

$ ./configure
$ make

To install ghe, you need to be root. Just type :

$ make install

Links

GTK+
Scintilla Editor