Thank you Piotr and Kein-Hong for the information. I will look at CVS and
SVN. Topic solved!
Mike
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, December 08, 2005 3:01 PM
Subject: Scite-interest Digest, Vol 31, Issue 4
Send Scite-interest mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.lyra.org/mailman/listinfo/scite-interest
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Scite-interest digest..."
Today's Topics:
1. Auto file versioning system? (PCHC Support)
2. Re: Auto file versioning system? (Piotr Fusik)
3. Re: Auto file versioning system? (Kein-Hong Man)
----------------------------------------------------------------------
Message: 1
Date: Thu, 8 Dec 2005 02:38:28 -0500
From: "PCHC Support" <[EMAIL PROTECTED]>
Subject: [scite] Auto file versioning system?
To: <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Hello everyone,
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.
Thanks for any advice,
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mailman.lyra.org/pipermail/scite-interest/attachments/20051208/f3a6ba22/attachment-0001.htm
------------------------------
Message: 2
Date: Thu, 08 Dec 2005 13:58:02 +0100
From: Piotr Fusik <[EMAIL PROTECTED]>
Subject: Re: [scite] Auto file versioning system?
To: Discussion of the SciTE editor <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
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
------------------------------
Message: 3
Date: Fri, 09 Dec 2005 03:13:58 +0800
From: Kein-Hong Man <[EMAIL PROTECTED]>
Subject: Re: [scite] Auto file versioning system?
To: Discussion of the SciTE editor <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed
Piotr Fusik wrote:
[snip]
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.
I agree with Piotr. A Lua script could be written to do that, but
it is the wrong thing to do. Learning CVS or SVN is well worth the
effort.
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia
------------------------------
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest
End of Scite-interest Digest, Vol 31, Issue 4
*********************************************
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest