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 

AHK environment

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Deller



Joined: 21 Nov 2007
Posts: 202
Location: 0x01101110

PostPosted: Fri Jun 06, 2008 5:05 am    Post subject: AHK environment Reply with quote

It's really been bugging me that i couldn't find an AHK environment.
Even with a syntax highlighter like PsPad i dont have a run button
and i have to save the file and run it every time for testing/debugging.
Does anyone have a solution for this?
Back to top
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1205
Location: USA

PostPosted: Fri Jun 06, 2008 5:43 am    Post subject: Reply with quote

SciTE...or set up ps pad correctly
_________________
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 1128

PostPosted: Fri Jun 06, 2008 7:46 am    Post subject: Reply with quote

In addition to configured syntax for a txt editor, there are several scripts on the forums that can run AHK code that has been selected or copied to the clipboard.

As for things like a line-by debugger... well... maybe when we get version 2
_________________
My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 6772
Location: Pacific Northwest, US

PostPosted: Fri Jun 06, 2008 2:59 pm    Post subject: Reply with quote

F9 is run in PSPad, if you have the external programs set up. No save is needed. It will create a temp file and run that.
^F9 compiles.
Highlighting a word and hitting !F1 opens help to that page.
Starting to type a command and hitting ^{space} gives possible command completions with parameters listed out.
Starting to type a variable name (Built in or otherwise) and hitting ^j lists possible completions for variable names

Only things missing from PSPad, IMHO:
Debugger (noone has this)
Code folding (some have this, but I like PSPad enough to ignore.)
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
Deller



Joined: 21 Nov 2007
Posts: 202
Location: 0x01101110

PostPosted: Fri Jun 06, 2008 4:20 pm    Post subject: Reply with quote

Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
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