this-is-me Posted October 23, 2004 Posted October 23, 2004 What about the backup folder option? Is it there in the new tidy? Who else would I be?
Developers Jos Posted October 23, 2004 Author Developers Posted October 23, 2004 What about the backup folder option? Is it there in the new tidy?<{POST_SNAPBACK}>You mean ?:I need a new option to have tidy to create a backup folder in the script directory and put all _oldx files in that dir. I keep backups from a long time ago, and having all backups in the same folder gets quite confusing when you have 35 backups I didn't see a question in there ... assumed you were just mentioning this and that you were going to do this..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
this-is-me Posted October 24, 2004 Posted October 24, 2004 Yes, I did mean my post, and no, I meant could it be an option for new releases of tidy. I can see how this could be useful to others as well. Who else would I be?
MHz Posted October 24, 2004 Posted October 24, 2004 I set tidy up for just one backup. I do not see any value in having 35+ old backups. It would drive me nuts also. I do not see a good advantage. But it is just as easy for me to delete a folder as a file. The windows send to, in the context menu maybe an option as well?
Developers Jos Posted October 24, 2004 Author Developers Posted October 24, 2004 (edited) Yes, I did mean my post, and no, I meant could it be an option for new releases of tidy. I can see how this could be useful to others as well.<{POST_SNAPBACK}>It's added to my To-do list for Tidy ...I can see the usefulness of this option. The plan is, when the options is selected, to create a directory called BackUp as a subdir of the SourceScript directory and store the *OLD* files in there. (like you suggested)Will also add an option to strip off the trailing spaces from records. Edited October 24, 2004 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted October 26, 2004 Author Developers Posted October 26, 2004 (edited) It's added to my To-do list for Tidy ...I can see the usefulness of this option. The plan is, when the options is selected, to create a directory called BackUp as a subdir of the SourceScript directory and store the *OLD* files in there. (like you suggested)Will also add an option to strip off the trailing spaces from records.<{POST_SNAPBACK}>http://www.autoitscript.com/fileman/users/jdeb/install_tidy.exe- Added option to put OLD files in a Backup directory (Default off) - Added option to remove trailing spaces. (Default On)- Check if sourcefile is read-only, if so exit Tidy with warning.Enjoy, Edited October 26, 2004 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
JSThePatriot Posted October 31, 2004 Posted October 31, 2004 Hey JdeB just thought I would let you know that the Wend syntax isnt correct... it is supposed to be WEnd (per help file). Just a heads up thanks for the wonderful program. Also another idea just came to mind. I started my programming experience on the web. I use ColdFusion Studio 5.0 for my editor, and it has a button that if you select a bunch of text you can increase the indent and another to decrease. Is this something I can look forward to in a newer version of SciTE? Thanks again, JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
this-is-me Posted October 31, 2004 Posted October 31, 2004 Select the text and press tab or shift+tab. Who else would I be?
Developers Jos Posted October 31, 2004 Author Developers Posted October 31, 2004 Hey JdeB just thought I would let you know that the Wend syntax isnt correct... it is supposed to be WEnd (per help file).Just a heads up thanks for the wonderful program.Also another idea just came to mind. I started my programming experience on the web. I use ColdFusion Studio 5.0 for my editor, and it has a button that if you select a bunch of text you can increase the indent and another to decrease. Is this something I can look forward to in a newer version of SciTE?Thanks again,JS<{POST_SNAPBACK}>@JS, the proper casing of Keywords/Functions/Macros is based on the files Jon supplies in the helpfilesource. All definition files for Scite and Tidy are generated from those files."WEnd" is in there like "Wend" so thats why.@Jon, could you update this pls?As far as the Indent, as this-is-me stated, that can be done with tab/shift-tab.here is the list of the keyboard shortcuts from the helpfile (Ctrl+F1):Magnify text size. Ctrl+Keypad+ Reduce text size. Ctrl+Keypad- Restore text size to normal. Ctrl+Keypad/ Cycle through recent files. Ctrl+Tab Indent block. Tab Dedent block. Shift+Tab Delete to start of word. Ctrl+BackSpace Delete to end of word. Ctrl+Delete Delete to start of line. Ctrl+Shift+BackSpace Delete to end of line. Ctrl+Shift+Delete Go to start of document. Ctrl+Home Extend selection to start of document. Ctrl+Shift+Home Go to start of display line. Alt+Home Extend selection to start of display line. Alt+Shift+Home Go to end of document. Ctrl+End Extend selection to end of document. Ctrl+Shift+End Go to end of display line. Alt+End Extend selection to end of display line. Alt+Shift+End Expand or contract a fold point. Ctrl+Keypad* Create or delete a bookmark. Ctrl+F2 Go to next bookmark. F2 Find selection. Ctrl+F3 Find selection backwards. Ctrl+Shift+F3 Scroll up. Ctrl+Up Scroll down. Ctrl+Down Line cut. Ctrl+L Line copy. Ctrl+Shift+T Line delete. Ctrl+Shift+L Line transpose with previous. Ctrl+T Line duplicate. Ctrl+D Find matching preprocessor conditional, skipping nested ones. Ctrl+K Select to matching preprocessor conditional. Ctrl+Shift+K Find matching preprocessor conditional backwards, skipping nested ones. Ctrl+J Select to matching preprocessor conditional backwards. Ctrl+Shift+J Previous paragraph. Shift extends selection. Ctrl+[ Next paragraph. Shift extends selection. Ctrl+] Previous word. Shift extends selection. Ctrl+Left Next word. Shift extends selection. Ctrl+Right Previous word part. Shift extends selection Ctrl+/ Next word part. Shift extends selection. Ctrl+\ SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
JSThePatriot Posted November 1, 2004 Posted November 1, 2004 I am sorry I assumed since there wasnt a button that it couldnt be done. I appreciate the quick responses. Normally if you select something and press tab then it puts a tab in place of your text. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
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