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.
"ERROR_FETCHING_UPDATE_INFO_MSG" : "There was a problem getting the latest update information from the server. Please make sure you are connected to the internet and try again.",
201
+
"ERROR_FETCHING_UPDATE_INFO_MSG" : "There was a problem getting the latest update information from the server. Please make sure you are connected to the Internet and try again.",
"DETECTED_EXCLUSION_INFO" : "{APP_NAME} ran into trouble processing <span class='dialog-filename'>{0}</span>.<br><br>This file will no longer be processed for code hints, Jump to Definition or Quick Edit. To reenable this file, open <code>.brackets.json</code> in your project and edit <code>jscodehints.detectedExclusions</code>.<br><br>This is likely a {APP_NAME} bug. If you can provide a copy of this file, please <a href='https://github.com/adobe/brackets/wiki/How-to-Report-an-Issue'>file a bug</a> with a link to the file named here.",
634
+
"DETECTED_EXCLUSION_INFO" : "{APP_NAME} ran into trouble processing <span class='dialog-filename'>{0}</span>.<br><br>This file will no longer be processed for code hints, Jump to Definition or Quick Edit. To re-enable this file, open <code>.brackets.json</code> in your project and edit <code>jscodehints.detectedExclusions</code>.<br><br>This is likely a {APP_NAME} bug. If you can provide a copy of this file, please <a href='https://github.com/adobe/brackets/wiki/How-to-Report-an-Issue'>file a bug</a> with a link to the file named here.",
635
635
636
636
// extensions/default/JSLint
637
637
"JSLINT_NAME" : "JSLint",
@@ -728,7 +728,7 @@ define({
728
728
"DESCRIPTION_SHOW_CURSOR_WHEN_SELECTING" : "Keeps the blinking cursor visible when you have a text selection",
729
729
"DESCRIPTION_SHOW_LINE_NUMBERS" : "True to show line numbers in a “gutter” to the left of the code",
730
730
"DESCRIPTION_SMART_INDENT" : "Automatically indent when creating a new block",
731
-
"DESCRIPTION_SOFT_TABS" : "False to turn off soft tabs behaviour",
731
+
"DESCRIPTION_SOFT_TABS" : "False to turn off soft tabs behavior",
732
732
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "True to sort the directories first in the project tree",
733
733
"DESCRIPTION_SPACE_UNITS" : "Number of spaces to use for space-based indentation",
734
734
"DESCRIPTION_STATIC_SERVER_PORT" : "Port number that the built-in server should use for Live Preview",
@@ -746,5 +746,5 @@ define({
746
746
"DESCRIPTION_USE_THEME_SCROLLBARS" : "True to allow custom scroll bars",
747
747
"DESCRIPTION_LINTING_COLLAPSED" : "True to collapse linting panel",
748
748
"DESCRIPTION_FONT_FAMILY" : "Change font family",
749
-
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g, 13px"
749
+
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g. 13px"
0 commit comments