tobject Posted February 1, 2011 Posted February 1, 2011 Is there an option to automatically backup au3 source code while I'm editing in SciTE? How do I do that?
bo8ster Posted February 1, 2011 Posted February 1, 2011 You can use Tidy, that automatically creates a back up. If its that important to you, have a look at source control. Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
AdmiralAlkex Posted February 1, 2011 Posted February 1, 2011 You can enable a basic backup from SciTE Config alsoSet SciTE backup count to the number of backup files you want to keep of your script each time you click save.http://www.autoitscript.com/autoit3/scite/docs/SciTEConFig_doc.htm .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
GEOSoft Posted February 1, 2011 Posted February 1, 2011 You could just write your own script that ran in the background and at a given interval (say 5 minutes) Send("^s"). Then the most you could lose would be the last 5 minutes of your work. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now