1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
Commit Graph

17742 Commits

Author SHA1 Message Date
njadbe
2a3832d414 Merge branch 'open-file-from-tree' into save-file 2011-12-15 17:43:52 -08:00
njadbe
35da1efb0e Merge branch 'master' into open-file-from-tree 2011-12-15 17:35:40 -08:00
njadbe
338b2eb5fe Merge branch 'master' of github.com:adobe/brackets 2011-12-15 17:35:30 -08:00
Narciso Jaramillo
f2f2596eff Merge pull request #13 from adobe/initial-fileio-work
Added basic suporrt for reading files -- reviewed by nj
2011-12-15 17:35:04 -08:00
njadbe
ead9cd58eb Merge remote-tracking branch 'origin/initial-fileio-work' 2011-12-15 17:34:27 -08:00
njadbe
8b769baf0d Merged with latest file read API 2011-12-15 17:33:29 -08:00
Glenn Ruehle
7d34dbc161 Initial error dialogs. 2011-12-15 17:32:34 -08:00
Ty Voliter
5a9d18977d Fixes after NJ's code review 2011-12-15 16:57:08 -08:00
njadbe
08627207ed Merge remote-tracking branch 'origin/initial-fileio-work' into open-file-from-tree 2011-12-15 15:56:50 -08:00
njadbe
8941cd9cc6 Beginning implementation of prompt when closing dirty file 2011-12-15 15:56:29 -08:00
Ty Voliter
aedbcbde6a added missed gotFile = true in NativeFileSystem-test.js 2011-12-15 15:46:51 -08:00
Glenn Ruehle
71379b18cf Merge pull request #14 from adobe/new-raw-file-tests
Added tests for trying to read/write a directory using the read/writeFile APIs
2011-12-15 15:40:07 -08:00
njadbe
a0e6c70f97 Added tests for trying to read/write a directory using the read/writeFile APIs 2011-12-15 15:36:58 -08:00
Ty Voliter
9ac6719f7b Merge branch 'initial-fileio-work' of github.com:adobe/brackets into initial-fileio-work 2011-12-15 15:18:42 -08:00
Ty Voliter
4cb5336d4a Added error handling to readFile. Code cleanup. 2011-12-15 15:18:35 -08:00
njadbe
cff3c9edad Removed our own FileError constants from NativeFileSystem. Fixed up sample code for file reading in brackets.js. Added unit tests for reading a file (some are currently failing because the underlying implementation isn't finished). 2011-12-15 14:59:19 -08:00
Jason San Jose
318c54ddfe Fix NativeFileSystem unit tests 2011-12-15 14:31:18 -08:00
Jason San Jose
38fa49286c Resolve merge conflicts 2011-12-15 14:26:11 -08:00
njadbe
c7d92aed0f Moved initialization of this.path so it can be used by all tests 2011-12-15 14:23:27 -08:00
njadbe
adfd459afe Fixes to NativeFileSystem for bugs introduced by namespace changes 2011-12-15 14:22:51 -08:00
Jason San Jose
c3930e8fdc Merge branch 'initial-fileio-work' of github.com:adobe/brackets into initial-fileio-work
Conflicts:
	src/NativeFileSystem.js
2011-12-15 14:14:31 -08:00
njadbe
31a4b78926 Clear history after opening a new file 2011-12-15 14:09:11 -08:00
Jason San Jose
7d60cdc252 DirectoryEntry.getFile() impl 2011-12-15 14:04:15 -08:00
njadbe
c4493d7b42 Added comments around our dirty bit management 2011-12-15 09:57:37 -08:00
njadbe
1531bc2f58 Changed file-open code to use HTML API 2011-12-14 17:16:37 -08:00
njadbe
e448ecc7d5 Merge remote-tracking branch 'origin/initial-fileio-work' into open-file-from-tree 2011-12-14 16:41:37 -08:00
Ty Voliter
9884b04481 moved file io classes into NativeFileSystem object 2011-12-14 16:35:53 -08:00
njadbe
f048b02f12 Removed call to temp debug function 2011-12-14 16:17:55 -08:00
Jason San Jose
0bc6854366 Initial commit for FileWriter 2011-12-14 16:00:50 -08:00
njadbe
0fa72df12c Merge remote-tracking branch 'origin/initial-fileio-work' into open-file-from-tree 2011-12-14 15:55:47 -08:00
njadbe
0ae3aa9197 Improve handling of title bar path 2011-12-14 15:48:26 -08:00
Ty Voliter
532d0e1c6f added file reading test code sample 2011-12-14 15:37:29 -08:00
Ty Voliter
e38f3b6827 Merge remote-tracking branch 'origin/master' into initial-fileio-work 2011-12-14 15:36:38 -08:00
Ty Voliter
d337530582 reverting to changes in master for brackets.js 2011-12-14 15:36:33 -08:00
Ty Voliter
0ddee95d80 integrate changes from origin/master 2011-12-14 15:34:44 -08:00
njadbe
14375eb877 Initial implementation of File > Save and dirty bit management 2011-12-14 15:33:07 -08:00
Ty Voliter
c8344a462c added fake event to onload 2011-12-14 15:22:22 -08:00
Ty Voliter
dcebbfeed5 Initial implementation for Blob, File, and FileReader classes 2011-12-14 15:09:03 -08:00
Jason San Jose
3d2428c19f Initial commit for FileSaver 2011-12-14 15:05:25 -08:00
njadbe
6ab2c44a2a Created Commands file for command ID constants. Fixed async handling in file open command. Small code review fixes. 2011-12-14 14:48:01 -08:00
njadbe
0ebaefe120 Update editor toolbar to show current file path 2011-12-14 13:59:09 -08:00
njadbe
9820db4b55 Merge remote-tracking branch 'origin/master' into open-file-from-tree 2011-12-14 13:53:46 -08:00
Narciso Jaramillo
24765a47f6 Merge pull request #9 from adobe/initial-file-tree
File tree view, integrated with app shell's file API -- reviewed by nj
2011-12-14 13:52:50 -08:00
njadbe
e2019df585 Merge remote-tracking branch 'origin/master' into initial-file-tree 2011-12-14 13:51:59 -08:00
njadbe
e222f453d3 Updated to work with latest ProjectManager changes 2011-12-14 13:51:44 -08:00
njadbe
bee53cb0b6 Merge branch 'initial-file-tree' into open-file-from-tree 2011-12-14 13:49:46 -08:00
Peter Flynn
f9d2faa2bf Changes based on NJ's code review:
- fix typo in docs
- hide projectRoot behind a getter
- move jsTree LESS styles into a separate file
2011-12-14 13:49:23 -08:00
njadbe
66dc4db5a4 Merge branch 'open-file-from-tree' of github.com:adobe/brackets into open-file-from-tree 2011-12-14 12:41:42 -08:00
njadbe
ffbe5fc6e0 Implementation of opening file from the tree, using a simple CommandManager to start to decouple different parts of the app. 2011-12-14 12:41:04 -08:00
njadbe
fa0942ab4b Implementation of opening file from the tree, using a simple CommandManager to start to decouple different parts of the app. 2011-12-14 12:40:21 -08:00