bp-edit Code
Status: Beta
Brought to you by:
davidjensenlin
bpedit: A gtksourceview-2.0 based text editor. license: GPL version 2 Requirements: gtk+-2.0 gtksourceview-2.0 dbus-glib-1 libunique Installation: ./configure make su (if needed) make install Usage: for standard editing: bpedit <file> for use as a 'repository' editor, where the caller waits till the editor exits; i.e. 'svn ci': bpedit -n <file> thus you needn't close all current files. Notes: 1. Developement was done with 'medit'. http://mooedit.sourceforge.net/ No code is taken from medit, though the 'show tabs and trailing spaces' was implemented from insight gained from medit's code. 2. Following the axiom, 'Never trap an error you do not know how to handle.', Little error is checking is included. 3. The code is now beta+ quality. 4. The files encodings.{c,h} are borrowed from 'leafpad'.