]> git.gir.st - VimFx.git/commit
Refactor defaults
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 23 May 2015 21:11:13 +0000 (23:11 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 23 May 2015 21:44:51 +0000 (23:44 +0200)
commit67d0557afb6dbdcd0d895be7cd027fff9cf1f722
tree292a5f4b1bc5c8f63d89545095c4e7a0599e0163
parent9d9a12ff566263c616c0e1a82e567aca6437cd08
Refactor defaults

- Define all defaults in lib/defaults.coffee, instead of some in
  defaults/preferences/defaults.js, some in lib/commands.coffee and some in
  lib/modes.coffee.
- Fix saving of non-ascii strings.
- Remove the autofocus limit option from the UI.
- Make the options UI in the Add-ons Manager DRY.
37 files changed:
extension/bootstrap.coffee
extension/defaults/preferences/defaults.js [deleted file]
extension/lib/command.coffee
extension/lib/commands.coffee
extension/lib/defaults.coffee [new file with mode: 0644]
extension/lib/modes.coffee
extension/lib/options.coffee
extension/lib/prefs.coffee
extension/locale/de/options.dtd [deleted file]
extension/locale/de/vimfx.properties
extension/locale/el-GR/options.dtd [deleted file]
extension/locale/el-GR/vimfx.properties
extension/locale/en-US/options.dtd [deleted file]
extension/locale/en-US/vimfx.properties
extension/locale/fr/options.dtd [deleted file]
extension/locale/fr/vimfx.properties
extension/locale/hu/options.dtd [deleted file]
extension/locale/hu/vimfx.properties
extension/locale/id/options.dtd [deleted file]
extension/locale/id/vimfx.properties
extension/locale/it/options.dtd [deleted file]
extension/locale/it/vimfx.properties
extension/locale/ja/options.dtd [deleted file]
extension/locale/ja/vimfx.properties
extension/locale/nl/options.dtd [deleted file]
extension/locale/nl/vimfx.properties
extension/locale/pl/options.dtd [deleted file]
extension/locale/pl/vimfx.properties
extension/locale/ru/options.dtd [deleted file]
extension/locale/ru/vimfx.properties
extension/locale/sv-SE/options.dtd [deleted file]
extension/locale/sv-SE/vimfx.properties
extension/locale/zh-CN/options.dtd [deleted file]
extension/locale/zh-CN/vimfx.properties
extension/locale/zh-TW/options.dtd [deleted file]
extension/locale/zh-TW/vimfx.properties
extension/options.xul
Imprint / Impressum