From 01917f2cb5c2559f63cce9fca38c3e16b16bed67 Mon Sep 17 00:00:00 2001 From: dennis Date: Mon, 7 Jul 2008 11:58:16 +0000 Subject: Bessere Testmöglichkeit »All.ahk« für AHK-Entwickler hinzugefügt, bei der sich die Zeilenangaben in Fehlermeldungen auf die tatsächlichen Module und nicht auf das grosse »vereinigte« Skript beziehen. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@609 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/All.ahk | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 windows/autohotkey/Source/All.ahk (limited to 'windows/autohotkey/Source/All.ahk') diff --git a/windows/autohotkey/Source/All.ahk b/windows/autohotkey/Source/All.ahk new file mode 100644 index 0000000..2ba1f2e --- /dev/null +++ b/windows/autohotkey/Source/All.ahk @@ -0,0 +1,29 @@ +/* + ------------------------------------------------------ + Liste der Module + + Die Reihenfolge der Includes *ist* relevant! + + Siehe auch: + http://www.autohotkey.com/docs/commands/_Include.htm + + + ToDo: + if(exist(compose.ahk)) then (include(compose.ahk)) einbauen + + ------------------------------------------------------ +*/ + + +#Include Warning.ahk +#Include Changelog-and-Todo.ahk +#Include Global-Part.ahk +#Include Methods-Layers.ahk +#Include Keys-Qwert-to-Neo.ahk +#Include Keys-Neo.ahk +#Include Methods-Lights.ahk +#Include Methods-Other.ahk + + + + -- cgit v1.2.3