Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a few more undocumented settings. #344

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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