Skip to content

Commit

Permalink
Merge pull request #344 from Sublime-Instincts/add_undocumented_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll authored Jun 6, 2021
2 parents 3424d15 + f9aef79 commit ce9c647
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Package/Sublime Text Settings/Preferences.sublime-settings-hints
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
// Added in 405x.
"context_menu": null,

// The default extension to be showed as the file save type in the OS
// file save manager, for new untitled files.
"default_extension": "",

// UI scaling factor (deprecated)
// Removed in 3181.
"dpi_scale": 1.0,
Expand All @@ -38,6 +42,10 @@
// Added in 4097.
"gtk_client_side_window_decorations": false,

// To disable the new key translation behavior
// Added in 4103.
"gtk_enable_key_translation": true,

// Hide the mouse pointer while typing.
"hide_pointer_while_typing": true,

Expand All @@ -64,6 +72,15 @@
// Only useful for password input panels.
"password": false,

// Choose a browser to print the current view based on
// https://docs.python.org/3/library/webbrowser.html#webbrowser.get
// Added in 4094.
"print_using_browser": null,

// Shows legacy color schemes in UI: Select Color Scheme.
// Added in 3136.
"show_legacy_color_schemes": false,

// Path to the syntax definition for a view.
// To be used in widget settings files.
"syntax": "Packages/Text/Plain text.tmLanguage",
Expand Down

0 comments on commit ce9c647

Please sign in to comment.