eric6/E5XML/Config.py

changeset 6942
2602857055c5
parent 6863
e900929889dd
child 7360
9190402e4505
diff -r f99d60d6b59b -r 2602857055c5 eric6/E5XML/Config.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric6/E5XML/Config.py	Sun Apr 14 15:09:21 2019 +0200
@@ -0,0 +1,49 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2004 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing some common configuration stuf for the XML package.
+"""
+
+# version number of the multi project file
+multiProjectFileFormatVersion = "5.1"
+
+# version numbers of the project file
+projectFileFormatVersion = "6.4"
+projectFileFormatVersionUic = "6.3"
+projectFileFormatVersionIdl = "6.2"
+projectFileFormatVersionMake = "6.1"
+projectFileFormatVersionProto = "6.0"
+projectFileFormatVersionAlt = "5.1"
+
+# version number of the user project file
+userProjectFileFormatVersion = "4.0"
+
+# version number of the project session file
+sessionFileFormatVersion = "6.2"
+
+# version number of the shortcuts file
+shortcutsFileFormatVersion = "3.6"
+
+# version number of the tasks file
+tasksFileFormatVersion = "6.0"
+
+# version number of the debugger properties file
+debuggerPropertiesFileFormatVersion = "6.0"
+
+# version number of the templates file
+templatesFileFormatVersion = "4.0"
+
+# version number of the plugin repository file
+pluginRepositoryFileFormatVersion = "4.2"
+
+# version number of the highlighting styles file
+highlightingStylesFileFormatVersion = "6.0"
+
+# version number of the web browser spell check dictionaries list file
+dictionariesListFileFormatVersion = "1.0"
+
+#
+# eflag: noqa = M702

eric ide

mercurial