~sir-rainbow/+junk/scribes-on-win

« back to all changes in this revision

Viewing changes to SCRIBES/Globals.py

  • Committer: lateef
  • Date: 2009-06-14 21:30:13 UTC
  • Revision ID: teef@submission-20090614213013-nvmxydll69z6l9nf
Add a new package, EncodingSystem, responsible for managing encoding information. This package refactors SCRIBES/EncodingManager.py into specialized modules that focus on single responsibilities. Implemented new module for updating the encoding of a file. This module eliminates unneeded updates (unlike SCRIBES/EncodingManager.py) to the encoding database when files are saved. FileEncoding.gdb is the new database for storing encoding of files (only non-utf8 files are stored in the database). FileEncodingMetadata.py is the new module for updating the file encodings database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
core_plugin_folder = data_folder + "/plugins"
24
24
core_language_plugin_folder = data_folder + "/LanguagePlugins"
25
25
python_path = "/usr/lib/python2.6/dist-packages"
26
 
version = "0.4-dev-build464"
 
26
version = "0.4-dev-build465"
27
27
author = ["Author:", "\tLateef Alabi-Oki <mystilleef@gmail.com>\n",
28
28
                        "Contributors:",
29
29
                        "\tIb Lundgren <ib.lundgren@gmail.com>",