This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Merge master to release for 1.9 release #13184
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ow it without closing the original pane
Bumping version Number to 1.9
* Added the feature to toggle between panes as requested by petetnt in issues #10555 * Added the feature to toggle between panes as requested by petetnt in issues #10555 * Bumping version Number to 1.9 * Edited the files and added a unit test for this feature as requested by petetnt and swmitra * Removed duplicate/unnecessary code in Pane.js * Removed additional duplicate/unnecessary code in Pane.js * Edited 'should switch pane when alt-w is pressed' function in MainViewManager-test.js and the test is now passing * Revert package.json and src/config.json to previous commit * Added the feature to toggle between panes as requested by petetnt in issues #10555 * Added the feature to toggle between panes as requested by petetnt in issues #10555 * Edited the files and added a unit test for this feature as requested by petetnt and swmitra * Removed duplicate/unnecessary code in Pane.js * Removed additional duplicate/unnecessary code in Pane.js * Edited 'should switch pane when alt-w is pressed' function in MainViewManager-test.js and the test is now passing * Revert package.json and src/config.json to previous commit * Modified test code to test CMD_SWITCH_PANE_FOCUS * Removed unnecessary code in MainViewManager-test.js
* fix InlineImageViewer example extension * separate style of inline image viewer
There are small differences between the platforms, as evident in #12864. This PR fixes that. Could someone check that the Linux version has the menu under Help, as I don't have a GUI machine at hand.
Merge back PR's to master
* improvements to file system events processing * working on comments * jsdoc * little bit of optimization
Remove deprecated code using the old preferences system
…ened multiple notification dialogs (#12921)
Move link to Linux Installation Guide to a more appropriate location.
Add a Code of Conduct
* Browser issue fix These two sections check for Urls being dragged in to the browser. * There was a bug in the unit test So for some reason this changed which I did not perform showed up in my master it seemed that one did not have access and the new one did. In the health status test under extension tests, the connection would timeout. * JSLint syntax fix JSLint want’s this instead of “==“. I had actually done a check with an online checker and I forgot to make the change. * Revert "There was a bug in the unit test" This reverts commit 887e3d5. * Simplify URI-list antipropagation These are the changes as requested by @petetnt. The behavior was packed into a function. Generally `types` is not null but was protected on the case it is. Files must be null or the length must be 0 now. * Indentation and spacing Fixed extra indentation and spacing issues * Clean comments Cleaned up the comments, some were redundant to the functions description. I gave the different cases of `types` values when files and text is dragged/dropped into Brackets.
Move npm dependencies inside src and add CodeMirror to them
* fixes 3 failing find-in-files tests * implement proposed change
Make file stats available to indexFilter
This reverts commit c2b2387.
ALF Automation
…lease_1.9 Revert "ALF Automation"
…ed error message
ALF Automation
…ternalized code fragment
#7723 - Removed stray comment, restored proper indentation of function
* add some styling rules * fix trailing commas
#7723 - Adding Support For '0x' Notation Color Format
Add missing accents on some uppercase letters.
* delete node_modules from extensibility/node * add dependencies from extensibility/node to main package.json * update outdated deps * use webpack to bundle semver which doesnt provide amd build * update config.json * update webpack to latest
Do not initialize dontCloseTags
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pushing recent changes in master to release for 1.9 release.