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

Merge master to release for 1.9 release #13184

Merged
merged 199 commits into from
Mar 16, 2017
Merged

Merge master to release for 1.9 release #13184

merged 199 commits into from
Mar 16, 2017

Conversation

swmitra
Copy link
Collaborator

@swmitra swmitra commented Mar 16, 2017

Pushing recent changes in master to release for 1.9 release.

sriram-dev and others added 30 commits January 10, 2014 21:58
* 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
Move link to Linux Installation Guide to a more appropriate location.
* 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
zaggino and others added 28 commits March 11, 2017 08:52
#7723 - Removed stray comment, restored proper indentation of function
* add some styling rules

* fix trailing commas
#7723 - Adding Support For '0x' Notation Color Format
#13134 (#13178)

* Add test case for disabled items in unsaved file

* add saved file test case
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.