U ( Frederic Douarche) schreef: > Dear All, I have a simple question: by default, SciTE doesn't create any > backups of the edited files (say every 300 seconds, when saving, when > compiling, or when closing). And creating backups isn't available from > any SciTE's config. files. Does anyone knows how this can be done? I > feel this is a major drawback of SciTE.
Maybe you can ad this to your SciTEUser.properties. In the tools menu will appear the backup options and they will correspondent with ctrl+ 8 and ctrl+9 (maybe you want to change this..) #backup (windows only) command.name.8.=Backup "$(FileNameExt)" as "$(FileNameExt).bak" command.8.=cmd /c copy /b /v /y "$(FilePath)" "$(FilePath).bak" command.subsystem.3.=8 command.name.9.=Delete "$(FileNameExt).bak" command.9.=cmd /c del "$(FilePath).bak" command.subsystem.9.=0 _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
