I'm new to site and I was wondering if there was an add-on or some way
that I could setup an "auto versioning" system for scite.. Example:
I start a new php script. Add code and what not to it and then save
it. After saving it...right below the first <? line there's some
information like...
Author: My name
Created: Date the file was first saved
modified: Date I last edited the file (none if a new file)
Version: Starts with 0.0.1 then increments everytime file is saved.
SciTE is designed to be a text editor and not IDE, with KISS rule in mind.
So the answer is: no, SciTE has no such feature.
However, this should be easy to do with a Lua script.
I think you probably need a version control system (such as CVS or SVN),
where you could easily store old file versions. Version control systems
support some "tags" by themselves to fill information such as who
modified the file, when, and what is the version number.
Piotr
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest