Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

fixed issue 11927 #13928

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/brackets.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"how_to_use_url" : "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
"support_url" : "https://github.com/adobe/brackets/wiki/Troubleshooting",
"suggest_feature_url" : "https://github.com/adobe/brackets/wiki/Suggest-a-Feature",
"report_bug_url" : "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md#filing-a-bug",
"get_involved_url" : "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md",
"glob_help_url" : "https://github.com/adobe/brackets/wiki/Using-File-Filters",
"release_notes_url" : "https://github.com/adobe/brackets/wiki/Release-Notes",
Expand Down
1 change: 1 addition & 0 deletions src/command/Commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ define(function (require, exports, module) {
exports.HELP_HOW_TO_USE_BRACKETS = "help.howToUseBrackets"; // HelpCommandHandlers.js _handleLinkMenuItem()
exports.HELP_SUPPORT = "help.support"; // HelpCommandHandlers.js _handleLinkMenuItem()
exports.HELP_SUGGEST = "help.suggest"; // HelpCommandHandlers.js _handleLinkMenuItem()
exports.HELP_REPORT = "help.report"; // HelpCommandHandlers.js _handleLinkMenuItem()
exports.HELP_RELEASE_NOTES = "help.releaseNotes"; // HelpCommandHandlers.js _handleLinkMenuItem()
exports.HELP_GET_INVOLVED = "help.getInvolved"; // HelpCommandHandlers.js _handleLinkMenuItem()
exports.HELP_SHOW_EXT_FOLDER = "help.showExtensionsFolder"; // HelpCommandHandlers.js _handleShowExtensionsFolder()
Expand Down
3 changes: 3 additions & 0 deletions src/command/DefaultMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ define(function (require, exports, module) {
if (brackets.config.suggest_feature_url) {
menu.addMenuItem(Commands.HELP_SUGGEST);
}
if (brackets.config.report_bug_url) {
menu.addMenuItem(Commands.HELP_REPORT);
}
if (brackets.config.release_notes_url) {
menu.addMenuItem(Commands.HELP_RELEASE_NOTES);
}
Expand Down
1 change: 1 addition & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
"support_url": "https://github.com/adobe/brackets/wiki/Troubleshooting",
"suggest_feature_url": "https://github.com/adobe/brackets/wiki/Suggest-a-Feature",
"report_bug_url": "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md#filing-a-bug",
"get_involved_url": "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md",
"glob_help_url": "https://github.com/adobe/brackets/wiki/Using-File-Filters",
"release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
Expand Down
1 change: 1 addition & 0 deletions src/help/HelpCommandHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ define(function (require, exports, module) {
CommandManager.register(Strings.CMD_HOW_TO_USE_BRACKETS, Commands.HELP_HOW_TO_USE_BRACKETS, _handleLinkMenuItem(brackets.config.how_to_use_url));
CommandManager.register(Strings.CMD_SUPPORT, Commands.HELP_SUPPORT, _handleLinkMenuItem(brackets.config.support_url));
CommandManager.register(Strings.CMD_SUGGEST, Commands.HELP_SUGGEST, _handleLinkMenuItem(brackets.config.suggest_feature_url));
CommandManager.register(Strings.CMD_REPORT, Commands.HELP_REPORT, _handleLinkMenuItem(brackets.config.report_bug_url));
CommandManager.register(Strings.CMD_RELEASE_NOTES, Commands.HELP_RELEASE_NOTES, _handleLinkMenuItem(brackets.config.release_notes_url));
CommandManager.register(Strings.CMD_GET_INVOLVED, Commands.HELP_GET_INVOLVED, _handleLinkMenuItem(brackets.config.get_involved_url));
CommandManager.register(Strings.CMD_SHOW_EXTENSIONS_FOLDER, Commands.HELP_SHOW_EXT_FOLDER, _handleShowExtensionsFolder);
Expand Down
1 change: 1 addition & 0 deletions src/nls/bg/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Как се използва {APP_NAME}",
"CMD_SUPPORT" : "Поддръжка на {APP_NAME}",
"CMD_SUGGEST" : "Предложете функционалност",
"CMD_REPORT" : "Подаване на сигнал за грешка",
"CMD_RELEASE_NOTES" : "Бележки за изданието",
"CMD_GET_INVOLVED" : "Включете се",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Показване на папката с разширенията",
Expand Down
1 change: 1 addition & 0 deletions src/nls/cs/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Jak používat {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} Podpora",
"CMD_SUGGEST" : "Navrhněte funkci",
"CMD_REPORT" : "Nahlásit chybu",
"CMD_RELEASE_NOTES" : "Poznámky k verzi",
"CMD_GET_INVOLVED" : "Zapojte se",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Zobrazit složku s doplňky",
Expand Down
1 change: 1 addition & 0 deletions src/nls/da/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Sådan bruger du {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} support",
"CMD_SUGGEST" : "Foreslå en funktion",
"CMD_REPORT" : "Rapportér en fejl",
"CMD_RELEASE_NOTES" : "Udgivelsesnoter",
"CMD_GET_INVOLVED" : "Bliv involveret",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Vis udvidelsesmappe",
Expand Down
1 change: 1 addition & 0 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "So verwendet man {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME}-Support",
"CMD_SUGGEST" : "Ein Feature vorschlagen",
"CMD_REPORT" : "Fehler melden",
"CMD_RELEASE_NOTES" : "Versionshinweise",
"CMD_GET_INVOLVED" : "Mach mit",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Erweiterungen-Ordner anzeigen",
Expand Down
1 change: 1 addition & 0 deletions src/nls/el/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ define({
"CMD_SUPPORT" : "Υποστήριξη {APP_NAME}",
"CMD_RELEASE_NOTES" : "Release Notes",
"CMD_SUGGEST" : "Πρότεινε Feature",
"CMD_REPORT" : "Αναφορά σφάλματος",
"CMD_HOMEPAGE" : "{APP_TITLE} Αρχική σελίδα",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Προβολή Φακέλου Επεκτάσεων",
"CMD_TWITTER" : "{TWITTER_NAME} στο Twitter",
Expand Down
1 change: 1 addition & 0 deletions src/nls/es/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Cómo utilizar {APP_NAME}",
"CMD_SUPPORT" : "Soporte de {APP_NAME}",
"CMD_SUGGEST" : "Sugerir una mejora",
"CMD_REPORT" : "Reportar un error",
"CMD_RELEASE_NOTES" : "Notas de la versión",
"CMD_GET_INVOLVED" : "Involúcrese",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Abrir carpeta de extensiones",
Expand Down
1 change: 1 addition & 0 deletions src/nls/fa-ir/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "چگونگی استفاده از {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} پشتیبانی",
"CMD_SUGGEST" : "پیشنهاد یک امکان جدید",
"CMD_REPORT" : "گزارش خطا",
"CMD_RELEASE_NOTES" : "نکات انتشار",
"CMD_GET_INVOLVED" : "درگیرش شوید",
"CMD_SHOW_EXTENSIONS_FOLDER" : "نمایش پوشه افزونه ها",
Expand Down
1 change: 1 addition & 0 deletions src/nls/fi/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Kuinka käyttää {APP_NAME}iä",
"CMD_SUPPORT" : "{APP_NAME}-tuki",
"CMD_SUGGEST" : "Ehdota ominaisuutta",
"CMD_REPORT" : "Ilmoita virheestä",
"CMD_RELEASE_NOTES" : "Julkaisutiedot",
"CMD_GET_INVOLVED" : "Lähde mukaan",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Näytä laajennuskansio",
Expand Down
1 change: 1 addition & 0 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS": "Comment utiliser {APP_NAME}",
"CMD_SUPPORT": "Assistance {APP_NAME}",
"CMD_SUGGEST": "Suggérer une fonctionnalité",
"CMD_REPORT": "Signaler une erreur",
"CMD_RELEASE_NOTES": "Notes de mise à jour",
"CMD_GET_INVOLVED": "Participer",
"CMD_SHOW_EXTENSIONS_FOLDER": "Afficher le dossier d’extensions",
Expand Down
1 change: 1 addition & 0 deletions src/nls/gl/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Cómo utilizar {APP_NAME}",
"CMD_SUPPORT" : "Soporte de {APP_NAME}",
"CMD_SUGGEST" : "Suxerir unha mellora",
"CMD_REPORT" : "Informar dun erro",
"CMD_RELEASE_NOTES" : "Notas da versión",
"CMD_GET_INVOLVED" : "Involúcrate",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Abrir cartafol de extensións",
Expand Down
1 change: 1 addition & 0 deletions src/nls/hr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Kako koristiti {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} Podrška (na engleskom)",
"CMD_SUGGEST" : "Predloži mogućnost / značajku",
"CMD_REPORT" : "Prijavite pogrešku",
"CMD_RELEASE_NOTES" : "Bilješke o trenutnoj verziji",
"CMD_GET_INVOLVED" : "Uključi se",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Prikaži direktorij sa ekstenzijama",
Expand Down
1 change: 1 addition & 0 deletions src/nls/id/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Bagaimana Menggunakan {APP_NAME}",
"CMD_SUPPORT" : "Bantuan {APP_NAME}",
"CMD_SUGGEST" : "Sarankan Fitur",
"CMD_REPORT" : "Laporkan kesalahan",
"CMD_RELEASE_NOTES" : "Catatan Rilis",
"CMD_GET_INVOLVED" : "Ikut Terlibat",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Tampilkan Folder Ekstensi",
Expand Down
1 change: 1 addition & 0 deletions src/nls/it/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Come usare {APP_NAME}",
"CMD_SUPPORT" : "Supporto per {APP_NAME}",
"CMD_SUGGEST" : "Suggerisci una funzionalità",
"CMD_REPORT" : "Segnala un errore",
"CMD_RELEASE_NOTES" : "Note di rilascio",
"CMD_GET_INVOLVED" : "Far parte",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Mostra cartella estensioni",
Expand Down
1 change: 1 addition & 0 deletions src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS": "{APP_NAME} の使用方法",
"CMD_SUPPORT": "{APP_NAME} サポート",
"CMD_SUGGEST": "機能改善の提案",
"CMD_REPORT": "エラーを報告する",
"CMD_RELEASE_NOTES": "リリースノート",
"CMD_GET_INVOLVED": "コミュニティに参加",
"CMD_SHOW_EXTENSIONS_FOLDER": "拡張機能のフォルダーを開く",
Expand Down
1 change: 1 addition & 0 deletions src/nls/ko/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "{APP_NAME} 사용법",
"CMD_SUPPORT" : "{APP_NAME} 지원",
"CMD_SUGGEST" : "기능 제안",
"CMD_REPORT" : "오류보고",
"CMD_RELEASE_NOTES" : "릴리즈 노트",
"CMD_GET_INVOLVED" : "프로젝트 참여",
"CMD_SHOW_EXTENSIONS_FOLDER" : "확장 기능 폴더 열기",
Expand Down
1 change: 1 addition & 0 deletions src/nls/lv/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Kā lietot {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} palīdzība",
"CMD_SUGGEST" : "Ieteikt funkciju",
"CMD_REPORT" : "Ziņot par kļūdu",
"CMD_RELEASE_NOTES" : "Informācija par laidienu",
"CMD_GET_INVOLVED" : "Iesaistīties",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Parādīt paplašinājumu mapi",
Expand Down
1 change: 1 addition & 0 deletions src/nls/nb/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Hvordan bruke {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} support",
"CMD_SUGGEST" : "Foreslå en funksjonalitet",
"CMD_REPORT" : "Rapporter en feil",
"CMD_RELEASE_NOTES" : "Utgivelsesnotat",
"CMD_GET_INVOLVED" : "Bli involvert",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Vis utvidelser",
Expand Down
1 change: 1 addition & 0 deletions src/nls/nl/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Hoe gebruik je {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} ondersteuning",
"CMD_SUGGEST" : "Stel een nieuwe functie voor",
"CMD_REPORT" : "Meld een fout",
"CMD_RELEASE_NOTES" : "Nieuw in deze versie",
"CMD_GET_INVOLVED" : "Doe mee",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Toon de map met extensies",
Expand Down
1 change: 1 addition & 0 deletions src/nls/pl/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Jak używać {APP_NAME}",
"CMD_SUPPORT" : "Wsparcie {APP_NAME}",
"CMD_SUGGEST" : "Zaproponuj swój pomysł",
"CMD_REPORT" : "Zgłoś błąd",
"CMD_RELEASE_NOTES" : "Informacje o wydaniu",
"CMD_GET_INVOLVED" : "Daj coś od siebie",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Otwórz folder z rozszerzeniami",
Expand Down
1 change: 1 addition & 0 deletions src/nls/pt-br/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Como usar o {APP_NAME}",
"CMD_SUPPORT" : "Ajuda do {APP_NAME}",
"CMD_SUGGEST" : "Sugira um recurso",
"CMD_REPORT" : "Reportar um erro",
"CMD_RELEASE_NOTES" : "Notas da versão",
"CMD_GET_INVOLVED" : "Envolva-se",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Mostrar pasta de extensões",
Expand Down
1 change: 1 addition & 0 deletions src/nls/ro/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Cum să folosești {APP_NAME}",
"CMD_SUPPORT" : "Suport {APP_NAME}",
"CMD_SUGGEST" : "Sugerează o funcționalitate",
"CMD_REPORT" : "Raportați o eroare",
"CMD_RELEASE_NOTES" : "Notele ediției",
"CMD_GET_INVOLVED" : "Participă la proiect",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Deschide dosarul cu extensii",
Expand Down
1 change: 1 addition & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "How to Use {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} Support",
"CMD_SUGGEST" : "Suggest a Feature",
"CMD_REPORT" : "Report a Bug",
"CMD_RELEASE_NOTES" : "Release Notes",
"CMD_GET_INVOLVED" : "Get Involved",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Show Extensions Folder",
Expand Down
1 change: 1 addition & 0 deletions src/nls/ru/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Как использовать {APP_NAME}",
"CMD_SUPPORT" : "Поддержка {APP_NAME}",
"CMD_SUGGEST" : "Предложить улучшение",
"CMD_REPORT" : "Сообщить об ошибке",
"CMD_RELEASE_NOTES" : "Примечания к выпуску",
"CMD_GET_INVOLVED" : "Принять участие в проекте",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Показать директорию расширений",
Expand Down
1 change: 1 addition & 0 deletions src/nls/sr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Корисничко упутство за {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} подршка",
"CMD_SUGGEST" : "Предложи нову функционалност",
"CMD_REPORT" : "Пријави грешку",
"CMD_RELEASE_NOTES" : "Белешке о тренутној верзији",
"CMD_GET_INVOLVED" : "Прикључи се развоју апликације",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Прикажи директоријум са екстензијама",
Expand Down
1 change: 1 addition & 0 deletions src/nls/sv/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Hur du använder {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME}-forum",
"CMD_SUGGEST" : "Föreslå en funktion",
"CMD_REPORT" : "Rapportera ett fel",
"CMD_RELEASE_NOTES" : "Versionsinformation",
"CMD_GET_INVOLVED" : "Engagera dig",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Visa tilläggsmapp",
Expand Down
1 change: 1 addition & 0 deletions src/nls/tr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "{APP_NAME} Nasıl Kullanılır",
"CMD_SUPPORT" : "{APP_NAME} Desteği",
"CMD_SUGGEST" : "Yeni Özellik Öner",
"CMD_REPORT" : "Hata bildir",
"CMD_RELEASE_NOTES" : "Sürüm Notları",
"CMD_GET_INVOLVED" : "Projeye Dahil Ol",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Eklentiler Klasörünü Göster",
Expand Down
1 change: 1 addition & 0 deletions src/nls/uk/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "Як використовувати {APP_NAME}",
"CMD_SUPPORT" : "Підтримка {APP_NAME}",
"CMD_SUGGEST" : "Запропонувати ідею",
"CMD_REPORT" : "Повідомити про помилку",
"CMD_RELEASE_NOTES" : "Примітки до випуску",
"CMD_GET_INVOLVED" : "Прийняти участь в розробці",
"CMD_SHOW_EXTENSIONS_FOLDER" : "Показати теку розширень",
Expand Down
1 change: 1 addition & 0 deletions src/nls/zh-cn/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "如何使用 {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} 支持",
"CMD_SUGGEST" : "推荐功能",
"CMD_REPORT" : "報告錯誤",
"CMD_RELEASE_NOTES" : "发行说明",
"CMD_GET_INVOLVED" : "参与",
"CMD_SHOW_EXTENSIONS_FOLDER" : "显示扩展目录",
Expand Down
1 change: 1 addition & 0 deletions src/nls/zh-tw/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ define({
"CMD_HOW_TO_USE_BRACKETS" : "如何使用 {APP_NAME}",
"CMD_SUPPORT" : "{APP_NAME} 支援",
"CMD_SUGGEST" : "功能建議",
"CMD_REPORT" : "報告錯誤",
"CMD_RELEASE_NOTES" : "版本資訊",
"CMD_GET_INVOLVED" : "參與",
"CMD_SHOW_EXTENSIONS_FOLDER" : "顯示擴充功能資料夾",
Expand Down
4 changes: 2 additions & 2 deletions src/search/FindReplace.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ define(function (require, exports, module) {
* Maximum file size to search within (in chars)
* @const {number}
*/
var FIND_MAX_FILE_SIZE = 500000;

var FIND_MAX_FILE_SIZE = 10000000;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional? Maybe you want to revert his change?

/**
* If the number of matches exceeds this limit, inline text highlighting and scroll-track tickmarks are disabled
* @const {number}
Expand Down