| SSEX
Szymon Stefanek's Editor for X
This program has nothing to do with pornography: ssex stands for Szymon Stefanek's Editor for X.
It is a text editor especially designed for heavy C syntax coloring.
It supports also colorization of html sources and plain text.
You can edit multiple files at the same time and there is a small built-in fast-access directory browser.
Ssex is based on the GPL Qt GUI library from trolltech and it can be compiled both on Linux and Windows.
With some hacking you can probably compile it also on Mac OS X.
This is not a really public project, and is not mantained actively:
I modify the source code only to match my needs and make it work with the newest Qt release.
Since there are no public releases floating around you can grab the source code from the cvs.
# export CVSROOT=":pserver:anonymous@cvs.omnikron.net:/cvs"
# cvs login
(hit return when asked for a password)
# cvs -z4 co ssex
# cd ssex
# export QTDIR="yourqtdir"
# ./autogen.sh
# ./configure --enable-debug
# make
# make install
Happy coding :)
curios note
SSEX was written by using SSEX :)
|