Notepad++ Users ? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
IMEime
Posts: 750
Joined: 20 Sep 2014, 06:15

Notepad++ Users ?

18 Dec 2018, 11:37

I have a problem.
When I use a function, I have to put a space between open parenthesis and the first argument.
If not, its and its following items are highlighted just like the function.

Image

Help please
I have posted this agony at Notepad++ site, I guess they do not have any good advice.

Regards
IMEime
Posts: 750
Joined: 20 Sep 2014, 06:15

Re: Notepad++ Users ?

18 Dec 2018, 11:41

and this is AHK language file
-I am not good at it, I just managing it, elementary level.
-The original is not mine too, I just using it for long time ago, copied somewhere and sometime (thanks to someone !! for that.)

Code: Select all

<NotepadPlus>
    <UserLang name="AHK Autohotkey" ext="ahk" udlVersion="2.1">
        <Settings>
            <Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
            <Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="no" Keywords5="yes" Keywords6="yes" Keywords7="no" Keywords8="no" />
        </Settings>
        <KeywordLists>
            <Keywords name="Comments">03/* 04*/ 00; 01 02</Keywords>
            <Keywords name="Numbers, prefix1"></Keywords>
            <Keywords name="Numbers, prefix2"></Keywords>
            <Keywords name="Numbers, extras1"></Keywords>
            <Keywords name="Numbers, extras2"></Keywords>
            <Keywords name="Numbers, suffix1"></Keywords>
            <Keywords name="Numbers, suffix2"></Keywords>
            <Keywords name="Numbers, range"></Keywords>
            <Keywords name="Operators1">! &amp; . : ? [ ] ~ =</Keywords>
            <Keywords name="Operators2"></Keywords>
            <Keywords name="Folders in code1, open">&quot;</Keywords>
            <Keywords name="Folders in code1, middle"></Keywords>
            <Keywords name="Folders in code1, close">&quot;</Keywords>
            <Keywords name="Folders in code2, open"></Keywords>
            <Keywords name="Folders in code2, middle"></Keywords>
            <Keywords name="Folders in code2, close"></Keywords>
            <Keywords name="Folders in comment, open"></Keywords>
            <Keywords name="Folders in comment, middle"></Keywords>
            <Keywords name="Folders in comment, close"></Keywords>
            <Keywords name="Keywords1">object&#x000D;&#x000A;#AllowSameLineComments&#x000D;&#x000A;#ClipboardTimeout&#x000D;&#x000A;#CommentFlag&#x000D;&#x000A;#ErrorStdOut&#x000D;&#x000A;#EscapeChar&#x000D;&#x000A;#HotkeyInterval&#x000D;&#x000A;#HotkeyModIfierTimeout&#x000D;&#x000A;#Hotstring&#x000D;&#x000A;#Include&#x000D;&#x000A;#IncludeAgain&#x000D;&#x000A;#IfWinActive&#x000D;&#x000A;#IfWinExist&#x000D;&#x000A;#IfWinNotActive&#x000D;&#x000A;#IfWinNotExist&#x000D;&#x000A;#InstallKeybdHook&#x000D;&#x000A;#InstallMouseHook&#x000D;&#x000A;#KeyHistory&#x000D;&#x000A;#MaxHotkeysPerInterval&#x000D;&#x000A;#MaxMem&#x000D;&#x000A;#MaxThreads&#x000D;&#x000A;#MaxThreadsBuffer&#x000D;&#x000A;#MaxThreadsPerHotkey&#x000D;&#x000A;#NoEnv&#x000D;&#x000A;#NoTrayIcon&#x000D;&#x000A;#Persistent&#x000D;&#x000A;#SingleInstance&#x000D;&#x000A;#UseHook&#x000D;&#x000A;#WinActivateForce&#x000D;&#x000A;AutoTrim&#x000D;&#x000A;BlockInput&#x000D;&#x000A;Break&#x000D;&#x000A;Click&#x000D;&#x000A;ClipWait&#x000D;&#x000A;Continue&#x000D;&#x000A;Control&#x000D;&#x000A;ControlClick&#x000D;&#x000A;ControlFocus&#x000D;&#x000A;ControlGet&#x000D;&#x000A;ControlGetFocus&#x000D;&#x000A;ControlGetPos&#x000D;&#x000A;ControlGetText&#x000D;&#x000A;ControlMove&#x000D;&#x000A;ControlSend&#x000D;&#x000A;ControlSendRaw&#x000D;&#x000A;ControlSetText&#x000D;&#x000A;CoordMode&#x000D;&#x000A;Critical&#x000D;&#x000A;DetectHiddenText&#x000D;&#x000A;DetectHiddenWindows&#x000D;&#x000A;DllCall&#x000D;&#x000A;Drive&#x000D;&#x000A;DriveGet&#x000D;&#x000A;DriveSpaceFree&#x000D;&#x000A;Edit&#x000D;&#x000A;Else&#x000D;&#x000A;EndRepeat&#x000D;&#x000A;EnvAdd&#x000D;&#x000A;EnvDiv&#x000D;&#x000A;EnvGet&#x000D;&#x000A;EnvMult&#x000D;&#x000A;EnvSet&#x000D;&#x000A;EnvSub&#x000D;&#x000A;EnvUpdate&#x000D;&#x000A;Exit&#x000D;&#x000A;FileAppend&#x000D;&#x000A;FileCopy&#x000D;&#x000A;FileCopyDir&#x000D;&#x000A;FileCreateDir&#x000D;&#x000A;FileCreateShortcut&#x000D;&#x000A;FileDelete&#x000D;&#x000A;FileGetAttrib&#x000D;&#x000A;FileGetShortcut&#x000D;&#x000A;FileGetSize&#x000D;&#x000A;FileGetTime&#x000D;&#x000A;FileGetVersion&#x000D;&#x000A;FileInstall&#x000D;&#x000A;FileMove&#x000D;&#x000A;FileMoveDir&#x000D;&#x000A;FileRead&#x000D;&#x000A;FileReadLine&#x000D;&#x000A;FileRecycle&#x000D;&#x000A;FileRecycleEmpty&#x000D;&#x000A;FileRemoveDir&#x000D;&#x000A;FileSelectFile&#x000D;&#x000A;FileSelectFolder&#x000D;&#x000A;FileSetAttrib&#x000D;&#x000A;FileSetTime&#x000D;&#x000A;FormatTime&#x000D;&#x000A;GetKeyState&#x000D;&#x000A;Gosub&#x000D;&#x000A;Goto&#x000D;&#x000A;GroupActivate&#x000D;&#x000A;GroupAdd&#x000D;&#x000A;GroupClose&#x000D;&#x000A;GroupDeactivate&#x000D;&#x000A;Gui&#x000D;&#x000A;GuiControl&#x000D;&#x000A;GuiControlGet&#x000D;&#x000A;HideAutoItWin&#x000D;&#x000A;Hotkey&#x000D;&#x000A;If&#x000D;&#x000A;IfEqual&#x000D;&#x000A;IfExist&#x000D;&#x000A;IfGreater&#x000D;&#x000A;IfGreaterOrEqual&#x000D;&#x000A;IfInString&#x000D;&#x000A;IfLess&#x000D;&#x000A;IfLessOrEqual&#x000D;&#x000A;IfMsgBox&#x000D;&#x000A;IfNotEqual&#x000D;&#x000A;IfNotExist&#x000D;&#x000A;IfNotInString&#x000D;&#x000A;IfWinActive&#x000D;&#x000A;IfWinExist&#x000D;&#x000A;IfWinNotActive&#x000D;&#x000A;IfWinNotExist&#x000D;&#x000A;ImageSearch&#x000D;&#x000A;IniDelete&#x000D;&#x000A;IniRead&#x000D;&#x000A;IniWrite&#x000D;&#x000A;Input&#x000D;&#x000A;InputBox&#x000D;&#x000A;IsLabel&#x000D;&#x000A;KeyHistory&#x000D;&#x000A;KeyWait&#x000D;&#x000A;ListHotkeys&#x000D;&#x000A;ListLines&#x000D;&#x000A;ListVars&#x000D;&#x000A;Loop&#x000D;&#x000A;Menu&#x000D;&#x000A;MouseClick&#x000D;&#x000A;MouseClickDrag&#x000D;&#x000A;MouseGetPos&#x000D;&#x000A;MouseMove&#x000D;&#x000A;MsgBox&#x000D;&#x000A;NumGet&#x000D;&#x000A;NumPut&#x000D;&#x000A;OnExit&#x000D;&#x000A;OnMessage&#x000D;&#x000A;OutputDebug&#x000D;&#x000A;Pause&#x000D;&#x000A;PixelGetColor&#x000D;&#x000A;PixelSearch&#x000D;&#x000A;PostMessage&#x000D;&#x000A;Process&#x000D;&#x000A;Progress&#x000D;&#x000A;Random&#x000D;&#x000A;RegDelete&#x000D;&#x000A;RegExMatch&#x000D;&#x000A;RegExReplace&#x000D;&#x000A;RegisterCallback&#x000D;&#x000A;RegRead&#x000D;&#x000A;RegWrite&#x000D;&#x000A;Reload&#x000D;&#x000A;Repeat&#x000D;&#x000A;Run&#x000D;&#x000A;RunAs&#x000D;&#x000A;RunWait&#x000D;&#x000A;Send&#x000D;&#x000A;SendMessage&#x000D;&#x000A;SendEvent&#x000D;&#x000A;SendInput&#x000D;&#x000A;SendMode&#x000D;&#x000A;SendPlay&#x000D;&#x000A;SendRaw&#x000D;&#x000A;SetBatchLines&#x000D;&#x000A;SetCapsLockState&#x000D;&#x000A;SetControlDelay&#x000D;&#x000A;SetDefaultMouseSpeed&#x000D;&#x000A;SetEnv&#x000D;&#x000A;SetFormat&#x000D;&#x000A;SetKeyDelay&#x000D;&#x000A;SetMouseDelay&#x000D;&#x000A;SetNumLockState&#x000D;&#x000A;SetScrollLockState&#x000D;&#x000A;SetStoreCapslockMode&#x000D;&#x000A;SetTimer&#x000D;&#x000A;SetTitleMatchMode&#x000D;&#x000A;SetWinDelay&#x000D;&#x000A;SetWorkingDir&#x000D;&#x000A;Shutdown&#x000D;&#x000A;Sleep&#x000D;&#x000A;Sort&#x000D;&#x000A;button&#x000D;&#x000A;SoundGet&#x000D;&#x000A;SoundGetWaveVolume&#x000D;&#x000A;SoundPlay&#x000D;&#x000A;SoundSet&#x000D;&#x000A;SoundSetWaveVolume&#x000D;&#x000A;SplashImage&#x000D;&#x000A;SplashTextOff&#x000D;&#x000A;SplashTextOn&#x000D;&#x000A;SplitPath&#x000D;&#x000A;StatusBarGetText&#x000D;&#x000A;StatusBarWait&#x000D;&#x000A;StringCaseSense&#x000D;&#x000A;StringGetPos&#x000D;&#x000A;StringLeft&#x000D;&#x000A;StringLen&#x000D;&#x000A;StringLower&#x000D;&#x000A;StringMid&#x000D;&#x000A;StringReplace&#x000D;&#x000A;StringRight&#x000D;&#x000A;StringSplit&#x000D;&#x000A;StringTrimLeft&#x000D;&#x000A;StringTrimRight&#x000D;&#x000A;StringUpper&#x000D;&#x000A;Suspend&#x000D;&#x000A;SysGet&#x000D;&#x000A;Thread&#x000D;&#x000A;ToolTip&#x000D;&#x000A;Transform&#x000D;&#x000A;TrayTip&#x000D;&#x000A;URLDownloadToFile&#x000D;&#x000A;VarSetCapcity&#x000D;&#x000A;While&#x000D;&#x000A;WinActivate&#x000D;&#x000A;WinActivateBottom&#x000D;&#x000A;WinClose&#x000D;&#x000A;WinGet&#x000D;&#x000A;WinGetActiveStats&#x000D;&#x000A;WinGetActiveTitle&#x000D;&#x000A;WinGetClass&#x000D;&#x000A;WinGetPos&#x000D;&#x000A;WinGetText&#x000D;&#x000A;WinGetTitle&#x000D;&#x000A;WinHide&#x000D;&#x000A;WinKill&#x000D;&#x000A;WinMaximize&#x000D;&#x000A;WinMenuSelectItem&#x000D;&#x000A;WinMinimize&#x000D;&#x000A;WinMinimizeAll&#x000D;&#x000A;WinMinimizeAllUndo&#x000D;&#x000A;WinMove&#x000D;&#x000A;WinRestore&#x000D;&#x000A;WinSet&#x000D;&#x000A;WinSetTitle&#x000D;&#x000A;WinShow&#x000D;&#x000A;WinWait&#x000D;&#x000A;WinWaitActive&#x000D;&#x000A;WinWaitClose&#x000D;&#x000A;WinWaitNotActive&#x000D;&#x000A;ComObjActive&#x000D;&#x000A;VarSetCapacity&#x000D;&#x000A;FileOpen&#x000D;&#x000A;Round&#x000D;&#x000A;FileExist&#x000D;&#x000A;array</Keywords>
            <Keywords name="Keywords2">Not&#x000D;&#x000A;Focus&#x000D;&#x000A;sc&#x000D;&#x000A;submit&#x000D;&#x000A;destroy&#x000D;&#x000A;Ctrl&#x000D;&#x000A;shift&#x000D;&#x000A;soundbeep</Keywords>
            <Keywords name="Keywords3">Global&#x000D;&#x000A;Font&#x000D;&#x000A;insert&#x000D;&#x000A;isobject&#x000D;&#x000A;listview&#x000D;&#x000A;maxindex&#x000D;&#x000A;remove&#x000D;&#x000A;show&#x000D;&#x000A;add&#x000D;&#x000A;%A_&#x000D;&#x000A;A_AhkPath&#x000D;&#x000A;A_AhkVersion&#x000D;&#x000A;A_AppData&#x000D;&#x000A;A_AppDataCommon&#x000D;&#x000A;A_AutoTrim&#x000D;&#x000A;A_BatchLines&#x000D;&#x000A;A_CaretX&#x000D;&#x000A;A_CaretY&#x000D;&#x000A;A_ComputerName&#x000D;&#x000A;A_ControlDelay&#x000D;&#x000A;A_Cursor&#x000D;&#x000A;A_DD&#x000D;&#x000A;A_DDD&#x000D;&#x000A;A_DDDD&#x000D;&#x000A;A_DefaultMouseSpeed&#x000D;&#x000A;A_Desktop&#x000D;&#x000A;A_DesktopCommon&#x000D;&#x000A;A_DetectHiddenText&#x000D;&#x000A;A_DetectHiddenWindows&#x000D;&#x000A;A_EndChar&#x000D;&#x000A;A_ExitReason&#x000D;&#x000A;A_FormatFloat&#x000D;&#x000A;A_FormatInteger&#x000D;&#x000A;A_Gui&#x000D;&#x000A;A_GuiControl&#x000D;&#x000A;A_EventInfo&#x000D;&#x000A;A_GuiX&#x000D;&#x000A;A_GuiY&#x000D;&#x000A;A_GuiEvent&#x000D;&#x000A;A_GuiControlEvent&#x000D;&#x000A;A_GuiHeight&#x000D;&#x000A;A_GuiWidth&#x000D;&#x000A;A_Hour&#x000D;&#x000A;A_IconFile&#x000D;&#x000A;A_IconHidden&#x000D;&#x000A;A_IconNumber&#x000D;&#x000A;A_IconTip&#x000D;&#x000A;A_Index&#x000D;&#x000A;A_IPAddress1&#x000D;&#x000A;A_IPAddress2&#x000D;&#x000A;A_IPAddress3&#x000D;&#x000A;A_IPAddress4&#x000D;&#x000A;A_ISAdmin&#x000D;&#x000A;A_IsCompiled&#x000D;&#x000A;A_IsPaused&#x000D;&#x000A;A_IsCritical&#x000D;&#x000A;A_IsSuspended&#x000D;&#x000A;A_KeyDelay&#x000D;&#x000A;A_Language&#x000D;&#x000A;A_LastError&#x000D;&#x000A;A_LineNumber&#x000D;&#x000A;A_LineFile&#x000D;&#x000A;A_LoopField&#x000D;&#x000A;A_LoopFileAttrib&#x000D;&#x000A;A_LoopFileDir&#x000D;&#x000A;A_LoopFileExt&#x000D;&#x000A;A_LoopFileFullPath&#x000D;&#x000A;A_LoopFileLongPath&#x000D;&#x000A;A_LoopFileName&#x000D;&#x000A;A_LoopFileShortName&#x000D;&#x000A;A_LoopFileShortPath&#x000D;&#x000A;A_LoopFileSize&#x000D;&#x000A;A_LoopFileSizeKB&#x000D;&#x000A;A_LoopFileSizeMB&#x000D;&#x000A;A_LoopFileTimeAccessed&#x000D;&#x000A;A_LoopFileTimeCreated&#x000D;&#x000A;A_LoopFileTimeModified&#x000D;&#x000A;A_LoopReadLine&#x000D;&#x000A;A_LoopRegKey&#x000D;&#x000A;A_LoopRegName&#x000D;&#x000A;A_LoopRegSubkey&#x000D;&#x000A;A_LoopRegTimeModified&#x000D;&#x000A;A_LoopRegType&#x000D;&#x000A;A_MDAY&#x000D;&#x000A;A_Min&#x000D;&#x000A;A_MM&#x000D;&#x000A;A_MMM&#x000D;&#x000A;A_MMMM&#x000D;&#x000A;A_MON&#x000D;&#x000A;A_MouseDelay&#x000D;&#x000A;A_MyDocuments&#x000D;&#x000A;A_Now&#x000D;&#x000A;A_NowUTC&#x000D;&#x000A;A_NumBatchLines&#x000D;&#x000A;A_OSType&#x000D;&#x000A;A_OSVersion&#x000D;&#x000A;A_PriorHotkey&#x000D;&#x000A;ProgramFiles&#x000D;&#x000A;A_ProgramFiles&#x000D;&#x000A;A_Programs&#x000D;&#x000A;A_ProgramsCommon&#x000D;&#x000A;A_ScreenHeight&#x000D;&#x000A;A_ScreenWidth&#x000D;&#x000A;A_ScriptDir&#x000D;&#x000A;A_ScriptFullPath&#x000D;&#x000A;A_ScriptName&#x000D;&#x000A;A_Sec&#x000D;&#x000A;A_Space&#x000D;&#x000A;A_StartMenu&#x000D;&#x000A;A_StartMenuCommon&#x000D;&#x000A;A_Startup&#x000D;&#x000A;A_StartupCommon&#x000D;&#x000A;A_StringCaseSense&#x000D;&#x000A;A_Tab&#x000D;&#x000A;A_Temp&#x000D;&#x000A;A_ThisHotkey&#x000D;&#x000A;&#x000D;&#x000A;A_ThisFunc&#x000D;&#x000A;&#x000D;&#x000A;A_ThisLabel&#x000D;&#x000A;A_ThisMenu&#x000D;&#x000A;A_ThisMenuItem&#x000D;&#x000A;A_ThisMenuItemPos&#x000D;&#x000A;A_TickCount&#x000D;&#x000A;A_TimeIdle&#x000D;&#x000A;A_TimeIdlePhysical&#x000D;&#x000A;A_TimeSincePriorHotkey&#x000D;&#x000A;A_TimeSinceThisHotkey&#x000D;&#x000A;A_TitleMatchMode&#x000D;&#x000A;A_TitleMatchModeSpeed&#x000D;&#x000A;A_UserName&#x000D;&#x000A;A_WDay&#x000D;&#x000A;A_WinDelay&#x000D;&#x000A;A_WinDir&#x000D;&#x000A;A_WorkingDir&#x000D;&#x000A;A_YDay&#x000D;&#x000A;A_YEAR&#x000D;&#x000A;A_YWeek&#x000D;&#x000A;A_YYYY&#x000D;&#x000A;Clipboard&#x000D;&#x000A;ComSpec&#x000D;&#x000A;ErrorLevel&#x000D;&#x000A;True&#x000D;&#x000A;False&#x000D;&#x000A;ErrorLevel</Keywords>
            <Keywords name="Keywords4">Return&#x000D;&#x000A;ExitApp</Keywords>
            <Keywords name="Keywords5">WinExist&#x000D;&#x000A;WinActive&#x000D;&#x000A;Space&#x000D;&#x000A;Trim&#x000D;&#x000A;Parse&#x000D;&#x000A;StrLen&#x000D;&#x000A;StrSplit&#x000D;&#x000A;FileEncoding&#x000D;&#x000A;ComObjGet&#x000D;&#x000A;ComObjCreate&#x000D;&#x000A;InStr&#x000D;&#x000A;SubStr</Keywords>
            <Keywords name="Keywords6"></Keywords>
            <Keywords name="Keywords7"></Keywords>
            <Keywords name="Keywords8"></Keywords>
            <Keywords name="Delimiters">00&quot; 01 02&quot; 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="&#xAD74;&#xB9BC;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="COMMENTS" fgColor="004040" bgColor="FFFFFF" fontName="&#xAD74;&#xB9BC;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="LINE COMMENTS" fgColor="006F00" bgColor="FFFFFF" fontName="&#xAD74;&#xB9BC;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="KEYWORDS1" fgColor="0000FF" bgColor="FFFFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="KEYWORDS2" fgColor="FF0000" bgColor="FFFFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="KEYWORDS3" fgColor="EA00EA" bgColor="FFFFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="KEYWORDS4" fgColor="FF0000" bgColor="FFFFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="5" fontSize="10" nesting="0" />
            <WordsStyle name="KEYWORDS5" fgColor="BD5F00" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS6" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="OPERATORS" fgColor="0000FF" bgColor="FFFFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="1" fontSize="10" nesting="0" />
            <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="80FFFF" fontName="" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="80FFFF" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="DELIMITERS2" fgColor="FF00FF" bgColor="FFFF00" fontName="&#x00B9;&#x00D9;&#x00C5;&#x00C1;" fontStyle="0" fontSize="10" nesting="0" />
            <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
        </Styles>
    </UserLang>
