Created Commands file for command ID constants. Fixed async handling in file open command. Small code review fixes. |
|
More...
|
over 13 years ago
|
Update editor toolbar to show current file path |
|
More...
|
over 13 years ago
|
Merge remote-tracking branch 'origin/master' into open-file-from-tree |
|
More...
|
over 13 years ago
|
Merge pull request #9 from adobe/initial-file-tree |
|
More...
|
over 13 years ago
|
Merge remote-tracking branch 'origin/master' into initial-file-tree |
|
More...
|
over 13 years ago
|
Updated to work with latest ProjectManager changes |
|
More...
|
over 13 years ago
|
Merge branch 'initial-file-tree' into open-file-from-tree |
|
More...
|
over 13 years ago
|
Changes based on NJ's code review: - fix typo in docs - hide projectRoot behind a getter - move jsTree LESS styles into a separate file |
|
More...
|
over 13 years ago
|
Merge branch 'open-file-from-tree' of github.com:adobe/brackets into open-file-from-tree |
|
More...
|
over 13 years ago
|
Implementation of opening file from the tree, using a simple CommandManager to start to decouple different parts of the app. |
|
More...
|
over 13 years ago
|
Implementation of opening file from the tree, using a simple CommandManager to start to decouple different parts of the app. |
|
More...
|
over 13 years ago
|
Pushing file API's into brackets.fs object |
|
More...
|
over 13 years ago
|
Merge pull request #11 from adobe/jason-sanjose/file-api-tests |
|
More...
|
over 13 years ago
|
Remove hard coded path |
|
More...
|
over 13 years ago
|
Remove comment |
|
More...
|
over 13 years ago
|
Merge branch 'master' into jason-sanjose/file-api-tests |
|
More...
|
over 13 years ago
|
Merge pull request #10 from adobe/low-level-fileio-tests |
|
More...
|
over 13 years ago
|
Add comment to top of file. Move afterEach() to the top |
|
More...
|
over 13 years ago
|
Remove hard coded paths |
|
More...
|
over 13 years ago
|
Unit tests for low-level file io functions |
|
More...
|
over 13 years ago
|
Merge branch 'master' of github.com:adobe/brackets into jason-sanjose/file-api-tests |
|
More...
|
over 13 years ago
|
Spec utility functions |
|
More...
|
over 13 years ago
|
Merge in current tip of main; remove one last bit of old test code |
|
More...
|
over 13 years ago
|
Merge pull request #8 from adobe/initial-fileio-work |
|
More...
|
over 13 years ago
|
Clean up file tree code and add more JSDoc (with Closure annotations) |
|
More...
|
over 13 years ago
|
Merge branch 'initial-fileio-work' of github.com:adobe/brackets into initial-fileio-work Made it so all error callbacks are optional (and added test for that). Re-added original CodeMirror test (moved to Editor-test.js) |
|
More...
|
over 13 years ago
|
Added error handling for directory read and unit tests for some errors |
|
More...
|
over 13 years ago
|
- Fix bug where opening a 2nd project doesn't update file tree - Remove #project-files node from index.html. It's just going to get blown away by jsTree, so its presence is unneeded & misleading. |
|
More...
|
over 13 years ago
|
removing sample failing test SampleTest.js and making errorCallback in showOpenDialog optional |
|
More...
|
over 13 years ago
|
Cleanup: - document public methods - use spaces instead of tabs consistently |
|
More...
|
over 13 years ago
|