nhockm4v Posted April 27, 2018 Share Posted April 27, 2018 hi, I just edited the file au3 with SciTE version 3.7.3 and save and close SciTE, how to restore the contents of the file moment ago? sorry my English not good, thanks everyone Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted April 27, 2018 Share Posted April 27, 2018 Hi @nhockm4v Maybe, you could try to hit the "File" from the Menu ( top-left of SciTe editor ), or a key combination of Ctrl + O in order to open the file that you closed ( specifying the directory and the file name that you're trying to open ) Hope that helps Francesco nhockm4v 1 Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
rudi Posted April 27, 2018 Share Posted April 27, 2018 (edited) Hello, by saving the file the previous version has been overwritten. If you do not have a backup, there is no way to get back the old content, and within SciTE due to my knowledge, there is no "undo" possible beyond the last "close". Have a look, if there is a subfolder "backup" beside your script, that one might hold old copies of your script. [edit] If your have a compiled version of your old script (EXE), *AND* you saved a copy of the code in the EXE ressources, then you can use ressource hacker to get hold of that one. [/edit] Regards, Rudi. Edited April 27, 2018 by rudi added one line nhockm4v 1 Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 27, 2018 Moderators Share Posted April 27, 2018 nhockm4v, I fear you may have lost that file - but if you download and install the SciTE4AutoIt3 package you can set a number of backup files to keep which allow you to go back to previous versions quite easily. M23 nhockm4v 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
rudi Posted May 2, 2018 Share Posted May 2, 2018 (edited) Hi @nhockm4v The number of backup files can be adjusted using the SciTE config tool, default location is here: C:\Program Files (x86)\AutoIt3\SciTE\SciTEConfig\SciteConfig.exe I thought, that this tool was integrated somewhere in the SciTE main menu system -- if it is, I missed it right now. Regards, Rudi. Edited May 2, 2018 by rudi Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
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