AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Auto-Syntax-Tidy v12
Goto page Previous  1, 2, 3, 4, 5
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Mon Mar 08, 2010 6:07 pm    Post subject: Reply with quote

That is true, since at the time I did ASt the "While" command didn't exist.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Morpheus



Joined: 31 Jul 2008
Posts: 278

PostPosted: Tue May 04, 2010 1:29 pm    Post subject: Reply with quote

I change line 129 to:

Code:
ListOfIFCommands = ,while


to add support for thewhile command.
Back to top
View user's profile Send private message
MilesAhead



Joined: 21 Jan 2009
Posts: 86

PostPosted: Mon May 16, 2011 11:42 pm    Post subject: Hotkey line gets erased Reply with quote

I still use Auto-Syntax-Tidy as I don't have another tool that will indent an entire ahk file with a button push.

But I did notice in this instance it consistently deleted a hotkey line. Here's the code that triggered the problem

Code:

#IfWinActive, ahk_Group BrowserGroup
  !LButton UP::
  Send ^c
  ClipWait,0
  Sleep, 250
  Click
Return


whether I select all text or no text, after pressing F2 with latest Scite4AHK beta, the line "!LButton UP::" is always removed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group