':'<div class="area" role="main">'); + '<div id="main"><div id="left" role="navigation"><div class="tab toc"></div><div class="tab index"><div class="input"><input type="search" placeholder="Search" data-translate=2 /></div><div class="select"><select size="1" class="empty"><option value="-1" class="empty" selected data-translate>Filter</option><option value="0" data-translate>Directives</option><option value="1" data-translate>Built-in Variables</option><option value="2" data-translate>Built-in Functions</option><option value="3" data-translate>Control Flow Statements</option><option value="4" data-translate>Operators</option><option value="5" data-translate>Declarations</option><option value="6" data-translate>Commands</option><option value="7" data-translate>Sub-commands</option><option value="8" data-translate>Built-in Methods/Properties</option><option value="99" data-translate>Ahk2Exe Compiler</option></select></div><div class="list"></div></div><div class="tab search"><div class="input"><input type="search" placeholder="Search" data-translate=2 /></div><div class="checkbox"><input type="checkbox" id="highlightWords"><label for="highlightWords" data-translate>Highlight keywords</label><div class="updown" title="Go to previous/next occurrence" data-translate aria-label="title"><div class="up"><div class="triangle-up"></div></div><div class="down"><div class="triangle-down"></div></div></div></div><div class="list"></div></div><div class="load"><div class="lds-dual-ring"></div></div>'+(isIE8?'':'<div class="quick"><button class="header" title="Collapse or uncollapse the quick reference" data-translate aria-label="title"><div class="chevron"></div><span data-translate data-content="Quick reference"></span></button><div class="main"></div></div>')+'</div><div class="dragbar"></div><div id="right" tabIndex="-1">'+(isFrameCapable?'<iframe frameBorder="0" id="frame" src="" role="main">':'<div class="area" role="main">'); self.template = isIE8 ? self.template.replace(/ data-content="(.*?)">/g, '>$1') : self.template; self.build = function() { document.write(self.template); }; // Write HTML before DOM is loaded to prevent flickering. self.modify = function() { // Modify elements added via build. @@ -1759,6 +1772,8 @@ function ctor_features() 4 - operator 5 - declaration 6 - command + 7 - sub-command + 8 - built-in method/property 99 - Ahk2Exe compiler */ if (isIE8) // Exclude old browsers. diff --git a/static/dark.css b/static/dark.css index 1cf2de20..169f812d 100644 --- a/static/dark.css +++ b/static/dark.css @@ -1,30 +1,30 @@ /* general */ * { - scrollbar-base-color: #252525; - scrollbar-face-color: #4b4b4b; - scrollbar-3dlight-color: #252525; - scrollbar-highlight-color: #252525; - scrollbar-track-color: #252525; - scrollbar-arrow-color: #4b4b4b; - scrollbar-shadow-color: #252525; + scrollbar-base-color: #1c1d20; + scrollbar-face-color: #34363c; + scrollbar-3dlight-color: #1c1d20; + scrollbar-highlight-color: #1c1d20; + scrollbar-track-color: #1c1d20; + scrollbar-arrow-color: #34363c; + scrollbar-shadow-color: #1c1d20; } ::-webkit-scrollbar { - background-color: #252525; + background-color: #1c1d20; } ::-webkit-scrollbar-track { - background-color: #252525; + background-color: #1c1d20; } ::-webkit-scrollbar-thumb { - background-color: #4b4b4b; - border: 2px solid #252525; + background-color: #34363c; + border: 2px solid #1c1d20; } ::-webkit-scrollbar-thumb:hover { - background-color: #5f5f5f; + background-color: #474a52; } ::-webkit-scrollbar-corner { @@ -32,22 +32,22 @@ } ::-ms-expand { - background-color: #1e1e1e; - color: #4b4b4b; - border-color: #252525; + background-color: #202124; + color: #34363c; + border-color: #1c1d20; } select { border-color: #353535; - background-color: #1e1e1e; + background-color: #202124; color: inherit; } /* theme.css */ body { - background-color: #1e1e1e; - color: #d5d5d5; + background-color: #202124; + color: #bdc1c6; } h1 { @@ -67,7 +67,7 @@ h1, h2, h3 { } a:link, a:visited, a:visited:hover { - color: #6eb1ff; + color: #8ab4f8; } pre, code { @@ -75,7 +75,7 @@ pre, code { } .Syntax { - background-color: #27241a; + background-color: #3e3823; border-color: #443b1c; } @@ -88,7 +88,7 @@ table.info td { } table.info th { - background-color: #252525; + background-color: #1c1d20; border-color: #353535; } @@ -102,7 +102,7 @@ table.info tr.sep_below { .note { border-left-color: #90b790; - background-color: #1b211b; + background-color: #293029; color: #90b790; } @@ -133,10 +133,10 @@ dd { } kbd { - border-color: #1e1e1e; + border-color: #202124; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #353535 inset; - color: #d5d5d5; - background-color: #1e1e1e; + color: #bdc1c6; + background-color: #202124; text-shadow: 0 1px 0 #000; } @@ -155,7 +155,7 @@ kbd { /* content.css */ #head { - background-color: #333; + background-color: #171717; color: #a3a3a3; } @@ -165,18 +165,18 @@ kbd { } #head .selected { - background-color: #a3a3a3; - color: #333; + background-color: #6a6e72; + color: #171717; } #head li.selected:hover { - background-color: #a3a3a3; + background-color: #6a6e72; color: #fff; } #left { - background-color: #252526; - color: #d5d5d5; + background-color: #1c1d20; + color: #bdc1c6; } .lds-dual-ring:after { @@ -196,7 +196,7 @@ kbd { } #left .toc li.closed > span, #left .toc li.opened > span { - color: #d5d5d5; + color: #bdc1c6; } #left .toc .selected { @@ -205,7 +205,7 @@ kbd { #left .input input { border-color: #353535; - background-color: #1e1e1e; + background-color: #202124; } #left .input input.match { @@ -218,11 +218,11 @@ kbd { #left .select select { border-color: #353535; - background-color: #1e1e1e; + background-color: #202124; } #left .select select > option { - color: #d5d5d5; + color: #bdc1c6; } #left .select .empty { @@ -230,7 +230,7 @@ kbd { } #left .list { - background-color: #1e1e1e; + background-color: #202124; border-color: #353535; } @@ -247,8 +247,8 @@ kbd { } #left .list > a.selected { - background-color: #a3a3a3; - color: #333; + background-color: #6a6e72; + color: #171717; } #left .deprecated { @@ -269,12 +269,12 @@ kbd { } #right .back-to-top { - background-color: #333; + background-color: #171717; color: #a3a3a3; } #right pre.parent > div.buttons > a { - background-color: #333; + background-color: #171717; color: #a3a3a3; } @@ -287,11 +287,11 @@ kbd { } #right table.mobile tbody > tr:first-child { - background-color: #252525; + background-color: #1c1d20; } #right table.mobile td:first-child { - background-color: #252525; + background-color: #1c1d20; } #right .deprecated { diff --git a/static/source/data_index.js b/static/source/data_index.js index f4135dfc..77c26730 100644 --- a/static/source/data_index.js +++ b/static/source/data_index.js @@ -8,6 +8,7 @@ indexData = [ [":=","commands/SetExpression.htm",4], ["!","Variables.htm#unary",4], ["!=","Variables.htm#equal",4], + ["!==","Variables.htm#equal",4], ["?","Variables.htm#ternary",4], [".","Variables.htm#concat",4], [".=","Variables.htm#AssignOp",4], @@ -87,19 +88,22 @@ indexData = [ ["__Call-Metafunktion","Objects.htm#Meta_Functions"], ["__Delete-Metafunktion","Objects.htm#Custom_NewDelete"], ["__Get-Metafunktion","Objects.htm#Meta_Functions"], - ["__Handle-Eigenschaft (File)","objects/File.htm#Handle"], + ["__Handle-Eigenschaft (File)","objects/File.htm#Handle",8], ["__Init-Methode","Objects.htm#Custom_Classes_var"], ["__New-Metafunktion","Objects.htm#Custom_NewDelete"], ["__Set-Metafunktion","Objects.htm#Meta_Functions"], + ["_NewEnum-Methode (Objekt)","objects/Object.htm#NewEnum",8], ["A_AhkPath","Variables.htm#AhkPath",1], ["A_AhkVersion","Variables.htm#AhkVersion",1], ["A_AppData","Variables.htm#AppData",1], ["A_AppDataCommon","Variables.htm#AppDataCommon",1], ["A_Args","Variables.htm#Args",1], ["A_AutoTrim","Variables.htm#AutoTrim",1], + ["A_BasePath (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#BasePath",99], ["A_BatchLines","Variables.htm#BatchLines",1], ["A_CaretX","Variables.htm#Caret",1], ["A_CaretY","Variables.htm#Caret",1], + ["A_Clipboard","misc/Clipboard.htm",1], ["A_ComputerName","Variables.htm#ComputerName",1], ["A_ComSpec","Variables.htm#ComSpec",1], ["A_ControlDelay","Variables.htm#ControlDelay",1], @@ -140,6 +144,7 @@ indexData = [ ["A_IconNumber","Variables.htm#IconNumber",1], ["A_IconTip","Variables.htm#IconTip",1], ["A_Index","commands/Loop.htm",1], + ["A_InitialWorkingDir","Variables.htm#InitialWorkingDir",1], ["A_IPAddress1","Variables.htm#IPAddress",1], ["A_IPAddress2","Variables.htm#IPAddress",1], ["A_IPAddress3","Variables.htm#IPAddress",1], @@ -251,13 +256,18 @@ indexData = [ ["A_YWeek","Variables.htm#YWeek",1], ["A_YYYY","Variables.htm#YYYY",1], ["Abkürzungserweiterung","Hotstrings.htm"], + ["Abs (Transform)","commands/Transform.htm#Abs",7], ["Abs()","commands/Math.htm#Abs",2], ["Absolutwert, abs()","commands/Math.htm#Abs"], ["Danksagungen","misc/Acknowledgements.htm"], + ["ACos (Transform)","commands/Transform.htm#ACos",7], ["ACos()","commands/Math.htm#ACos",2], ["activate a window","commands/WinActivate.htm"],["Aktivieren eines Fensters","commands/WinActivate.htm"], ["ActiveX-Steuerelemente (GUI)","commands/GuiControls.htm#ActiveX"], ["Addieren","commands/EnvAdd.htm"], + ["Add (Control)","commands/Control.htm#Add",7], + ["Add (Gui)","commands/Gui.htm#Add",7], + ["Add (Menu)","commands/Menu.htm#Add",7], ["AddResource-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#AddResource",99], ["Address of a variable","Variables.htm#amp"],["Adresse einer Variable","Variables.htm#amp"], ["Administratorrechte für Skripte","Variables.htm#RequireAdmin"], @@ -272,36 +282,47 @@ indexData = [ ["alpha","commands/IfIs.htm"], ["AltGr","Hotkeys.htm#AltGr"], ["AltTab","Hotkeys.htm#alttab"], - ["AlwaysOnTop (WinSet)","commands/WinSet.htm"], + ["AlwaysOnTop (WinSet)","commands/WinSet.htm#AlwaysOnTop",7], ["and","Variables.htm#and",4], ["append to file","commands/FileAppend.htm"],["Anfügen an einer Datei","commands/FileAppend.htm"], ["Array()","Objects.htm#Usage_Simple_Arrays",2], ["Arrays","misc/Arrays.htm"], + ["Asc (Transform)","commands/Transform.htm#Asc",7], ["Asc()","commands/Asc.htm",2], ["ASCII-Konvertierung","commands/Transform.htm"], + ["ASin (Transform)","commands/Transform.htm#ASin",7], ["ASin()","commands/Math.htm#ASin",2], ["assigning values to variables","Variables.htm#AssignOp"],["Speichern von Werten in Variablen","Variables.htm#AssignOp"], + ["ATan (Transform)","commands/Transform.htm#ATan",7], ["ATan()","commands/Math.htm#ATan",2], - ["AtEOF-Eigenschaft (File)","objects/File.htm#AtEOF"], + ["AtEOF-Eigenschaft (File)","objects/File.htm#AtEOF",8], ["Attribute von Dateien und Ordnern","commands/FileGetAttrib.htm"], ["auto-execute section","Scripts.htm#auto"],["Auto-Ausführungsbereich","Scripts.htm#auto"], ["auto-replace text as you type it","Hotstrings.htm"],["Auto-Ersetzen bei Texteingabe","Hotstrings.htm"], ["AutoIt v2-Kompatibilität","misc/AutoIt2Compat.htm"], ["AutoTrim","commands/AutoTrim.htm",6,"S"], + ["BackspaceIsUndo-Eigenschaft (InputHook)","commands/InputHook.htm#BackspaceIsUndo",8], ["balloon tip","commands/TrayTip.htm"],["Sprechblase","commands/TrayTip.htm"], ["base (Objekte)","Objects.htm#Custom_Objects"], ["Base-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#Bin",99], - ["Base-Eigenschaft (Objekt)","objects/Object.htm#Base"], + ["Base-Eigenschaft (Objekt)","objects/Object.htm#Base",8], ["beep the PC speaker","commands/SoundBeep.htm"],["Piepton via PC-Lautsprecher","commands/SoundBeep.htm"], ["between (ob var zwischen zwei Werten liegt)","commands/IfBetween.htm"], ["Bin-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#Bin",99], - ["Bind-Methode (Func-Objekt)","objects/Func.htm#Bind"], + ["Bind-Methode (Func)","objects/Func.htm#Bind",8], ["BinMod-Skript (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#PostExec",99], + ["BitAnd (Transform)","commands/Transform.htm#BitAnd",7], + ["BitNot (Transform)","commands/Transform.htm#BitNot",7], + ["BitOr (Transform)","commands/Transform.htm#BitOr",7], + ["BitShiftLeft (Transform)","commands/Transform.htm#BitShiftLeft",7], + ["BitShiftRight (Transform)","commands/Transform.htm#BitShiftRight",7], ["bitwise operations","Variables.htm#bitwise"],["bitweise Operationen","Variables.htm#bitwise"], + ["BitXOr (Transform)","commands/Transform.htm#BitXOr",7], ["Blind-Modus von Send","commands/Send.htm#blind"], ["BlockInput","commands/BlockInput.htm",6,"S"], ["blocks (lines enclosed in braces)","commands/Block.htm"],["Blöcke (Zeilen innerhalb von Klammern)","commands/Block.htm"], ["boolesche Werte (Konzepte)","Concepts.htm#boolean"], + ["Bottom (WinSet)","commands/WinSet.htm#Bottom",7], ["BoundFunc-Objekt","objects/Functor.htm#BoundFunc"], ["Break","commands/Break.htm",3,"S"], ["buffering","commands/_MaxThreadsBuffer.htm"],["Pufferung","commands/_MaxThreadsBuffer.htm"], @@ -312,16 +333,29 @@ indexData = [ ["Button-Status","commands/GetKeyState.htm#function"], ["ByRef","Functions.htm#ByRef",4], ["Caching (Konzepte)","Concepts.htm#caching"], - ["Call-Methode (Func-Objekt)","objects/Func.htm#Call"], + ["Call-Methode (Func)","objects/Func.htm#Call",8], ["callbacks","commands/RegisterCallback.htm"], + ["Cancel (Gui)","commands/Gui.htm#Cancel",7], + ["Capacity (DriveGet)","commands/DriveGet.htm#Capacity",7], ["Case","commands/Switch.htm",3,"E"], ["case sensitive strings","commands/StringCaseSense.htm"],["Groß-/Kleinschreibung-sensitive Zeichenketten","commands/StringCaseSense.htm"], + ["CaseSensitive-Eigenschaft (InputHook)","commands/InputHook.htm#CaseSensitive",8], ["Catch","commands/Catch.htm",3,"O"], + ["Ceil (Transform)","commands/Transform.htm#Ceil",7], ["Ceil()","commands/Math.htm#Ceil",2], ["Changelog","AHKL_ChangeLog.htm"], + ["Check (Control)","commands/Control.htm#Check",7], + ["Check (Menu)","commands/Menu.htm#Check",7], ["Checkbox-Steuerelemente (GUI)","commands/GuiControls.htm#Checkbox"], + ["Checked (ControlGet)","commands/ControlGet.htm#Checked",7], + ["Choice (ControlGet)","commands/ControlGet.htm#Choice",7], ["choose file","commands/FileSelectFile.htm"],["Aussuchen einer Datei","commands/FileSelectFile.htm"], ["choose folder","commands/FileSelectFolder.htm"],["Aussuchen eines Ordners","commands/FileSelectFolder.htm"], + ["Choose (Control)","commands/Control.htm#Choose",7], + ["Choose (GuiControl)","commands/GuiControl.htm#Choose",7], + ["ChooseString (Control)","commands/Control.htm#ChooseString",7], + ["ChooseString (GuiControl)","commands/GuiControl.htm#ChooseString",7], + ["Chr (Transform)","commands/Transform.htm#Chr",7], ["Chr()","commands/Chr.htm",2], ["class","Objects.htm#Custom_Classes",5], ["class ... extends","Objects.htm#Custom_Classes",5], @@ -329,15 +363,19 @@ indexData = [ ["class name of a window","commands/WinGetClass.htm"],["Klassenname eines Fensters","commands/WinGetClass.htm"], ["Click","commands/Click.htm",6,"S"], ["Click a mouse button","commands/Click.htm"],["Klicken einer Maustaste","commands/Click.htm"], + ["Click (Menu)","commands/Menu.htm#Click",7], ["Clipboard","misc/Clipboard.htm",1], ["ClipboardAll","misc/Clipboard.htm#ClipboardAll",1], ["ClipWait","commands/ClipWait.htm",6,"EE"], - ["Clone-Methode (Objekt)","objects/Object.htm#Clone"], + ["Clone-Methode (Objekt)","objects/Object.htm#Clone",8], ["close a window","commands/WinClose.htm"],["Schließen eines Fensters","commands/WinClose.htm"], - ["Close-Methode (File)","objects/File.htm#Close"], + ["Close-Methode (File)","objects/File.htm#Close",8], + ["Close (Process)","commands/Process.htm#Close",7], ["CLSID-Liste (Arbeitsplatz, etc.)","misc/CLSID-List.htm"], ["color names, RGB/HTML","commands/Progress.htm#colors"],["Farbnamen, RGB/HTML","commands/Progress.htm#colors"], ["color of pixels","commands/PixelSearch.htm"],["Farben von Pixeln","commands/PixelSearch.htm"], + ["Color (Gui)","commands/Gui.htm#Color",7], + ["Color (Menu)","commands/Menu.htm#Color",7], ["COM","commands/ComObjCreate.htm"], ["ComboBox-Steuerelemente (GUI)","commands/GuiControls.htm#ComboBox"], ["comma operator (multi-statement)","Variables.htm#comma"],["Komma-Operator (Mehrfachanweisung)","Variables.htm#comma"], @@ -376,6 +414,8 @@ indexData = [ ["ControlGetFocus","commands/ControlGetFocus.htm",6,"OSSSS"], ["ControlGetPos","commands/ControlGetPos.htm",6,"OOOOSSSSS"], ["ControlGetText","commands/ControlGetText.htm",6,"OSSSSS"], + ["ControlList (WinGet)","commands/WinGet.htm#ControlList",7], + ["ControlListHwnd (WinGet)","commands/WinGet.htm#ControlListHwnd",7], ["ControlMove","commands/ControlMove.htm",6,"SEEEESSSS"], ["ControlSend","commands/ControlSend.htm",6,"SSSSSS"], ["ControlSendRaw","commands/ControlSend.htm",6,"SSSSSS"], @@ -385,13 +425,18 @@ indexData = [ ["CoordMode","commands/CoordMode.htm",6,"SS"], ["copy file","commands/FileCopy.htm"],["Kopieren einer Datei","commands/FileCopy.htm"], ["copy folder/directory","commands/FileCopyDir.htm"],["Kopieren eines Ordners/Verzeichnisses","commands/FileCopyDir.htm"], + ["Cos (Transform)","commands/Transform.htm#Cos",7], ["Cos()","commands/Math.htm#Cos",2], - ["Count-Methode (Objekt)","objects/Object.htm#Count"], + ["Count-Methode (Objekt)","objects/Object.htm#Count",8], + ["Count-Methode/Eigenschaft (Match)","commands/RegExMatch.htm#MatchObject",8], + ["Count (WinGet)","commands/WinGet.htm#Count",7], ["create file","commands/FileAppend.htm"],["Erstellen einer Datei","commands/FileAppend.htm"], ["create folder/directory","commands/FileCreateDir.htm"],["Erstellen eines Ordners/Verzeichnisses","commands/FileCreateDir.htm"], ["Critical","commands/Critical.htm",6,"S"], ["current directory","commands/SetWorkingDir.htm"],["Aktuelles Verzeichnis","commands/SetWorkingDir.htm"], ["current thread","misc/Threads.htm"],["Aktueller Thread","misc/Threads.htm"], + ["CurrentCol (ControlGet)","commands/ControlGet.htm#CurrentCol",7], + ["CurrentLine (ControlGet)","commands/ControlGet.htm#CurrentLine",7], ["Cursor-Form","Variables.htm#Cursor"], ["custom combination hotkeys","Hotkeys.htm#combo"],["benutzerdefinierte Kombinations-Hotkeys","Hotkeys.htm#combo"], ["Custom-Steuerelemente (GUI)","commands/GuiControls.htm#Custom"], @@ -403,10 +448,18 @@ indexData = [ ["debugger","commands/OutputDebug.htm"], ["Debuggen eines Skripts","Scripts.htm#debug"], ["decimal places","commands/Format.htm"],["Dezimalstellen","commands/Format.htm"], + ["Default (Gui)","commands/Gui.htm#Default",7], + ["Default (Menu)","commands/Menu.htm#Default",7], ["Default","commands/Switch.htm",3,""], ["delete files","commands/FileDelete.htm"],["Löschen von Dateien","commands/FileDelete.htm"], ["delete folder/directory","commands/FileRemoveDir.htm"],["Löschen von Ordnern/Verzeichnissen","commands/FileRemoveDir.htm"], - ["Delete-Methode (Objekt)","objects/Object.htm#Delete"], + ["Delete-Methode (Objekt)","objects/Object.htm#Delete",8], + ["Delete (Control)","commands/Control.htm#Delete",7], + ["Delete (GuiControl)","commands/GuiControl.htm#Delete",7], + ["Delete (Menu)","commands/Menu.htm#Delete",7], + ["DeleteAll (Menu)","commands/Menu.htm#DeleteAll",7], + ["Deref (Transform)","commands/Transform.htm#Deref",7], + ["Destroy (Gui)","commands/Gui.htm#Destroy",7], ["DetectHiddenText","commands/DetectHiddenText.htm",6,"S"], ["DetectHiddenWindows","commands/DetectHiddenWindows.htm",6,"S"], ["Dialogfenster FileSelectFile","commands/FileSelectFile.htm"], @@ -414,6 +467,10 @@ indexData = [ ["Dialogfenster InputBox","commands/InputBox.htm"], ["Dialogfenster MsgBox","commands/MsgBox.htm"], ["digit","commands/IfIs.htm"], + ["Disable (Control)","commands/Control.htm#Disable",7], + ["Disable (GuiControl)","commands/GuiControl.htm#Disable",7], + ["Disable (Menu)","commands/Menu.htm#Disable",7], + ["Disable (WinSet)","commands/WinSet.htm#Disable",7], ["disk space","commands/DriveSpaceFree.htm"],["Speicherplatz","commands/DriveSpaceFree.htm"], ["Dividieren (Berechnung)","Variables.htm#divide"], ["DllCall()","commands/DllCall.htm",2], @@ -430,8 +487,19 @@ indexData = [ ["dynamische Variablen","Language.htm#dynamic-variables"], ["Edit","commands/Edit.htm",6,""], ["Edit-Steuerelemente (GUI)","commands/GuiControls.htm#Edit"], + ["EditPaste (Control)","commands/Control.htm#EditPaste",7], + ["Eject (Drive)","commands/Drive.htm#Eject",7], ["Else","commands/Else.htm",3,""], - ["Encoding-Eigenschaft (File)","objects/File.htm#Encoding"], + ["Enable (Control)","commands/Control.htm#Enable",7], + ["Enable (GuiControl)","commands/GuiControl.htm#Enable",7], + ["Enable (Menu)","commands/Menu.htm#Enable",7], + ["Enable (WinSet)","commands/WinSet.htm#Enable",7], + ["Enabled (ControlGet)","commands/ControlGet.htm#Enabled",7], + ["Enabled (GuiControlGet)","commands/GuiControlGet.htm#Enabled",7], + ["Encoding-Eigenschaft (File)","objects/File.htm#Encoding",8], + ["EndKey-Eigenschaft (InputHook)","commands/InputHook.htm#EndKey",8], + ["EndMods-Eigenschaft (InputHook)","commands/InputHook.htm#EndMods",8], + ["EndReason-Eigenschaft (InputHook)","commands/InputHook.htm#EndReason",8], ["Enumerator-Objekt","objects/Enumerator.htm"], ["EnvAdd","commands/EnvAdd.htm",6,"OES"], ["EnvDiv","commands/EnvDiv.htm",6,"OE"], @@ -447,10 +515,17 @@ indexData = [ ["Escapesequenzen","misc/EscapeChar.htm"], ["Exception()","commands/Throw.htm#Exception",2], ["ExeName-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#ExeName",99], + ["Exist (Process)","commands/Process.htm#Exist",7], ["Exit","commands/Exit.htm",6,"E"], ["ExitApp","commands/ExitApp.htm",6,"E"], + ["Exp (Transform)","commands/Transform.htm#Exp",7], ["Exp()","commands/Math.htm#Exp",2], ["expressions","Variables.htm#Expressions"],["Ausdrücke","Variables.htm#Expressions"], + ["ExStyle (Control)","commands/Control.htm#ExStyle",7], + ["ExStyle (ControlGet)","commands/ControlGet.htm#ExStyle",7], + ["ExStyle (WinGet)","commands/WinGet.htm#ExStyle",7], + ["ExStyle (WinSet)","commands/WinSet.htm#ExStyle",7], + ["Extra-Eigenschaft (Exception)","commands/Throw.htm#Exception",8], ["ExtractInteger -> NumGet()","commands/NumGet.htm"], ["False","Variables.htm#Boolean",1], ["FAQ (häufig gestellte Fragen)","FAQ.htm"], @@ -458,6 +533,7 @@ indexData = [ ["File-Objekt","objects/File.htm"], ["file or folder (does it exist)","commands/IfExist.htm"],["Datei oder Ordner (Existenz)","commands/IfExist.htm"], ["file pattern","commands/LoopFile.htm"],["Dateimuster","commands/LoopFile.htm"], + ["File-Eigenschaft (Exception)","commands/Throw.htm#Exception",8], ["file, creating","commands/FileAppend.htm"],["Datei erstellen","commands/FileAppend.htm"], ["file, reading","commands/LoopReadFile.htm"],["Datei lesen","commands/LoopReadFile.htm"], ["file, writing/appending","commands/FileAppend.htm"],["Datei schreiben/anfügen","commands/FileAppend.htm"], @@ -487,19 +563,29 @@ indexData = [ ["FileSelectFolder","commands/FileSelectFolder.htm",6,"OSES"], ["FileSetAttrib","commands/FileSetAttrib.htm",6,"SSEE"], ["FileSetTime","commands/FileSetTime.htm",6,"ESSEE"], + ["FileSystem (DriveGet)","commands/DriveGet.htm#FileSystem",7], ["Finally","commands/Finally.htm",3,""], ["Finden einer Datei","commands/IfExist.htm"], ["Finden einer Zeichenkette","commands/StringGetPos.htm"], ["Finden eines Fensters","commands/WinExist.htm"], + ["FindAnywhere-Eigenschaft (InputHook)","commands/InputHook.htm#FindAnywhere",8], + ["FindString (ControlGet)","commands/ControlGet.htm#FindString",7], + ["Flash (Gui)","commands/Gui.htm#Flash",7], ["Floating-Point (ob es dies ist)","commands/IfIs.htm"], ["Floating-Point (Format)","commands/Format.htm"], + ["Floor (Transform)","commands/Transform.htm#Floor",7], ["Floor()","commands/Math.htm#Floor",2], + ["Focus (GuiControl)","commands/GuiControl.htm#Focus",7], + ["Focus (GuiControlGet)","commands/GuiControlGet.htm#Focus",7], ["focus","commands/ControlFocus.htm"],["Fokus","commands/ControlFocus.htm"], + ["FocusV (GuiControlGet)","commands/GuiControlGet.htm#FocusV",7], ["folder/directory copy","commands/FileCopyDir.htm"],["Ordner/Verzeichnis kopieren","commands/FileCopyDir.htm"], ["folder/directory create","commands/FileCreateDir.htm"],["Ordner/Verzeichnis erstellen","commands/FileCreateDir.htm"], ["folder/directory move","commands/FileMoveDir.htm"],["Ordner/Verzeichnis verschieben","commands/FileMoveDir.htm"], ["folder/directory remove","commands/FileRemoveDir.htm"],["Ordner/Verzeichnis entfernen","commands/FileRemoveDir.htm"], ["folder/directory select","commands/FileSelectFolder.htm"],["Ordner/Verzeichnis auswählen","commands/FileSelectFolder.htm"], + ["Font (Gui)","commands/Gui.htm#Font",7], + ["Font (GuiControl)","commands/GuiControl.htm#Font",7], ["Fonts","misc/FontsStandard.htm"], ["For ... in","commands/For.htm",3,"IE"], ["Format()","commands/Format.htm",2], @@ -515,8 +601,8 @@ indexData = [ ["Func()","commands/Func.htm",2], ["g-Label (Reagieren auf GUI-Ereignisse)","commands/Gui.htm#label"], ["game automation","commands/PixelSearch.htm"],["Videospielautomatisierung","commands/PixelSearch.htm"], - ["GetAddress-Methode (Objekt)","objects/Object.htm#GetAddress"], - ["GetCapacity-Methode (Objekt)","objects/Object.htm#GetCapacity"], + ["GetAddress-Methode (Objekt)","objects/Object.htm#GetAddress",8], + ["GetCapacity-Methode (Objekt)","objects/Object.htm#GetCapacity",8], ["GetKeyName()","commands/GetKey.htm",2], ["GetKeySC()","commands/GetKey.htm",2], ["GetKeyState","commands/GetKeyState.htm#command",6,"OSS"], @@ -541,13 +627,18 @@ indexData = [ ["GuiDropFiles (label)","commands/Gui.htm#GuiDropFiles"], ["GuiEscape (label)","commands/Gui.htm#GuiEscape"], ["GuiSize (label)","commands/Gui.htm#GuiSize"], - ["HasKey-Methode (Objekt)","objects/Object.htm#HasKey"], + ["Handle-Eigenschaft (File)","objects/File.htm#Handle",8], + ["HasKey-Methode (Objekt)","objects/Object.htm#HasKey",8], ["HBITMAP:","misc/ImageHandles.htm"], ["hexadezimales Format","commands/Format.htm"], ["Ruhenzustand oder Anhalten","commands/Shutdown.htm#Suspend"], ["HICON:","misc/ImageHandles.htm"], ["hidden text","commands/DetectHiddenText.htm"],["versteckter Text","commands/DetectHiddenText.htm"], ["hidden windows","commands/DetectHiddenWindows.htm"],["versteckte Fenster","commands/DetectHiddenWindows.htm"], + ["Hide (Control)","commands/Control.htm#Hide",7], + ["Hide (Gui)","commands/Gui.htm#Hide",7], + ["Hide (GuiControl)","commands/GuiControl.htm#Hide",7], + ["HideDropDown (Control)","commands/Control.htm#HideDropDown",7], ["HKEY_CLASSES_ROOT (HKCR)","commands/RegRead.htm"], ["HKEY_CURRENT_CONFIG (HKCC)","commands/RegRead.htm"], ["HKEY_CURRENT_USER (HKCU)","commands/RegRead.htm"], @@ -564,11 +655,16 @@ indexData = [ ["Hotstring()","commands/Hotstring.htm",2], ["Hotstrings (allgemeine Information)","Hotstrings.htm"], ["HTML-Farbnamen","commands/Progress.htm#colors"], - ["HWND (eines Steuerelements)","commands/ControlGet.htm#Hwnd"], + ["HTML (Transform)","commands/Transform.htm#HTML",7], ["HWND (eines Fensters)","misc/WinTitle.htm#ahk_id"], + ["Hwnd (ControlGet)","commands/ControlGet.htm#Hwnd",7], + ["Hwnd (GuiControlGet)","commands/GuiControlGet.htm#Hwnd",7], + ["Icon (Menu)","commands/Menu.htm#Icon",7], ["icon, changing","commands/Menu.htm#Icon"],["Symbol ändern","commands/Menu.htm#Icon"], ["ID-Nummer eines Fensters","commands/WinGet.htm"], ["If","commands/IfExpression.htm",3,"E"], + ["ID (WinGet)","commands/WinGet.htm#ID",7], + ["IDLast (WinGet)","commands/WinGet.htm#IDLast",7], ["If ... between ... and","commands/IfBetween.htm",3,"ISS"], ["If ... contains","commands/IfIn.htm",3,"IS"], ["If ... in","commands/IfIn.htm",3,"IS"], @@ -608,11 +704,14 @@ indexData = [ ["IniDelete","commands/IniDelete.htm",6,"SSS"], ["IniRead","commands/IniRead.htm",6,"OSSSS"], ["IniWrite","commands/IniWrite.htm",6,"SSSS"], + ["InProgress-Eigenschaft (InputHook)","commands/InputHook.htm#InProgress",8], + ["Input-Eigenschaft (InputHook)","commands/InputHook.htm#Input",8], ["Input","commands/Input.htm",6,"OSSS"], ["InputBox","commands/InputBox.htm",6,"OSSSEEEESES"], ["InputHook()","commands/InputHook.htm",2], - ["Insert-Methode (Objekt)","objects/Object.htm#Insert"], - ["InsertAt-Methode (Objekt)","objects/Object.htm#InsertAt"], + ["Insert-Methode (Objekt)","objects/Object.htm#Insert",8], + ["Insert (Menu)","commands/Menu.htm#Insert",7], + ["InsertAt-Methode (Objekt)","objects/Object.htm#InsertAt",8], ["InsertInteger -> NumPut()","commands/NumPut.htm"], ["Installieren","commands/FileInstall.htm"], ["Installer-Optionen","Program.htm#install"], @@ -621,11 +720,16 @@ indexData = [ ["InStr()","commands/InStr.htm",2], ["Integer (ob es dies ist)","commands/IfIs.htm"], ["Integer (Format)","commands/Format.htm"], - ["Interrupt","commands/Thread.htm"], + ["Interrupt (Thread)","commands/Thread.htm#Interrupt",7], + ["IsBuiltIn-Eigenschaft (Func)","objects/Func.htm#IsBuiltIn",8], + ["IsByRef-Methode (Func)","objects/Func.htm#IsByRef",8], ["IsByRef()","commands/IsByRef.htm",2], ["IsFunc()","commands/IsFunc.htm",2], ["IsLabel()","commands/IsLabel.htm",2], ["IsObject()","commands/IsObject.htm",2], + ["IsOptional-Methode (Func)","objects/Func.htm#IsOptional",8], + ["IsSet()","commands/IsSet.htm",2], + ["IsVariadic-Eigenschaft (Func)","objects/Func.htm#IsVariadic",8], ["Join (Fortsetzungsbereiche)","Scripts.htm#Join"], ["Joystick","KeyList.htm#Joystick"], ["JScript, eingebettet/inline","commands/DllCall.htm#COM"], @@ -634,31 +738,45 @@ indexData = [ ["key state","commands/GetKeyState.htm#function"],["Tastenstatus","commands/GetKeyState.htm#function"], ["keyboard hook","commands/_InstallKeybdHook.htm"],["Tastatur-Hook","commands/_InstallKeybdHook.htm"], ["KeyHistory","commands/KeyHistory.htm",6,""], + ["KeyOpt-Methode (InputHook)","commands/InputHook.htm#KeyOpt",8], ["keystrokes, sending","commands/Send.htm"],["Tastendrücke senden","commands/Send.htm"], ["KeyWait","commands/KeyWait.htm",6,"SS"], + ["Label (Drive)","commands/Drive.htm#Label",7], + ["Label (DriveGet)","commands/DriveGet.htm#Label",7], ["Label","misc/Labels.htm"], ["language overview","Language.htm"],["Sprache (Übersicht)","Language.htm"], ["last found window","misc/WinTitle.htm#LastFoundWindow"],["zuletzt gefundenes Fenster","misc/WinTitle.htm#LastFoundWindow"], + ["Len-Methode/Eigenschaft (Match)","commands/RegExMatch.htm#MatchObject",8], ["length of a string","commands/StrLen.htm"],["Länge einer Zeichenkette","commands/StrLen.htm"], - ["Length-Methode (Objekt)","objects/Object.htm#Length"], - ["Length-Eigenschaft (File)","objects/File.htm#Length"], + ["Length-Methode (Objekt)","objects/Object.htm#Length",8], + ["Length-Eigenschaft (File)","objects/File.htm#Length",8], ["Let-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#Let",99], ["libraries of functions","Functions.htm#lib"],["Funktionsbibliotheken","Functions.htm#lib"], ["license","license.htm"],["Lizenz","license.htm"], ["line continuation","Scripts.htm#continuation"],["Zeilenfortsetzung","Scripts.htm#continuation"], + ["Line-Eigenschaft (Exception)","commands/Throw.htm#Exception",8], + ["Line (ControlGet)","commands/ControlGet.htm#Line",7], + ["LineCount (ControlGet)","commands/ControlGet.htm#LineCount",7], ["Link-Steuerelemente (GUI)","commands/GuiControls.htm#Link"], + ["List (ControlGet)","commands/ControlGet.htm#List",7], + ["List (DriveGet)","commands/DriveGet.htm#List",7], + ["List (Process)","commands/Process.htm#List",7], + ["List (WinGet)","commands/WinGet.htm#List",7], ["ListBox-Steuerelemente (GUI)","commands/GuiControls.htm#ListBox"], ["ListHotkeys","commands/ListHotkeys.htm",6,""], ["ListLines","commands/ListLines.htm",6,"S"], ["ListVars","commands/ListVars.htm",6,""], ["ListView-Steuerelemente (GUI)","commands/ListView.htm"], ["ListView, Abrufen von Text","commands/ControlGet.htm#List"], + ["Ln (Transform)","commands/Transform.htm#Ln",7], ["Ln()","commands/Math.htm#Ln",2], ["lnk-Datei (Link/Verknüpfung)","commands/FileCreateShortcut.htm"], ["LoadPicture()","commands/LoadPicture.htm",2], ["local","Functions.htm#Local",5], ["local variables","Functions.htm#Local"],["lokale Variablen","Functions.htm#Local"], ["Locale","commands/StringCaseSense.htm#Locale"], + ["Lock (Drive)","commands/Drive.htm#Lock",7], + ["Log (Transform)","commands/Transform.htm#Log",7], ["Log()","commands/Math.htm#Log",2], ["Logarithmus, log()","commands/Math.htm#Log"], ["logoff","commands/Shutdown.htm"],["Abmelden","commands/Shutdown.htm"], @@ -687,29 +805,47 @@ indexData = [ ["LV_SetImageList()","commands/ListView.htm#LV_SetImageList",2], ["macro","misc/Macros.htm"],["Makro","misc/Macros.htm"], ["main window","Program.htm#main-window"],["Hauptfenster","Program.htm#main-window"], + ["MainWindow (Menu)","commands/Menu.htm#MainWindow",7], + ["Margin (Gui)","commands/Gui.htm#Margin",7], + ["Mark-Methode/Eigenschaft (Match)","commands/RegExMatch.htm#MatchObject",8], + ["Match-Eigenschaft (InputHook)","commands/InputHook.htm#Match",8], ["Mathematische Funktionen","commands/Math.htm"], ["mathematische Operationen (Ausdrücke)","Variables.htm#Expressions"], ["Max()","commands/Math.htm#Max",2], ["MaxHotkeysPerInterval","commands/_MaxHotkeysPerInterval.htm"], - ["MaxIndex-Methode (Object)","objects/Object.htm#MinMaxIndex"], + ["Maximize (Gui)","commands/Gui.htm#Maximize",7], + ["MaxIndex-Methode (Objekt)","objects/Object.htm#MinMaxIndex",8], + ["MaxParams-Eigenschaft (Func)","objects/Func.htm#MaxParams",8], ["MaxThreads","commands/_MaxThreads.htm"], ["MaxThreadsBuffer","commands/_MaxThreadsBuffer.htm"], ["MaxThreadsPerHotkey","commands/_MaxThreadsPerHotkey.htm"], ["Menu","commands/Menu.htm",6,"SSSSSS"], + ["Menu (Gui)","commands/Gui.htm#Menu",7], ["MenuGetHandle()","commands/MenuGetHandle.htm",2], ["MenuGetName()","commands/MenuGetName.htm",2], ["Menu Bar (GUI)","commands/Gui.htm#Menu"],["Menüleiste (GUI)","commands/Gui.htm#Menu"], ["Menu Icon","commands/Menu.htm#MenuIcon"],["Menüsymbol","commands/Menu.htm#MenuIcon"], ["message list (WM_*)","misc/SendMessageList.htm"],["Meldungsliste (WM_*)","misc/SendMessageList.htm"], + ["Message-Eigenschaft (Exception)","commands/Throw.htm#Exception",8], ["messages, receiving","commands/OnMessage.htm"],["Meldungen empfangen","commands/OnMessage.htm"], ["messages, sending","commands/PostMessage.htm"],["Meldungen senden","commands/PostMessage.htm"], ["Metafunktionen (Objekte)","Objects.htm#Meta_Functions"], ["Methoden (Konzepte)","Concepts.htm#methods"], ["Min()","commands/Math.htm#Min",2], - ["MinIndex-Methode (Object)","objects/Object.htm#MinMaxIndex"], + ["Minimize (Gui)","commands/Gui.htm#Minimize",7], + ["MinIndex-Methode (Objekt)","objects/Object.htm#MinMaxIndex",8], + ["MinMax (WinGet)","commands/WinGet.htm#MinMax",7], + ["MinParams-Eigenschaft (Func)","objects/Func.htm#MinParams",8], + ["MinSendLevel-Eigenschaft (InputHook)","commands/InputHook.htm#MinSendLevel",8], + ["Mod (Transform)","commands/Transform.htm#Mod",7], ["Mod()","commands/Math.htm#Mod",2], ["modal (immer im Vordergrund)","commands/MsgBox.htm"], ["Modulo, mod()","commands/Math.htm#Mod"], + ["Monitor (SysGet)","commands/SysGet.htm#Monitor",7], + ["MonitorCount (SysGet)","commands/SysGet.htm#MonitorCount",7], + ["MonitorName (SysGet)","commands/SysGet.htm#MonitorName",7], + ["MonitorPrimary (SysGet)","commands/SysGet.htm#MonitorPrimary",7], + ["MonitorWorkArea (SysGet)","commands/SysGet.htm#MonitorWorkArea",7], ["MonthCal-Steuerelemente (GUI)","commands/GuiControls.htm#MonthCal"], ["mouse hook","commands/_InstallMouseHook.htm"],["Maus-Hook","commands/_InstallMouseHook.htm"], ["mouse speed","commands/SetDefaultMouseSpeed.htm"],["Mausgeschwindigkeit","commands/SetDefaultMouseSpeed.htm"], @@ -721,16 +857,27 @@ indexData = [ ["move a window","commands/WinMove.htm"],["Verschieben eines Fensters","commands/WinMove.htm"], ["move file","commands/FileMove.htm"],["Verschieben einer Datei","commands/FileMove.htm"], ["move folder/directory","commands/FileMoveDir.htm"],["Verschieben eines Ordners/Verzeichnisses","commands/FileMoveDir.htm"], + ["Move (GuiControl)","commands/GuiControl.htm#Move",7], + ["MoveDraw (GuiControl)","commands/GuiControl.htm#MoveDraw",7], ["MsgBox","commands/MsgBox.htm",6,"SSSS"], ["Multiplizieren","commands/EnvMult.htm"], ["mute (changing it)","commands/SoundSet.htm"],["Stummschalten ändern","commands/SoundSet.htm"], + ["Name-Methode/Eigenschaft (Match)","commands/RegExMatch.htm#MatchObject",8], + ["Name-Eigenschaft (Func)","objects/Func.htm#Name",8], + ["Name (GuiControlGet)","commands/GuiControlGet.htm#Name",7], ["Namen","Concepts.htm#names"], ["new","Variables.htm#new",4], - ["NewEnum-Methode (Objekt)","objects/Object.htm#NewEnum"], + ["New (Gui)","commands/Gui.htm#New",7], + ["Next-Methode (Enumerator)","objects/Enumerator.htm#Next",8], + ["NoDefault (Menu)","commands/Menu.htm#NoDefault",7], + ["NoIcon (Menu)","commands/Menu.htm#NoIcon",7], + ["NoMainWindow (Menu)","commands/Menu.htm#NoMainWindow",7], ["Nop-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#Nop",99], + ["NoStandard (Menu)","commands/Menu.htm#NoStandard",7], ["not","Variables.htm#not",4], ["Nichts (Konzepte)", "Concepts.htm#nothing"], - ["NoTimers","commands/Thread.htm"], + ["NotifyNonText-Eigenschaft (InputHook)","commands/InputHook.htm#NotifyNonText",8], + ["NoTimers (Thread)","commands/Thread.htm#NoTimers",7], ["NoTrayIcon","commands/_NoTrayIcon.htm"], ["number (if var is number)","commands/IfIs.htm"], ["number format","Concepts.htm#numbers"],["Zahlenformat","Concepts.htm#numbers"], @@ -764,11 +911,15 @@ indexData = [ ["ObjRemoveAt()","objects/Object.htm#RemoveAt",2], ["ObjSetBase()","objects/Object.htm#SetBase",2], ["ObjSetCapacity()","objects/Object.htm#SetCapacity",2], + ["OnChar-Eigenschaft (InputHook)","commands/InputHook.htm#OnChar",8], ["OnClipboardChange:","commands/OnClipboardChange.htm#label"], ["OnClipboardChange()","commands/OnClipboardChange.htm#function",2], + ["OnEnd-Eigenschaft (InputHook)","commands/InputHook.htm#OnEnd",8], ["OnError()","commands/OnError.htm",2], ["OnExit","commands/OnExit.htm#command",6,"SS"], ["OnExit()","commands/OnExit.htm#function",2], + ["OnKeyDown-Eigenschaft (InputHook)","commands/InputHook.htm#OnKeyDown",8], + ["OnKeyUp-Eigenschaft (InputHook)","commands/InputHook.htm#OnKeyUp",8], ["OnMessage()","commands/OnMessage.htm",2], ["open file","commands/FileOpen.htm"],["Öffnen einer Datei","commands/FileOpen.htm"], ["Operatoren in Ausdrücken","Variables.htm#Operators"], @@ -784,37 +935,44 @@ indexData = [ ["Performance of scripts","misc/Performance.htm"],["Leistung von Skripten","misc/Performance.htm"], ["Picture-Steuerelemente (GUI)","commands/GuiControls.htm#Picture"], ["PID (Prozess-ID)","commands/Process.htm"], + ["PID (WinGet)","commands/WinGet.htm#PID",7], ["PixelGetColor","commands/PixelGetColor.htm",6,"OEES"], ["PixelSearch","commands/PixelSearch.htm",6,"OOEEEEEES"], ["play a sound or video file","commands/SoundPlay.htm"],["Wiedergabe einer Sound- oder Video-Datei","commands/SoundPlay.htm"], - ["Pop-Methode (Objekt)","objects/Object.htm#Pop"], - ["Pos-Eigenschaft (File)","objects/File.htm#Seek"], + ["Pop-Methode (Objekt)","objects/Object.htm#Pop",8], + ["Pos-Methode/Eigenschaft (Match)","commands/RegExMatch.htm#MatchObject",8], + ["Pos-Eigenschaft (File)","objects/File.htm#Seek",8], + ["Pos (GuiControlGet)","commands/GuiControlGet.htm#Pos",7], ["PostExec-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#PostExec",99], ["PostMessage","commands/PostMessage.htm",6,"EEESSSSS"], + ["Pow (Transform)","commands/Transform.htm#Pow",7], ["power (exponentiation)","Variables.htm#pow"],["Potenzieren","Variables.htm#pow"], ["prefix and suffix keys","Hotkeys.htm"],["Präfix- und Suffixtasten","Hotkeys.htm"], ["print a file","commands/Run.htm"],["Drucken einer Datei","commands/Run.htm"], - ["Priorität eines Prozesses","commands/Process.htm"], - ["Priorität eines Threads","commands/Thread.htm"], + ["Priority (Process)","commands/Process.htm#Priority",7], + ["Priority (Thread)","commands/Thread.htm#Priority",7], ["Process","commands/Process.htm",6,"SSS"], + ["ProcessName (WinGet)","commands/WinGet.htm#ProcessName",7], + ["ProcessPath (WinGet)","commands/WinGet.htm#ProcessPath",7], ["ProgramFiles","Variables.htm#ProgramFiles",1], ["Progress","commands/Progress.htm",6,"SSSSSS"], ["Progress-Steuerelemente (GUI)","commands/GuiControls.htm#Progress"], ["properties (Objects)","Objects.htm#Custom_Classes_property"],["Eigenschaften (Objekte)","Objects.htm#Custom_Classes_property"], ["properties of a file or folder","commands/Run.htm"],["Eigenschaften einer Datei oder Ordner","commands/Run.htm"], - ["Push-Methode (Objekt)","objects/Object.htm#Push"], + ["Push-Methode (Objekt)","objects/Object.htm#Push",8], ["Quittieren eines Skripts","commands/ExitApp.htm"], ["Radio-Steuerelemente (GUI)","commands/GuiControls.htm#Radio"], ["Random","commands/Random.htm",6,"OEE"], ["Raw-Modus von Send","commands/Send.htm#SendRaw"], - ["RawRead-Methode (File)","objects/File.htm#RawRead"], - ["RawWrite-Methode (File)","objects/File.htm#RawWrite"], + ["RawRead-Methode (File)","objects/File.htm#RawRead",8], + ["RawWrite-Methode (File)","objects/File.htm#RawWrite",8], ["read file","commands/FileRead.htm"],["Lesen einer Datei","commands/FileRead.htm"], - ["Read-Methode (File)","objects/File.htm#Read"], - ["ReadLine-Methode (File)","objects/File.htm#ReadLine"], - ["ReadNumType-Methode (File)","objects/File.htm#ReadNum"], + ["Read-Methode (File)","objects/File.htm#Read",8], + ["ReadLine-Methode (File)","objects/File.htm#ReadLine",8], + ["ReadNumType-Methode (File)","objects/File.htm#ReadNum",8], ["READONLY","commands/FileGetAttrib.htm"], ["reboot","commands/Shutdown.htm"],["Neustarten","commands/Shutdown.htm"], + ["Redraw (WinSet)","commands/WinSet.htm#Redraw",7], ["Referenzzählung","Objects.htm#Refs"], ["REG_BINARY","commands/RegRead.htm"], ["REG_DWORD","commands/RegRead.htm"], @@ -827,6 +985,7 @@ indexData = [ ["RegEx: SetTitleMatchMode RegEx","commands/SetTitleMatchMode.htm#RegEx"], ["RegExMatch()","commands/RegExMatch.htm",2], ["RegExReplace()","commands/RegExReplace.htm",2], + ["Region (WinSet)","commands/WinSet.htm#Region",7], ["RegisterCallback()","commands/RegisterCallback.htm",2], ["Registry-Schleife","commands/LoopReg.htm"], ["RegRead","commands/RegRead.htm",6,"OSSS"], @@ -841,14 +1000,17 @@ indexData = [ ["remap keys or mouse buttons","misc/Remap.htm"],["Neubelegen von Tasten","misc/Remap.htm"], ["Fernbedienung (Hand)","scripts/index.htm#WinLIRC"], ["remove folder/directory","commands/FileRemoveDir.htm"],["Entfernen von Ordnern/Verzeichnissen","commands/FileRemoveDir.htm"], - ["Remove-Methode (Objekt)","objects/Object.htm#Remove"], - ["RemoveAt-Methode (Objekt)","objects/Object.htm#RemoveAt"], + ["Remove-Methode (Objekt)","objects/Object.htm#Remove",8], + ["RemoveAt-Methode (Objekt)","objects/Object.htm#RemoveAt",8], ["rename file","commands/FileMove.htm"],["Umbenennen von Dateien","commands/FileMove.htm"], + ["Rename (Menu)","commands/Menu.htm#Rename",7], ["resize a window","commands/WinMove.htm"],["Größe ändern eines Fensters","commands/WinMove.htm"], ["restart the computer","commands/Shutdown.htm"],["Neustarten des Computers","commands/Shutdown.htm"], + ["Restore (Gui)","commands/Gui.htm#Restore",7], ["Return","commands/Return.htm",3,"E"], ["RGB-Farbnamen","commands/Progress.htm#colors"], ["RGB-Farben","commands/PixelGetColor.htm"], + ["Round (Transform)","commands/Transform.htm#Round",7], ["Round()","commands/Math.htm#Round",2], ["rounding a number","commands/Math.htm#Round"],["Runden einer Zahl","commands/Math.htm#Round"], ["RTrim()","commands/Trim.htm",2], @@ -862,9 +1024,10 @@ indexData = [ ["scientific notation","commands/Format.htm"],["wissenschaftl. Schreibweise","commands/Format.htm"], ["Skript-Beispiele","scripts/index.htm"], ["Skripte","Scripts.htm"], - ["Seek-Methode (File)","objects/File.htm#Seek"], + ["Seek-Methode (File)","objects/File.htm#Seek",8], ["select file","commands/FileSelectFile.htm"],["Auswählen einer Datei","commands/FileSelectFile.htm"], ["select folder","commands/FileSelectFolder.htm"],["Auswählen eines Ordners","commands/FileSelectFolder.htm"], + ["Selected (ControlGet)","commands/ControlGet.htm#Selected",7], ["Send","commands/Send.htm",6,"S"], ["SendEvent","commands/Send.htm#SendEvent",6,"S"], ["Senden von Daten zwischen Skripten","commands/OnMessage.htm#SendString"], @@ -874,9 +1037,10 @@ indexData = [ ["SendMode","commands/SendMode.htm",6,"S"], ["SendPlay","commands/Send.htm#SendPlayDetail",6,"S"], ["SendRaw","commands/Send.htm",6,"S"], + ["Serial (DriveGet)","commands/DriveGet.htm#Serial",7], ["Set-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#Set",99], ["SetBatchLines","commands/SetBatchLines.htm",6,"S"], - ["SetCapacity-Methode (Objekt)","objects/Object.htm#SetCapacity"], + ["SetCapacity-Methode (Objekt)","objects/Object.htm#SetCapacity",8], ["SetCapsLockState","commands/SetNumScrollCapsLockState.htm",6,"S"], ["SetControlDelay","commands/SetControlDelay.htm",6,"E"], ["SetDefaultMouseSpeed","commands/SetDefaultMouseSpeed.htm",6,"E"], @@ -897,8 +1061,14 @@ indexData = [ ["short file name (8.3 format)","commands/LoopFile.htm#LoopFileShortPath"],["kurzer Dateiname (8.3-Format)","commands/LoopFile.htm#LoopFileShortPath"], ["short-circuit boolean evaluation","Functions.htm#ShortCircuit"],["Kurzschlussauswertung","Functions.htm#ShortCircuit"], ["shortcut file","commands/FileCreateShortcut.htm"],["Verknüpfungsdatei","commands/FileCreateShortcut.htm"], + ["Show (Control)","commands/Control.htm#Show",7], + ["Show (Gui)","commands/Gui.htm#Show",7], + ["Show (GuiControl)","commands/GuiControl.htm#Show",7], + ["Show (Menu)","commands/Menu.htm#Show",7], + ["ShowDropDown (Control)","commands/Control.htm#ShowDropDown",7], ["Shutdown","commands/Shutdown.htm",6,"E"], ["Silent Install/Uninstall","Program.htm#install"],["Automatisches Installieren / Deinstallieren","Program.htm#install"], + ["Sin (Transform)","commands/Transform.htm#Sin",7], ["Sin()","commands/Math.htm#Sin",2], ["SingleInstance","commands/_SingleInstance.htm"], ["size of a file/folder","commands/FileGetSize.htm"],["Größe einer Datei/Ordners","commands/FileGetSize.htm"], @@ -920,14 +1090,20 @@ indexData = [ ["SplashTextOn","commands/SplashTextOn.htm",6,"EESS"], ["SplitPath","commands/SplitPath.htm",6,"IOOOOO"], ["Splitten von langen Zeilen","Scripts.htm#continuation"], + ["Sqrt (Transform)","commands/Transform.htm#Sqrt",7], ["Sqrt()","commands/Math.htm#Sqrt",2], ["Standardbibliothek","Functions.htm#lib"], ["Standardausgabe (stdout)","commands/FileAppend.htm"], + ["Standard (Menu)","commands/Menu.htm#Standard",7], + ["Start-Methode (InputHook)","commands/InputHook.htm#Start",8], ["static","Functions.htm#static",5], ["statische Variablen","Functions.htm#static"], + ["Status (DriveGet)","commands/DriveGet.htm#Status",7], ["StatusBar-Steuerelemente (GUI)","commands/GuiControls.htm#StatusBar"], ["StatusBarGetText","commands/StatusBarGetText.htm",6,"OESSSS"], ["StatusBarWait","commands/StatusBarWait.htm",6,"SEESSESS"], + ["StatusCD (DriveGet)","commands/DriveGet.htm#StatusCD",7], + ["Stop-Methode (InputHook)","commands/InputHook.htm#Stop",8], ["StrGet()","commands/StrGet.htm",2], ["string (search for)","commands/InStr.htm"],["Zeichenkette (danach suchen)","commands/InStr.htm"], ["Zeichenkette: InStr()","commands/InStr.htm"],["string: InStr()","commands/InStr.htm"], @@ -950,7 +1126,12 @@ indexData = [ ["StrReplace()","commands/StrReplace.htm",2], ["StrSplit()","commands/StrSplit.htm",2], ["structures, via DllCall","commands/DllCall.htm#struct"],["Strukturen, via DllCall","commands/DllCall.htm#struct"], + ["Style (Control)","commands/Control.htm#Style",7], + ["Style (ControlGet)","commands/ControlGet.htm#Style",7], + ["Style (WinGet)","commands/WinGet.htm#Style",7], + ["Style (WinSet)","commands/WinSet.htm#Style",7], ["Styles für GUI-Befehle","misc/Styles.htm"], + ["Submit (Gui)","commands/Gui.htm#Submit",7], ["SubStr()","commands/SubStr.htm",2], ["Subtrahieren","commands/EnvSub.htm"], ["Superglobale Variablen","Functions.htm#SuperGlobal"], @@ -959,25 +1140,39 @@ indexData = [ ["Switch","commands/Switch.htm",3,"E"], ["SysGet","commands/SysGet.htm",6,"OSSS"], ["Tab-Steuerelemente (GUI)","commands/GuiControls.htm#Tab"], + ["Tab (ControlGet)","commands/ControlGet.htm#Tab",7], + ["TabLeft (Control)","commands/Control.htm#TabLeft",7], + ["TabRight (Control)","commands/Control.htm#TabRight",7], + ["Tan (Transform)","commands/Transform.htm#Tan",7], ["Tan()","commands/Math.htm#Tan",2], - ["Tell-Methode (File)","objects/File.htm#Tell"], + ["Tell-Methode (File)","objects/File.htm#Tell",8], ["terminate a window","commands/WinKill.htm"],["Terminieren eines Fensters","commands/WinKill.htm"], ["terminate script","commands/ExitApp.htm"],["Terminieren eines Skripts","commands/ExitApp.htm"], ["ternary operator (?:)","Variables.htm#ternary"],["ternärer Operator (?:)","Variables.htm#ternary"], ["Text-Steuerelemente (GUI)","commands/GuiControls.htm#Text"], + ["Text (GuiControl)","commands/GuiControl.htm#Text",7], ["Text-Modus von Send","commands/Send.htm#SendText"], ["Thread","commands/Thread.htm",6,"SEE"], ["threads","misc/Threads.htm"], ["Throw","commands/Throw.htm",3,"E"], ["time","commands/IfIs.htm"], + ["Timeout-Eigenschaft (InputHook)","commands/InputHook.htm#Timeout",8], ["Timer (zeitgesteuerte Subroutinen)","commands/SetTimer.htm"], ["times and dates (compare)","commands/EnvSub.htm"],["Zeit und Datum vergleichen","commands/EnvSub.htm"], ["times and dates (math)","commands/EnvAdd.htm"],["Zeit und Datum berechnen","commands/EnvAdd.htm"], ["times and dates (of files)","commands/FileSetTime.htm"],["Zeit und Datum von Dateien","commands/FileSetTime.htm"], + ["Tip (Menu)","commands/Menu.htm#Tip",7], ["title of a window","commands/WinSetTitle.htm"],["Titel eines Fensters","commands/WinSetTitle.htm"], + ["ToggleCheck (Menu)","commands/Menu.htm#ToggleCheck",7], + ["ToggleEnable (Menu)","commands/Menu.htm#ToggleEnable",7], ["ToolTip","commands/ToolTip.htm",6,"SEEE"], + ["Top (WinSet)","commands/WinSet.htm#Top",7], + ["TransColor (WinGet)","commands/WinGet.htm#TransColor",7], + ["TransColor (WinSet)","commands/WinSet.htm#TransColor",7], ["Transform","commands/Transform.htm",6,"OSSS"], ["Transparenz eines Fensters","commands/WinSet.htm#trans"], + ["Transparent (WinGet)","commands/WinGet.htm#Transparent",7], + ["Transparent (WinSet)","commands/WinSet.htm#Transparent",7], ["Tray-Symbol","Program.htm#tray-icon"], ["tray menu (customizing)","commands/Menu.htm"],["Tray-Menü anpassen","commands/Menu.htm"], ["TrayTip","commands/TrayTip.htm",6,"SSEE"], @@ -999,16 +1194,23 @@ indexData = [ ["TV_GetText()","commands/TreeView.htm#TV_GetText",2], ["TV_Modify()","commands/TreeView.htm#TV_Modify",2], ["TV_SetImageList()","commands/TreeView.htm#TV_SetImageList",2], + ["Type (DriveGet)","commands/DriveGet.htm#Type",7], + ["Uncheck (Control)","commands/Control.htm#Uncheck",7], + ["Uncheck (Menu)","commands/Menu.htm#Uncheck",7], + ["Unicode (Transform)","commands/Transform.htm#Unicode",7], ["Unicode-Text und -Clipboard","commands/Transform.htm"], ["uninitialisierte Variablen","Concepts.htm#uninitialised-variables"], + ["Unlock (Drive)","commands/Drive.htm#Unlock",7], ["Until","commands/Until.htm",3,"E"], ["UpdateManifest-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#UpdateManifest",99], ["UpDown-Steuerelemente (GUI)","commands/GuiControls.htm#UpDown"], ["URLDownloadToFile","commands/URLDownloadToFile.htm",6,"SS"], + ["UseErrorLevel (Menu)","commands/Menu.htm#UseErrorLevel",7], ["UseHook","commands/_UseHook.htm"], ["user (run as a different user)","commands/RunAs.htm"],["Benutzer (als anderen anmelden)","commands/RunAs.htm"], ["user library","Functions.htm#lib"],["Benutzerbibliothek","Functions.htm#lib"], ["UseResourceLang-Direktive (Ahk2Exe)","misc/Ahk2ExeDirectives.htm#UseResourceLang",99], + ["Value-Methode/Eigenschaft (Match)","commands/RegExMatch.htm#MatchObject",8], ["Variablen","Variables.htm"], ["Variablen füllen","commands/SetEnv.htm"], ["Variablen, integriert","Variables.htm#BuiltIn"], @@ -1020,9 +1222,17 @@ indexData = [ ["VarSetCapacity()","commands/VarSetCapacity.htm",2], ["Version einer Datei","commands/FileGetVersion.htm"], ["virtual key","commands/Send.htm#vk"],["virtuelle Taste","commands/Send.htm#vk"], + ["Visible (ControlGet)","commands/ControlGet.htm#Visible",7], + ["Visible (GuiControlGet)","commands/GuiControlGet.htm#Visible",7], + ["VisibleNonText-Eigenschaft (InputHook)","commands/InputHook.htm#VisibleNonText",8], + ["VisibleText-Eigenschaft (InputHook)","commands/InputHook.htm#VisibleText",8], ["volume (changing it)","commands/SoundSet.htm"],["Lautstärke ändern","commands/SoundSet.htm"], ["wait (sleep)","commands/Sleep.htm"],["warten (Sleep)","commands/Sleep.htm"], ["wait for a key to be released or pressed","commands/KeyWait.htm"],["Warten auf Loslassen oder Drücken einer Taste","commands/KeyWait.htm"], + ["Wait-Methode (InputHook)","commands/InputHook.htm#Wait",8], + ["Wait (Process)","commands/Process.htm#Wait",7], + ["WaitClose (Process)","commands/Process.htm#WaitClose",7], + ["What-Eigenschaft (Exception)","commands/Throw.htm#Exception",8], ["Wheel hotkeys for mouse","Hotkeys.htm#Wheel"],["Mausrad-Hotkeys","Hotkeys.htm#Wheel"], ["Wheel, simulating rotation","commands/Click.htm"],["Mausraddrehung simulieren","commands/Click.htm"], ["While","commands/While.htm",3,"E"], @@ -1068,9 +1278,9 @@ indexData = [ ["working directory","commands/SetWorkingDir.htm"],["Arbeitsverzeichnis","commands/SetWorkingDir.htm"], ["wParam","commands/PostMessage.htm"], ["write file","commands/FileAppend.htm"],["Schreiben einer Datei","commands/FileAppend.htm"], - ["Write-Methode (File)","objects/File.htm#Write"], - ["WriteLine-Methode (File)","objects/File.htm#WriteLine"], - ["WriteNumType-Methode (File)","objects/File.htm#WriteNum"], + ["Write-Methode (File)","objects/File.htm#Write",8], + ["WriteLine-Methode (File)","objects/File.htm#WriteLine",8], + ["WriteNumType-Methode (File)","objects/File.htm#WriteNum",8], ["WS_* (GUI-Styles)","misc/Styles.htm"], ["XButton","KeyList.htm#mouse-advanced"], ["YYYYMMDDHH24MISS","commands/FileSetTime.htm#YYYYMMDD"], diff --git a/static/source/data_toc.js b/static/source/data_toc.js index 2a14264b..cfb33b40 100644 --- a/static/source/data_toc.js +++ b/static/source/data_toc.js @@ -268,6 +268,7 @@ tocData = [ ["IsFunc()","commands/IsFunc.htm"], ["IsLabel()","commands/IsLabel.htm"], ["IsObject()","commands/IsObject.htm"], + ["IsSet()","commands/IsSet.htm"], ["ListLines","commands/ListLines.htm"], ["ListVars","commands/ListVars.htm"], ["OutputDebug","commands/OutputDebug.htm"], diff --git a/static/source/data_translate.js b/static/source/data_translate.js index ea9bdcb8..26defe50 100644 --- a/static/source/data_translate.js +++ b/static/source/data_translate.js @@ -14,6 +14,8 @@ translateData = { "Declarations":"Deklarationen", "Operators":"Operatoren", "Commands":"Befehle", + "Sub-commands":"Unterbefehle", + "Built-in Methods/Properties":"Interne Methoden/Eigenschaften", "Ahk2Exe Compiler":"Ahk2Exe-Compiler", "S̲earch":"S̲uchen", "Search tab":"Suchen-Tab",