Page 3 of 9

Re: Setup Notepad++ for AutoHotkey

Posted: 13 Nov 2015, 06:36
by Bruttosozialprodukt
Thank you. :)

Re: Setup Notepad++ for AutoHotkey

Posted: 14 Nov 2015, 17:09
by gilliduck
It's definitely the font, I had the same issue until I adjusted my font to Source Code Pro.

Re: Setup Notepad++ for AutoHotkey

Posted: 18 Nov 2015, 07:54
by cipher
OP, thanks! I've been using this for a little over a day now. Very helpful. :-) However I went in to change all of the font families to the standard... don't like custom fonts or sizes, just want the color formatting.

Re: Setup Notepad++ for AutoHotkey

Posted: 16 Dec 2015, 20:36
by NottMee
jNizM wrote:Added: Notepad++ as default Editor for AutoHotkey.ahk files (rightclick => Edit Script)
Great post, the highlight was great, thanks for the work. :bravo:

but just got a little problem --- can't display the parameter hint
im using win10 x64, npp 6.8.8
i can get the highlight and funtion Auto-Completion, but no parameter hint


i've tried both default & lazy theme, even the older portable version you uploaded(npp.6.5.bin.zip), but can never get the parameter hint
however, the parameter hint for built-in languages works, like for C++

i dont know where the problem can be, please help, thanks :dance:

Re: Setup Notepad++ for AutoHotkey

Posted: 03 Jan 2016, 12:18
by pabristow
Confirm this works for Windows 10 X 64 to make notpad++ as default editor for AHK files.

HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command

"C:\Program Files (x86)\Notepad++\notepad++.exe" "%1"

HTH

Re: Setup Notepad++ for AutoHotkey

Posted: 19 Feb 2016, 08:54
by serg
jNizM, thanks for sharing, it is very helpful!

Re: Setup Notepad++ for AutoHotkey

Posted: 19 Feb 2016, 17:23
by jasn
Thx for the mod script, raron. I use a dark one as well.

Re: Setup Notepad++ for AutoHotkey

Posted: 06 Apr 2016, 13:54
by CodeKiller
pabristow wrote:Confirm this works for Windows 10 X 64 to make notpad++ as default editor for AHK files.

HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command

"C:\Program Files (x86)\Notepad++\notepad++.exe" "%1"

HTH
Just to add some info : it works only if you use the installer, if you do not have the defaut regkey it won't work if you manualy add the missing keys.
Don't know why...

Re: Setup Notepad++ for AutoHotkey

Posted: 07 Apr 2016, 05:08
by menteith
Great theme, I use it every time I code something for AHK. But there seems to be a bug: an ampersand (&) is not shown in Notepad++, however it is added. If I open the file in, say, notepad.exe it is shown correctly. I use Notepad++ 6.9.1 (the current version).

Re: Setup Notepad++ for AutoHotkey

Posted: 07 Apr 2016, 15:48
by Bruttosozialprodukt
Have you installed the font?

Re: Setup Notepad++ for AutoHotkey

Posted: 08 Apr 2016, 00:46
by jNizM
I kick the font out of the udf's and hope dropbox stops the 429 Error for me ^^

If you found missing commands in the highlights, report here. thx =)

Re: Setup Notepad++ for AutoHotkey

Posted: 08 Apr 2016, 05:59
by menteith
I will install the font and let you know if it works or not :)

Re: Setup Notepad++ for AutoHotkey

Posted: 09 Apr 2016, 02:29
by HinkerLoden
my opera browser dont wont to open the Preview pictures. Seems this is not a save Webspace provider.

Re: Setup Notepad++ for AutoHotkey

Posted: 09 Apr 2016, 02:51
by menteith
What type of font should I install? There are many (Regular, Bold etc.) and when I install one type and want to install another I get a message that says the font has been already installed.

EDIT: I figured it out. I can recommend also Hack font.

Re: Setup Notepad++ for AutoHotkey

Posted: 11 Apr 2016, 01:37
by jNizM
HinkerLoden wrote:my opera browser dont wont to open the Preview pictures. Seems this is not a save Webspace provider.
It's just DropBox. Dunno why they block it.

Re: Setup Notepad++ for AutoHotkey

Posted: 12 Apr 2016, 05:03
by jNizM
Update:
- Moved to GitHub (ahk_notepad-plus-plus)
- Edit first post

Re: Setup Notepad++ for AutoHotkey

Posted: 12 Apr 2016, 17:12
by HinkerLoden
is it no easier to install the plugin with the Plugin Manager. the startpost is a bit ago. A complete workaround would be nice.

Re: Setup Notepad++ for AutoHotkey

Posted: 13 Apr 2016, 02:57
by jNizM
Not all Plug-In's are available throw the PlugIn-Manager. But I updated Plugin posts in first post.

Re: Setup Notepad++ for AutoHotkey

Posted: 14 Apr 2016, 07:38
by HinkerLoden
I was really going crazy. I want to add a new style and nothing happens. First the update to the version v.6.9.1 added the style correct.
I created a new Syntax-Highlightning file based on the Lazy one. But i completely redesigned it to a eye friendly dark background and i try to pick colours that not bite each other.
HinkerLoden.zip
(3.33 KiB) Downloaded 1096 times
Just gimme a feedback if you try this out. I added all Commands and some Control parameter. But the parameter are the next thing i want to fit in.

is used theTechmantium Theme/ Style or use any other dark theme.

( select the Standard-Backgroundcolor global override to get it right )
Bild 1.png
sample
Bild 2.png
1. Group - bright Blue
Commands with parameters
2. Group - Purple
INPUT _ OUTPUT Commands
3. Group - Dark Yellow
Build-In Variables + Call Stats
4. Group - Dark Green
Window Specific Command and ParametersControl
Peripherie Calls - GetKeyState / ImageSearch / ...
5. Group - red
Gui and Input Flow
6. Group - Pink
Script Environment
7. Group - Bright Green
Basic Script Syntax + Loop parse / Read Vars
8. Group - Dark Blue
Internal Functions

Re: Setup Notepad++ for AutoHotkey

Posted: 14 Apr 2016, 07:54
by Bruttosozialprodukt
I'm usually not a fan of dark themes, but that looks pretty neat. I might give it a try.