summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/All.ahk
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-07 11:58:16 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-07 11:58:16 +0000
commit01917f2cb5c2559f63cce9fca38c3e16b16bed67 (patch)
treecf22556fabc5b991e5211c2476f9863397a04291 /windows/autohotkey/Source/All.ahk
parent7d4180050b89d39a15b422fdec70006ec513c6b2 (diff)
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.
git-svn-id: https://svn.neo-layout.org@609 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/All.ahk')
-rw-r--r--windows/autohotkey/Source/All.ahk29
1 files changed, 29 insertions, 0 deletions
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
+
+
+
+