SciteProj

Welcome to SciteProj!
SciteProj is a project manager for usage with the Scintilla Text Editor (SciTE), based on the ScitePM program by Roy Wood. It provides a way to arrange a group of files into a project for easy access in the SciTE text editor. The project is saved to disk in XML format.

Download:

To download check out the Sourceforge download page.

Documentation:

Upon program start a configuration file called .sciteproj will be created in your home folder if it doesn't already exist. Program configuration will be loaded from there on every program start of sciteproj. The program is tested on Linux and on Windows.

SVN:

You can get the latest code by checking out trunk in the subversion repository via the command

svn co https://sciteproj.svn.sourceforge.net/svnroot/sciteproj/trunk sciteproj
Build:

SciteProj uses cmake as build system. Create a build folder (if one doesn't already exist), and from there run cmake targeting the folder of the CMakeLists.txt. Like so:

cmake ..

This will generate necessary makefiles. If you instead want to build a debug version run:

cmake .. -DDEBUG=on

And this will generate makefiles with debug information turned active.

Now, to build run

make

and then to install system-wide run make install as super-user:

su -c "make install"


SourceForge.net Logo
sciteproj on sourceforge
Valid XHTML 1.0 Transitional    

Screenshot