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 

What AHK editor do you use?
Goto page Previous  1, 2
 
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  

What AHK editor do you use?
Windows notepad
15%
 15%  [ 16 ]
SciTE/Scintilla
3%
 3%  [ 4 ]
SciTE4AutoHotkey
18%
 18%  [ 19 ]
Notepad2
2%
 2%  [ 3 ]
Notepad2 for AutoHotKey
4%
 4%  [ 5 ]
Notepad++
25%
 25%  [ 26 ]
QuickAHK
0%
 0%  [ 0 ]
Crimson Editor
0%
 0%  [ 0 ]
PSPad
20%
 20%  [ 21 ]
Other
9%
 9%  [ 10 ]
Intelisense for AutoHotKey
0%
 0%  [ 0 ]
Total Votes : 104

Author Message
Acris



Joined: 18 Jan 2010
Posts: 193
Location: Switzerland

PostPosted: Fri Mar 12, 2010 11:07 am    Post subject: Reply with quote

Hi,

i use Notepad++ sometimes QuickAHK
Back to top
View user's profile Send private message
noise



Joined: 14 May 2009
Posts: 57
Location: UK

PostPosted: Fri Mar 12, 2010 11:11 am    Post subject: Reply with quote

I used to use Notepad++ until I came across SciTE4AutoHotkey v2 and found that much better for my needs Smile
_________________
PrimalNoise.com
It's a rock. Can't wait to tell my friends. They don't have a rock this big.
Back to top
View user's profile Send private message Visit poster's website
PatrickS



Joined: 21 Mar 2010
Posts: 10

PostPosted: Sat Apr 03, 2010 2:16 am    Post subject: Reply with quote

I currently use Notepad++ but this thread is making me want to start experimenting.

One thing I've found very handy, independent of whatever editor you're using, is to use an alternate file extension for your main AHK code.

For example, here is my main AutoHotkey.ahk file:
Code:
#Include %A_ScriptDir%\AutoHotkey
#Include AutoHotkey.ihk

This lets me do several things:
  • First, all of my code can go in a dedicated directory, like "My Documents\AutoHotkey"
  • I can associate *.ahk files with the AutoHotkey executable, so double clicking on any of them automatically executes the script.
  • I can also associate *.ihk (short for "Include Hotkeys") files with my editor, so when I double click on any of them, up pops my editor.
Really, I think it's the best of both worlds.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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