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

17742 Commits

Author SHA1 Message Date
Joel Brandt
82f9b033ab added testing niceties to the UI to allow you to reload tests after a test file is changed 2011-12-12 16:28:32 -08:00
Joel Brandt
b1f1f4dbd2 binding fileio open to the menu 2011-12-12 15:35:51 -08:00
Joel Brandt
20e327b3b7 starting fileio unit tests 2011-12-12 15:35:31 -08:00
Ty Voliter
af9387ab59 Merge remote-tracking branch 'origin/master' into initial-fileio-work 2011-12-12 15:23:11 -08:00
Ty Voliter
92130baedc Changed tabs to spaces and changed fileIO.js to use showOpenDialog instead of showOpenPanel 2011-12-12 15:22:44 -08:00
Jason San Jose
f56ed500ea Allow jasmine.sh to run from any working directory 2011-12-12 15:19:35 -08:00
Peter Flynn
ab5d5f9d78 Merge branch 'initial-fileio-work' of github.com:adobe/brackets into initial-file-tree 2011-12-12 14:50:33 -08:00
Ty Voliter
8a7d91e3f2 Merge remote-tracking branch 'origin/master' into initial-fileio-work 2011-12-12 14:25:18 -08:00
Ty Voliter
489f41fc23 made corrections after NJ's code review 2011-12-12 14:23:37 -08:00
Joel Brandt
c993b849f1 Merge remote-tracking branch 'origin/jason-sanjose/js-test-driver' 2011-12-12 14:11:15 -08:00
Narciso Jaramillo
e8dc977d31 Merge pull request #2 from adobe/ui-workspace
Fleshed out overall UI layout -- reviewed by Peter
2011-12-12 14:06:02 -08:00
Jason San Jose
c5ca2d0b9c Fixed jasmine-jquery path 2011-12-12 13:56:23 -08:00
Jason San Jose
b6d65350f9 Remove JsTestDriver 2011-12-12 12:59:49 -08:00
Ty Voliter
81cc9cbba5 Checking in initial fileIO.js implementation 2011-12-12 12:08:11 -08:00
Peter Flynn
0e15e9377d Modify jsTree sprite sheet to use our open/close arrows from the original
prototype
2011-12-12 11:54:14 -08:00
Peter Flynn
0e442abfae Move nascent ProjectManager code into its own JS file, as it will
presumably grow to get pretty long over time.
2011-12-12 11:43:57 -08:00
Peter Flynn
27c569c4af - Set tree content via JSON rather than fiddly HTML
- Hardcode inBrowser to true until file APIs arrive, so it works in app
  shell with dummy content in the meantime.
- Move inBrowser var into namespace
- Minor cleanups in commented-out (old) file code
- Rename isFileShown()->shouldShowFile() for clarity
2011-12-12 11:40:47 -08:00
Jason San Jose
0511b0e03a Replace Jasmine TrivialReporter with HtmlReporter 2011-12-12 10:47:22 -08:00
Peter Flynn
f970751309 minor: Make cutesy temp header message match cutesy temp code editor
content better :-)
2011-12-09 17:48:44 -08:00
Peter Flynn
09d9ccf598 - Move tree sprite sheet into a separate styles/images/ subfolder.
- Set up a LESS variable to abstract away the relative path to image assets
  used in our CSS.
2011-12-09 17:23:58 -08:00
Jason San Jose
070ef36fbe Add Jasmine unit test framework 2011-12-09 17:08:29 -08:00
Peter Flynn
cc433fae6d Add jsTree to our repo under thirdparty/.
This is the "pre 1.0 fixed" build available on Google Code
(http://code.google.com/p/jstree/) and linked from the jsTree website
(http://www.jstree.com/). NOT the build available on Github
(https://github.com/vakata/jstree/) - that newer version appears to have
undergone heavy refactoring before moving to Git (even the initial commit
differs heavily from the earlier Google Code build), and the refactoring
broke a bunch of stuff (e.g. setting the animation duration, and setting
no-dots/no-icons). If the Git version evolves more or we get ambitious
enough to fix it ourselves, we can always move this over to a submodule
later.

Note: we don't depend on ANY of the files under themes/, but I figured I'd
just dump in the complete jsTree download here for completeness.
2011-12-09 17:08:09 -08:00
Peter Flynn
929c21a1bc Move dummy theme .css file into /styles, removing any need to modify (or
add to) any part of the jsTree source tree. This will make it easier to
pull it in as a submodule.
2011-12-09 15:57:06 -08:00
Peter Flynn
b3334730f5 Initial integration of tree control into NJ's UI scaffolding. Assumes
jstree_pre1.0_fix_1 folder is placed next to index.html (will add as
official submodule soon).
2011-12-09 15:51:10 -08:00
Peter Flynn
a757ced99c Merge remote-tracking branch 'origin/ui-workspace' into initial-file-tree 2011-12-08 18:23:25 -08:00
njadbe
b124a58c3d Merge remote-tracking branch 'origin/master' into ui-workspace 2011-12-08 18:22:12 -08:00
njadbe
e9c2035a95 Improved organization of brackets.less. Made the picker rule specific to the project panel. 2011-12-08 18:22:02 -08:00
njadbe
ebf5c5445c Fixed the .selected style for files so it actually works, and changed the sample to show it. 2011-12-08 18:10:28 -08:00
Peter Flynn
8372029b08 Merge branch 'ui-workspace' of github.com:adobe/brackets into initial-file-tree 2011-12-08 17:06:11 -08:00
njadbe
22b4b25dd9 Fleshed out overall UI layout 2011-12-08 16:59:51 -08:00
Jason San Jose
e21ee5493b Merge branch 'jason-sanjose/js-test-driver' 2011-12-08 13:40:17 -08:00
Jason San Jose
2fcfa8118a Fixed readme markdown 2011-12-08 13:35:02 -08:00
Jason San Jose
577ec19e19 Merge commit 'de9e68f3d1df0522dcf42feff5992fdcfac2eb54' 2011-12-08 12:24:51 -08:00
Jason San Jose
c4f9957832 Merge branch 'master' into jason-sanjose/js-test-driver 2011-12-08 12:18:42 -08:00
Jason San Jose
de9e68f3d1 Unit testing readme 2011-12-08 12:14:32 -08:00
Glenn Ruehle
fb3ba40670 Merge pull request #1 from adobe/jason-sanjose/js-test-driver
Jason sanjose/js test driver
2011-12-08 10:52:48 -08:00
Jason San Jose
6bbdfc81a0 JsTestDriver scripts. Basic CodeMirror init test. 2011-12-08 10:35:29 -08:00
Jason San Jose
a454a7bce0 Initial commit of JsTestDriver unit test framework 2011-12-07 15:49:15 -08:00
njadbe
82f3f98077 Added shorter command for submodule update in README 2011-12-07 14:12:04 -08:00
njadbe
af90ea5adf Fixed URL for CodeMirror module 2011-12-07 13:49:06 -08:00
njadbe
c8142d2dc1 Added CodeMirror submodule 2011-12-07 13:20:45 -08:00
njadbe
637d7f4ffa Initial commit 2011-12-07 13:20:16 -08:00