master
less and scss unit tests
Merge pull request #9006 from adobe/rlim/hang-in-css-comment
Adding unit tests for the fix for #10160
- added support for multiple code linter per file type
- New unit test for line endings on save - New unit test for ref counting and Editor "GC" (related to recent Document API changes) - Add util waitsForDone() for tests to wait on a Promise easily (wraps waitsFor()) - Add util SpecRunnerUtils.deleteFile() to consolidate fs.unlink() usage - Clean up DocumentCommandHandlers-test to use the above utils and to use FileUtils instead of raw brackets.fs calls - Re-enable undo-related dirty/clean unit test now that it's expected to work - Fix bug in unit test runner where trying to run a single suite also runs all suites for which its name is a prefix
reuse existing images
Implement Splitview
- removed the editor resizing call and increased the size of the test document
allow optional requirejs-config.json file for extensions
Added Extension Sorting capability according to downloads and last published date (#13080)
Update to less 1.4.2 and fix unit tests and use url()
Fix bug #8556 (Find/Replace in Files with /^/ finds 100K matches at start of files) - /^/ is a pathological regexp that returns 0-length matches, so FindInFiles._getSearchMatches() was going into an infinite loop (saved from freezing only by the 100K match limit).
Bump up in-memory replace limit to 20. Tweak dialog to show the limit.
Add unit tests for paging Find in Files results
exclude binary files
reduced wellformed.html to make tests easier to debug.
Replace 0% and 100% selectors with `from` and `to` so that we don't use invalid 100% as tag name.
JSUtils modification to handle es6 constructs (#13635)
Fix unit test failures.
Language Server Protocol Support for Brackets (#14606)
Add test case
Updates for Unit tests
Merge pull request #8144 from MarcelGerber/live-css-iframe
add the missing file
Make test folder license evergreen
merge with latest master
Fix the way .git directory is created.
Add a test for QuickOpen and a custom matcher for editor cursor position.
Added a couple more checks in unit tests for extract scrollbars
- made code changes according to the review comments - added new unit test for update notification json that can not be parsed
Fixing the adjust font restore scroll and adding unit tests
use npm to download extension dependencies after installing from registry (#10602)
Update drag and drop images test
Move most inline jslint directives to config files
fix invalid filename (passes on windows due to fs being case insensitive)
add support for universal (language independent) code inspector
fix unit tests because of new sticky flag
Editor command handlers test (#13337)
Saurabh95/encoding support (#13412)
Change Preact require to thirdparty/preact (#13664)
Add drag and drop to move items in FileTreeView (#13546)
Added test
Add find/replace test for read only
Allow omitted optional close tags in HTMLSimpleDOM (#12057)
Add a unit test
Correct typo (#13938)
Merge pull request #12248 from petetnt/petetnt/flip-view-same-doc-fix
Add tests
Now BOM is preserved for UTF-8 files (#13477)
Enabled tests for Native Menus in Linux
eslint stylistic rules (#13177)
Remove old preference system
Fixed Project Manager failing tests
Add option for first highlight index in Quick Open and Search History (#13444)
Issue #12859 Keyboard modifiers support for simulateKeyEvent (#12863)
Issue #11261: keep the search bar open (#14141)
Added a unit test whose intent is to ensure that we are able to parse the JSON returned by the actual URL. (#14050)