You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
"DESCRIPTION_HIGHLIGHT_MATCHES" : "Enables automatic highlighting of matching strings throughout the document",
688
688
"DESCRIPTION_HIGHLIGHT_MATCHES_SHOW_TOKEN" : "Highlight all strings that match the token the cursor is currently in (no selection needed)",
689
689
"DESCRIPTION_HIGHLIGHT_MATCHES_WORDS_ONLY" : "Highlight only when selection is a complete token",
690
-
"DESCRIPTION_INSERT_HINT_ON_TAB" : "True to insert the currently selected code hint on tab",
691
-
"DESCRIPTION_NO_HINTS_ON_DOT" : "True to not automatically show JS code hints when . is typed",
690
+
"DESCRIPTION_INSERT_HINT_ON_TAB" : "true to insert the currently selected code hint on tab",
691
+
"DESCRIPTION_NO_HINTS_ON_DOT" : "true to not automatically show JS code hints when . is typed",
692
692
"DESCRIPTION_JSLINT_OPTIONS" : "An object with the default options for JSLint",
693
-
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "True to allow assignment expressions",
694
-
"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "True to allow bitwise operators",
695
-
"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "True if standard browser globals should be predefined",
696
-
"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "True to allow Google Closure idioms",
697
-
"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "True to allow continue statement",
698
-
"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "True if CouchDB globals should be predefined",
699
-
"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "True to allow debugger statements",
700
-
"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "True if browser globals useful in development should be predefined",
701
-
"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "True to allow == and !=",
702
-
"DESCRIPTION_JSLINT_OPTIONS_ES6" : "True if ES6 globals should be predefined",
703
-
"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "True to allow eval",
704
-
"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "True to allow unfiltered for in",
693
+
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "true to allow assignment expressions",
694
+
"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "true to allow bitwise operators",
695
+
"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "true if standard browser globals should be predefined",
696
+
"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "true to allow Google Closure idioms",
697
+
"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "true to allow \"continue\" statement",
698
+
"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "true if CouchDB globals should be predefined",
699
+
"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "true to allow debugger statements",
700
+
"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "true if browser globals useful in development should be predefined",
701
+
"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "true to allow == and !=",
702
+
"DESCRIPTION_JSLINT_OPTIONS_ES6" : "true if ES6 globals should be predefined",
703
+
"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "true to allow eval",
704
+
"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "true to allow unfiltered \"for ... in\"",
705
705
"DESCRIPTION_JSLINT_OPTIONS_INDENT" : "Set a specific tab width",
706
706
"DESCRIPTION_JSLINT_OPTIONS_MAXERR" : "The maximum number of warnings reported",
707
707
"DESCRIPTION_JSLINT_OPTIONS_MAXLEN" : "The maximum number of characters in a line",
708
-
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "True to allow uncapitalized constructors",
709
-
"DESCRIPTION_JSLINT_OPTIONS_NODE" : "True if Node.js globals should be predefined",
710
-
"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "True to allow dangling underscore in identifiers",
711
-
"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "True to stop on first error",
712
-
"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "True to allow ++ and --",
713
-
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "True to allow . and [^...]. in RegExp",
714
-
"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "True if Rhino globals should be predefined",
715
-
"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "True to allow missing `use strict` pragma",
716
-
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "True to allow stupidity",
717
-
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "True to allow inefficient subscripting",
718
-
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "True to allow TODO comments",
719
-
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parameters",
720
-
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "True to allow more than 1 vars in a function",
721
-
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "True to ignore white-space rules",
708
+
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "true to allow uncapitalized constructors",
709
+
"DESCRIPTION_JSLINT_OPTIONS_NODE" : "true if Node.js globals should be predefined",
710
+
"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "true to allow dangling underscore in identifiers",
711
+
"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "true to stop on first error",
712
+
"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "true to allow ++ and --",
713
+
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "true to allow . and [^...]. in RegExp",
714
+
"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "true if Rhino globals should be predefined",
715
+
"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "true to allow missing `use strict` pragma",
716
+
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "true if blocking ('...Sync') methods can be used.",
717
+
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "true to allow inefficient subscripting",
718
+
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "true to allow TODO comments",
719
+
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "true to allow unused parameters",
720
+
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "true to allow more than 1 vars in a function",
721
+
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "true to ignore white-space rules",
722
722
"DESCRIPTION_LANGUAGE" : "Language specific settings",
723
723
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS" : "Additional mappings from file extension to language name",
724
724
"DESCRIPTION_LANGUAGE_FILE_NAMES" : "Additional mappings from file name to language name",
725
-
"DESCRIPTION_LINTING_ENABLED" : "True to enable Code Inspection",
725
+
"DESCRIPTION_LINTING_ENABLED" : "true to enable Code Inspection",
726
726
"DESCRIPTION_ASYNC_TIMEOUT" : "The time in milliseconds after which asynchronous linters time out",
727
727
"DESCRIPTION_LINTING_PREFER" : "Array of linters to run first",
728
-
"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "True to enable experimental Live Preview",
729
-
"DESCRIPTION_USE_PREFERED_ONLY" : "True to run providers specified in linting.prefer only",
728
+
"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "true to enable experimental Live Preview",
729
+
"DESCRIPTION_USE_PREFERED_ONLY" : "true to run providers specified in linting.prefer only",
730
730
"DESCRIPTION_MAX_CODE_HINTS" : "Maximum code hints displayed at once",
731
731
"DESCRIPTION_PATH" : "Path specific settings",
732
732
"DESCRIPTION_PROXY" : "The URL of the proxy server used for extension installation",
733
-
"DESCRIPTION_SCROLL_PAST_END" : "True to enable scrolling beyond the end of the document",
734
-
"DESCRIPTION_SHOW_CODE_HINTS" : "False to disable all code hints",
733
+
"DESCRIPTION_SCROLL_PAST_END" : "true to enable scrolling beyond the end of the document",
734
+
"DESCRIPTION_SHOW_CODE_HINTS" : "false to disable all code hints",
735
735
"DESCRIPTION_SHOW_CURSOR_WHEN_SELECTING" : "Keeps the blinking cursor visible when you have a text selection",
736
-
"DESCRIPTION_SHOW_LINE_NUMBERS" : "True to show line numbers in a “gutter” to the left of the code",
736
+
"DESCRIPTION_SHOW_LINE_NUMBERS" : "true to show line numbers in a “gutter” to the left of the code",
737
737
"DESCRIPTION_SMART_INDENT" : "Automatically indent when creating a new block",
738
-
"DESCRIPTION_SOFT_TABS" : "False to turn off soft tabs behavior",
739
-
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "True to sort the directories first in the project tree",
738
+
"DESCRIPTION_SOFT_TABS" : "false to turn off soft tabs behavior",
739
+
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "true to sort the directories first in the project tree",
740
740
"DESCRIPTION_SPACE_UNITS" : "Number of spaces to use for space-based indentation",
741
741
"DESCRIPTION_STATIC_SERVER_PORT" : "Port number that the built-in server should use for Live Preview",
742
-
"DESCRIPTION_STYLE_ACTIVE_LINE" : "True to highlight background color of the line the cursor is on",
742
+
"DESCRIPTION_STYLE_ACTIVE_LINE" : "true to highlight background color of the line the cursor is on",
743
743
"DESCRIPTION_TAB_SIZE" : "Number of spaces to display for tabs",
744
-
"DESCRIPTION_USE_TAB_CHAR" : "True to use tabs instead of spaces",
745
-
"DESCRIPTION_UPPERCASE_COLORS" : "True to generate uppercase hex colors in Inline Color Editor",
744
+
"DESCRIPTION_USE_TAB_CHAR" : "true to use tabs instead of spaces",
745
+
"DESCRIPTION_UPPERCASE_COLORS" : "true to generate uppercase hex colors in Inline Color Editor",
746
746
"DESCRIPTION_WORD_WRAP" : "Wrap lines that exceed the viewport width",
747
747
"DESCRIPTION_DETECTED_EXCLUSIONS" : "A list of files that have been detected to cause Tern to run out of control",
748
748
"DESCRIPTION_INFERENCE_TIMEOUT" : "The amount of time after which Tern will time out when trying to understand files",
749
-
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "True to show errors in status bar",
750
-
"DESCRIPTION_QUICK_VIEW_ENABLED" : "True to enable Quick View",
751
-
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "True to show image previews for URLs missing extensions",
749
+
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "true to show errors in status bar",
750
+
"DESCRIPTION_QUICK_VIEW_ENABLED" : "true to enable Quick View",
751
+
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "true to show image previews for URLs missing extensions",
752
752
"DESCRIPTION_THEME" : "Select a {APP_NAME} theme",
753
-
"DESCRIPTION_USE_THEME_SCROLLBARS" : "True to allow custom scroll bars",
754
-
"DESCRIPTION_LINTING_COLLAPSED" : "True to collapse linting panel",
753
+
"DESCRIPTION_USE_THEME_SCROLLBARS" : "true to allow custom scroll bars",
754
+
"DESCRIPTION_LINTING_COLLAPSED" : "true to collapse linting panel",
755
755
"DESCRIPTION_FONT_FAMILY" : "Change font family",
756
756
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g. 13px",
757
757
"DESCRIPTION_FONT_SMOOTHING" : "Mac-only: \"subpixel-antialiased\" to enable sub-pixel antialiasing or \"antialiased\" for gray scale antialiasing",
758
-
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "False to disable opening preferences file in split view",
759
-
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "False to open user preferences file in left/top pane",
758
+
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "false to disable opening preferences file in split view",
759
+
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "false to open user preferences file in left/top pane",
760
760
"DEFAULT_PREFERENCES_JSON_HEADER_COMMENT" : "/*\n * This is a read-only file with the preferences supported\n * by {APP_NAME}.\n * Use this file as a reference to modify your preferences\n * file \"brackets.json\" opened in the other pane.\n * For more information on how to use preferences inside\n * {APP_NAME}, refer to the web page at https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences\n */",
0 commit comments