| View previous topic :: View next topic |
| Author |
Message |
Deller
Joined: 21 Nov 2007 Posts: 202 Location: 0x01101110
|
Posted: Fri Jun 06, 2008 5:05 am Post subject: AHK environment |
|
|
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 |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1205 Location: USA
|
Posted: Fri Jun 06, 2008 5:43 am Post subject: |
|
|
SciTE...or set up ps pad correctly _________________
 |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1128
|
Posted: Fri Jun 06, 2008 7:46 am Post subject: |
|
|
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 |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Fri Jun 06, 2008 2:59 pm Post subject: |
|
|
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 |
|
 |
Deller
Joined: 21 Nov 2007 Posts: 202 Location: 0x01101110
|
Posted: Fri Jun 06, 2008 4:20 pm Post subject: |
|
|
| Thanks! |
|
| Back to top |
|
 |
|