SSEX stands for Stefanek Szymon's editor for X.
by Szymon Stefanek , <stefanek@tin.it>
I just like colors: heavy syntax coloring helps me a lot in writing code. It may seem confusing at a first approach..but once your brain has assimilated the relationships between colors and meaning of tokens , you will be able to read and understand code a lot faster. This is why I have written SSEX.
- INSTALLATION
You need the Qt library from TrollTechnologies (http://www.trolltech.com) It is possible that the library is already installed on your system (if you have KDE , it is). The steps to install are the common ones:
./configure
make
make install
Have fun :)
