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 has been archived by the owner on Sep 6, 2021. It is now read-only.
…rackets into pflynn/JakeStoeffler-languageselector-updated
# By Jake Stoeffler
# Via Jake Stoeffler
* 'languageselector' of https://github.com/JakeStoeffler/brackets:
Setting default language resets force flag
Move forced flag to Document
Replace modal dialog with custom <select>
Fix API changes to not publicly expose things we shouldn't ;)
Pass Strings by reference (per #4252)
Add reset button; add file name to dialog title
Initial commit of language select dialog
Conflicts:
src/extensions/default/JSLint/thirdparty/jslint
There are a few places in the code that use
$.extend()
to copy the entireStrings
Object like this:Instead, it should be passed by reference:
Note that string references in dialog templates also need to be updated from
SOME_STRING
toStrings.SOME_STRING
.Some of the files that need to be updated:
The text was updated successfully, but these errors were encountered: