
SciteProj
---------

SciteProj is a project management system for use with the SciTE text editor.
It is based on ScitePM by Roy Wood.


Running:
--------

SciteProj will load a configuration from the file ~/.sciteproj each program
start - If no such file exists one will be created. Options contain therein
are:

* The window geometry
	
You can enter wanted window geometry/positioning, which will be applied to 
the program upon next program start. The variable are xpos, ypos, width and
height.

Also, the following options exist:

* give_scite_focus option
	If this is set to TRUE, the SciTE window will recieve focus when you open
	a file from SciteProj.

* dirty_on_folder_change
	Should the project be marked as "dirty" when expanding or collapsing a folder?
	
* allow_duplicates
	Should the user be able to add a file that has a name that is the same as
	a file already included in the project?
	
You can open this configuration file by opening the Edit menu and select Edit 
Options in that menu. This will open ($HOME)/.sciteproj as if it was part of 
your project and edit it in SciTE.

SciteProj will give you a warning if it isn't able to find the SciTE 
executable on SciteProj start. As default SciTE will be searched for in 
/usr/bin, /bin, and /usr/local/bin, under the names scite and SciTE. If it 
isn't found there you will get a warning upon running. You can also use the 
--scite flag when running to locate SciTE, for example 

sciteproj --scite=/bin/scite 

will look for the scite executable in the /bin/ folder. SciTE will also be
searched for in the path pointed to by the environment variable SciTE_HOME.

You will need to save a project before adding to it - this is because SciteProj
saves the XML containing relative paths, relative to the postition your project
file is located in.
