-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
… based on first toggle position fixed adobe#11953
… position for offset lines adobe#11953
…ra/NavigationHistory
…ra/NavigationHistory
Open the list using File-> Open Recent (Alt+O) Navigate using keyboard only - Next (Alt+Shift+N), Prev (Alt+Shift+P)
Minor refactoring
…document on targeted panes
I'm all for use up-to-date libraries, but is there any reason beyond that to update |
@@ -1 +1 @@ | |||
Subproject commit 61ca2db598f3f1d79e837f326bc740e8bc49e62a | |||
Subproject commit 291b06eb891ff63bc010795bd492e9a672c13566 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this change belong in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
371f492
to
7bdf720
Compare
Changing `editorCount++` to `++editorCount`
Fix for documents refCount issue
…named' Test failure caused by a505026
Caused by interference between adobe#12389 and adobe#12203. The former utilizes PathUtils, while the latter adapted PathUtils to our normal require() workflow.
…nd-color' Caused by our recent CEF upgrade
Some unit test fixes
Refactoring QuickOpenHTML, CSS, and JavaScript extensions
Update a couple of dependencies in package.json at the root
Fix for EditorManager(1) and MainViewManager(4) test failures
Open Recent Files
Bumping version Number to 1.8
I've now had a look at this PR, and noticed the issue I had before is still present - in the Extension Manager dialog, extension author's names are no longer shown. (If you need help in resolving the merge conflicts, please say so, I have a working branch local) |
My latest changes are up at I've also filed the issue with Mustache: janl/mustache.js#566 And, to complete, I've looked for extensions that use
|
Blarg, screwed rebasing this PR with your changes. @marcelgerber feel free to open a new PR with your branch. Really great work finding the issues as always, I'll check if there's a simple way to polyfill the the |
This PR updates Mustache to version
v2.2.1
fromv0.7
.Mostly everything Brackets uses Mustache for works as it used to except for
Mustache.compile
which has been completely removed for over 2 years. This PR also provides a simple polyfill for it for not to break extensions that might still be using it.