Skip to content

Commit 54eba8a

Browse files
committed
Settings: Add undocumented 'password' setting
1 parent 86c16e3 commit 54eba8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package/Sublime Text Settings/Preferences.sublime-settings-hints

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
// Scroll over the tab bar to switch tabs.
3333
"mouse_wheel_switches_tabs": false,
3434

35+
// Renders all characters as dots.
36+
// Only useful for password input panels.
37+
"password": false,
38+
3539
// Path to the syntax definition for a view.
3640
// To be used in widget settings files.
3741
"syntax": "Packages/Text/Plain text.tmLanguage",

0 commit comments

Comments
 (0)