ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Removed Areas > AutoHotkey

AHK Code Highlighting and Code Completion in Notepad++ ?

(1/2) > >>

Ampa:
I did a Google (other search engines are available) and it looks like code highlighting and completion of AHK in Notepad++ is a mess!

Various xml language files floating around, but nothing official.

A lexer plugin that hasn't worked since Notepad++ 5.7 (current version 6.1.2)

Please someone tell me that a neat solution exists?
 Or do I have to use a different app to write AHK scripts?

lanux128:
i use PSPad but there are other editors such as SciTE4AutoHotkey and Notepad2-mod. you may have to try a few and see which one is compatible with you.. :)

• http://www.pspad.com/
• http://www.autohotkey.net/~fincs/SciTE4AutoHotkey_3/web/
• https://code.google.com/p/notepad2-mod/

Target:
I did a Google (other search engines are available) and it looks like code highlighting and completion of AHK in Notepad++ is a mess!

Various xml language files floating around, but nothing official.

A lexer plugin that hasn't worked since Notepad++ 5.7 (current version 6.1.2)

Please someone tell me that a neat solution exists?
 Or do I have to use a different app to write AHK scripts?
-Ampa (May 09, 2012, 09:26 PM)
--- End quote ---

that pretty much sums it up - various attempts, but nothing that is 'complete'

not sure that the offerings are any better for any of the other editors, but I prefer notepad++ so YMMV

best I could offer would be to try all the various options and settle on one that you like (or that you can best tolerate)

skwire:
I'm a PSPad user as well.  I like the Code Explorer function for AHK files it offers.

ewemoa:
If you can stomach using a separate app, one of lanux128's suggestions:

  http://www.autohotkey.net/~fincs/SciTE4AutoHotkey_3/web/

has (as you might guess) a fair bit of support for AHK -- including debugging (at least for AHK_L):

    Syntax highlighting
    Calltips (also known as IntelliSense)
    AutoComplete
    AutoIndent
    AutoHotkey help integration
    Abbreviations
    Editing macros
    AutoHotkey_L debugging support
    Tools for AutoHotkey scripting
    A toolbar that enables easy access to the tools

--- End quote ---

FWIW, I do most of my AHK development in Notepad++ and/or Emacs, but the debugging is way easier to get working (and better supported) with SciTE4AHK, so I tend to use that when testing.  This option is IMHO the easiest to get up and running with in terms of not having to tweak settings and search the net for various syntax-related files...at least compared with the various other options I have tried :)

Navigation

[0] Message Index

[#] Next page

Go to full version