[scite] backup-patch

2007-01-28 Thread Frank Wunderlich
Hi, i've implemented a automatic backup-creation to scite (mozers version): it uses 2 properties: backup.files => number of backups (1-9) backup.path => subdir of file's directory to collect the backups SciteBase.h:670 bool CreateBackup(FilePath saveName); /* F.W. */ SciteIO.cxx:778 /*==

Re: [scite] os.execute is not cutting it

2007-01-28 Thread Neil Hodgson
Benjamin Fisher: What I would like access to is the same "subsystem" that are in the commands defined in the properties file. I wish there were a os.ShellExecute, or perhaps a scite.CallCustomCommand(11, "arguments"). April White did a lot of work on this but her implementation hasn't been p