 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Mon Mar 08, 2010 6:07 pm Post subject: |
|
|
That is true, since at the time I did ASt the "While" command didn't exist. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Morpheus
Joined: 31 Jul 2008 Posts: 278
|
Posted: Tue May 04, 2010 1:29 pm Post subject: |
|
|
I change line 129 to:
| Code: | | ListOfIFCommands = ,while |
to add support for thewhile command. |
|
| Back to top |
|
 |
MilesAhead
Joined: 21 Jan 2009 Posts: 86
|
Posted: Mon May 16, 2011 11:42 pm Post subject: Hotkey line gets erased |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|