# AutoHotkey command definitions for SciTE # # Do NOT edit this file! # If there is someting here you want to change, go to Options > Open User properties, # copy the setting there and change it. If you instead want to delete a setting, just # write an analogous line in the User properties that sets it to blank. # # Contextual menu user.context.menu=||\ Open #Include|1121|\ Add scriptlet...|1122|\ Run selection|1123|\ ||\ Inspect variable...|1126| # Subsystem for debug command command.build.subsystem.$(file.patterns.ahk)=2 # Subsystem for help command command.help.subsystem.$(file.patterns.ahk)=4 # ShellExecute/non-stream-capturing run command command.name.1.$(file.patterns.ahk)=Quick run command.1.$(file.patterns.ahk)="$(AutoHotkey)" "$(FilePath)" $(1) $(2) $(3) $(4) command.shortcut.1.$(file.patterns.ahk)=Ctrl+Shift+F5 command.mode.1.$(file.patterns.ahk)=subsystem:shellexec # Debugger attaching command command.name.2.*=Debug a currently running script... command.2.*="$(LocalAHK)" /ErrorStdOut "$(SciteDefaultHome)\tools\SciTEDebug.ahk" /attach command.shortcut.2.*=Ctrl+Shift+F7 command.mode.2.*=subsystem:shellexec ### Commands not in the Tools menu (mostly internal stuff) ### # (Context menu) Open Include command.mode.21.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.21.$(file.patterns.ahk)=OpenInclude # (Context menu) Add scriptlet command.mode.22.*=subsystem:shellexec,savebefore:no command.22.*="$(LocalAHK)" "$(SciteDefaultHome)\tools\SUtility.ahk" /addScriptlet # (Context menu) Run selection command.mode.23.*=subsystem:console,savebefore:no,quiet:yes command.23.*="$(AutoHotkey)" /CP65001 * command.input.23.*=$(CurrentSelection) # (Internal) Connect debugger command.mode.24.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.24.$(file.patterns.ahk)=DBGp_Connect # (Internal) Disconnect debugger command.mode.25.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.25.$(file.patterns.ahk)=DBGp_Disconnect # (Context menu) Inspect variable command.mode.26.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.26.$(file.patterns.ahk)=DBGp_Inspect # (Internal) Run command.mode.27.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.27.$(file.patterns.ahk)=DBGp_Run # (Internal) Stop command.mode.28.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.28.$(file.patterns.ahk)=DBGp_Stop # (Internal) Step into command.mode.29.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.29.$(file.patterns.ahk)=DBGp_StepInto # (Internal) Step over command.mode.30.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.30.$(file.patterns.ahk)=DBGp_StepOver # (Internal) Step out command.mode.31.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.31.$(file.patterns.ahk)=DBGp_StepOut # (Internal) Stacktrace command.mode.32.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.32.$(file.patterns.ahk)=DBGp_Stacktrace # (Internal) Varlist command.mode.33.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.33.$(file.patterns.ahk)=DBGp_Varlist # (Internal) Get director HWND command.mode.34.*=subsystem:immediate,savebefore:no command.34.*=get_director_HWND # (Internal) Reset breakpoints command.mode.35.*=subsystem:immediate,savebefore:no command.35.*=DBGp_BkReset # (Internal) Pause script command.mode.36.$(file.patterns.ahk)=subsystem:immediate,savebefore:no command.36.$(file.patterns.ahk)=DBGp_Pause