E5XML/Config.py

Wed, 21 May 2014 19:45:39 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 21 May 2014 19:45:39 +0200
changeset 3600
7d17c492ab95
parent 3545
4a0bbb2d5457
child 3990
5dd6edf8540a
child 4022
f5f42921717e
permissions
-rw-r--r--

Started implementing functionality to save expanded file and directory entries of the project browsers to the session.

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

# Copyright (c) 2004 - 2014 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 = "5.1"

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

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

# version number of the shortcuts file
shortcutsFileFormatVersion = "3.6"

# version number of the tasks file
tasksFileFormatVersion = "5.1"

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

eric ide

mercurial