</NotepadPlus>
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: Notepad++ Users ?

18 Dec 2018, 11:51

Do you have any additional plugins running?
What Notepad++ version?

I don't have this problem, but I simply chose one of the available languages which is similar to AHK.

Regards
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09
toralf
Posts: 868
Joined: 27 Apr 2014, 21:08
Location: Germany

Re: Notepad++ Users ?

18 Dec 2018, 15:06

ciao
toralf
AnotherUser
Posts: 9
Joined: 14 Dec 2018, 10:46

Re: Notepad++ Users ?  Topic is solved

18 Dec 2018, 16:09

This is the one I use and it works great https://github.com/jNizM/ahk_notepad-plus-plus

That github (https://github.com/jNizM) has some other options too.
IMEime
Posts: 750
Joined: 20 Sep 2014, 06:15

Re: Notepad++ Users ?

18 Dec 2018, 16:57

Scr1pter wrote:
18 Dec 2018, 11:51
Do you have any additional plugins running?
What Notepad++ version?
Thanks, Reply
IMEime
Posts: 750
Joined: 20 Sep 2014, 06:15

Re: Notepad++ Users ?

18 Dec 2018, 16:57

toralf wrote:
18 Dec 2018, 15:06
Did you follow these steps?
https://www.autohotkey.com/boards/viewt ... ?f=60&t=50
OK
I'll take care of it
Thanks Good Information
IMEime
Posts: 750
Joined: 20 Sep 2014, 06:15

Re: Notepad++ Users ?

18 Dec 2018, 16:59

AnotherUser wrote:
18 Dec 2018, 16:09
This is the one I use and it works great https://github.com/jNizM/ahk_notepad-plus-plus

That github (https://github.com/jNizM) has some other options too.
AH.. Yes
I just found it
Your link helped a lot
That should be my fault

Looks like I have changed something for my taste some time earlier
-I missed parentheses, so I have added it
Image

Now it is working well
No problem at all
Thanks !!!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: GollyJer, Google [Bot], Lamron750, septrinus, shawn_xwang and 246 guests