brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] localize find and replace dialogs #1356

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by redmunds Thursday Aug 16, 2012 at 16:45 GMT Originally opened as https://github.com/adobe/brackets/pull/1379


Implemented find and replace in search/FindReplace.js. This code was copied from CodeMirror2/lib/util/search.js, then converted to strict, updated for JSLint, converted formatting changed to Brackets preferences, and added Brackets licensing comment. Finally, it was localized.

I changed the "Replace" to be "Find" to match Brackets terminology.

I also update the look of the Yes/No/Stop dialog to match the Replace and With input dialogs.


redmunds included the following code: https://github.com/adobe/brackets/pull/1379/commits

core-ai-bot commented 3 years ago

Comment by tvoliter Thursday Aug 16, 2012 at 20:54 GMT


reviewing