ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Preferences Editor

Browse and edit preferences using quick panel and input panels, instead of writing JSON files.

Details

Installs

  • Total 6K
  • Win 3K
  • Mac 2K
  • Linux 1K
Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
bitbucket.​org

Preferences Editor

This is an editor, which allows you to browse and edit sublime preferences/settings, without writing JSON files (at least in most cases).

Default setting's comment is displayed as help text, if present.

There is an instant preview in current view which changing setting.

http://quelltexter.org/_static/ChangeFontSize.gif

Menu Items

Preferences → Edit Settings...
You will get displayed a list of preferences to edit. If you select one, you will be presented the whole set of current preferences for selected view (Preferences, Distraction Free, This View, Some specific Syntax).

Command Palette

Edit Preferences: Edit Settings…
See Preferences → Edit Settings....
Edit Preferences: Edit Settings — All
You can edit a setting selecting it from all settings (Preferences, Distraction Free, Current Syntax, Special Settings, but not all syntax-specific settings).
Edit Preferences: Edit Settings — Preferences
Shortcut to edit Preferences.
Edit Preferences: Edit Settings — Distraction Free
Shortcut to edit Distraction Free Preferences.
Edit Preferences: Edit Settings — Current Syntax
Shortcut to edit Preferences for Current Syntax
Edit Preferences: Edit Settings — Current Project
Shortcut to edit Preferences for Current Project

Changes

2014-06-02
  • fix accidental setting view preferences to None (thanks to Rahul Ramadas)
2014-05-09
  • add support for current project settings
  • fix issue #3 and issue #4: coding error and choking on empty pref file
  • add setting "preferences_editor_loglevel" to set log level (default ERROR)
2014-05-07
  • fix wrong stringification of data in input panel
2014-04-28
  • fix issue #2: Anaconda uses multiline comments, which were not extracted
2014-03-08
  • update setting in quickpanel, after changing it
  • current preferences are now default for syntax specific settings
2014-02-21
  • stay in preferences edit menu until quitting explicitly, so you can edit more than one preference in a row.
2014-01-03
  • Fix changing lists and dictionaries. Changing lists resulted in a null list.
2013-12-26
  • Fix instant preview for text input.
  • Add instant preview in current view. This is cool for e.g. changing color schemes.
  • Preferences → Edit Settings... now presents a list of preferences, which are editable. Here you can edit preferences for different points of view.
  • Add This View to list of editable preferences, which changes preferences for current view. It does not include settings, which are dynamically set by packages.
2013-12-25
  • Default for naming current syntax is now "Current Syntax", you can turn on the real syntax name by setting preferences_editor_use_syntax_name to true.
  • Setting type (if it is the default or a setting overridden by user) is not displayed per default anymore. You can turn this advanced setting on by setting preferences_editor_indicate_default_settings to true.
  • There are new commands added to command palette.