Re: Scite-interest Digest, Vol 31, Issue 4
spam trap <signup <at> pchelpcenter.org>
2005-12-09 00:33:17 GMT
Thank you Piotr and Kein-Hong for the information. I will look at CVS and
SVN. Topic solved!
Mike
----- Original Message -----
From: <scite-interest-request <at> lyra.org>
To: <scite-interest <at> lyra.org>
Sent: Thursday, December 08, 2005 3:01 PM
Subject: Scite-interest Digest, Vol 31, Issue 4
> Send Scite-interest mailing list submissions to
> scite-interest <at> lyra.org
>
> 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
> scite-interest-request <at> lyra.org
>
> You can reach the person managing the list at
> scite-interest-owner <at> lyra.org
>
> 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" <support <at> pchelpcenter.org>
> Subject: [scite] Auto file versioning system?
> To: <scite-interest <at> lyra.org>
> Message-ID: <000f01c5fbca$617f85c0$6500a8c0 <at> home62209f388a>
> 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 <pfusik <at> op.pl>
> Subject: Re: [scite] Auto file versioning system?
> To: Discussion of the SciTE editor <scite-interest <at> lyra.org>
> Message-ID: <43982DDA.80104 <at> op.pl>
> 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 <mkh <at> pl.jaring.my>
> Subject: Re: [scite] Auto file versioning system?
> To: Discussion of the SciTE editor <scite-interest <at> lyra.org>
> Message-ID: <439885F6.70301 <at> pl.jaring.my>
> 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
> Scite-interest <at> lyra.org
> http://mailman.lyra.org/mailman/listinfo/scite-interest
>
>
> End of Scite-interest Digest, Vol 31, Issue 4
> *********************************************
>
>