E5XML/Config.py

Mon, 13 Nov 2017 20:20:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 13 Nov 2017 20:20:06 +0100
changeset 5969
584c21b6587a
parent 5899
0516f6548ca6
child 6007
82d44dc0fb3b
permissions
-rw-r--r--

Continued to add support for Google protobuf protocol files.

# -*- coding: utf-8 -*-

# Copyright (c) 2004 - 2017 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 number of the project file
projectFileFormatVersion = "6.0"

# version number of the user project file
userProjectFileFormatVersion = "4.0"

# version number of the project session file
sessionFileFormatVersion = "6.0"

# 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 = "3.9"

# 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 = "4.3"

# version number of the web browser spell check dictionaries list file
dictionariesListFileFormatVersion = "1.0"

#
# eflag: noqa = M702

eric ide

mercurial