ericnail Posted September 24, 2010 Posted September 24, 2010 Hey Guys, So I'm writing a lot of Autoit these days (NERD! -- haha I know), and there are LOTS of tricks I have learned over time, just small things that save me multitudes of time (i.e. F5=Run, Ctrl+F5=Syntax Check Prod., etc). I know you can highlight a couple lines/sections and press 'TAB' to tab them forward. My question is this: Is there away to select multiple lines/sections and un-tab (i guess that's what I'd call it ). This would really help me out, as I like to keep scripts neat for future editing purposes. Also, if you know any other small tips like that, I would love to hear 'em! Thanks again guys, Eric
PsaltyDS Posted September 24, 2010 Posted September 24, 2010 (edited) Highlight selection and then Shift+TAB. P.S. You really shouldn't have to do that manually very often in SciTE4AutoIt3, just hit Ctrl+t and let TIDY do it. Edited September 24, 2010 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Richard Robertson Posted September 24, 2010 Posted September 24, 2010 Shift+tab is for reverse tabs. It works when tabbing between controls as well.
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