1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00

Commit Graph

  • 54d7ac2db0 Merge 7589b0644f into 1b489bfcaf GitHub Merge Button 2011-12-14 11:16:41 -0800
  • 7589b0644f Add comment to top of file. Move afterEach() to the top Glenn Ruehle 2011-12-14 11:16:16 -0800
  • e6be64e522 Remove hard coded paths Jason San Jose 2011-12-14 11:00:44 -0800
  • e7ea8a0293 Unit tests for low-level file io functions Glenn Ruehle 2011-12-14 10:45:51 -0800
  • bfe6aced50 Merge branch 'master' of github.com:adobe/brackets into jason-sanjose/file-api-tests Jason San Jose 2011-12-14 09:52:47 -0800
  • f75376ff95 Spec utility functions Jason San Jose 2011-12-14 09:48:57 -0800
  • ff3ed779ec Merge in current tip of main; remove one last bit of old test code Peter Flynn 2011-12-13 18:44:50 -0800
  • 1b489bfcaf Merge pull request #8 from adobe/initial-fileio-work Narciso Jaramillo 2011-12-13 18:19:16 -0800
  • 754b354294 Clean up file tree code and add more JSDoc (with Closure annotations) Peter Flynn 2011-12-13 18:17:06 -0800
  • 9957d207df Merge 7b7569d969 into 0dab0e62c5 GitHub Merge Button 2011-12-13 18:13:01 -0800
  • 7b7569d969 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) njadbe 2011-12-13 18:11:56 -0800
  • fbbdc2a8a5 Added error handling for directory read and unit tests for some errors njadbe 2011-12-13 18:01:30 -0800
  • 36819e3ac6 - 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. Peter Flynn 2011-12-13 17:30:46 -0800
  • 2df3ec8621 removing sample failing test SampleTest.js and making errorCallback in showOpenDialog optional Ty Voliter 2011-12-13 17:22:13 -0800
  • 1bd2b8bbec Cleanup: - document public methods - use spaces instead of tabs consistently Peter Flynn 2011-12-13 17:21:22 -0800
  • 0f999d014b Set up Brackets so it loads its own src code by default (if outside of appshell, it still uses hardcoded dummy data instead). Peter Flynn 2011-12-13 17:18:22 -0800
  • c44fcf73b1 fixed failing unit test in NativeFileSystem-test.js Ty Voliter 2011-12-13 17:02:53 -0800
  • 2943d6798e Merge remote-tracking branch 'origin/master' into initial-fileio-work Ty Voliter 2011-12-13 16:44:02 -0800
  • 67928f7ddf Updated nativeFileSystem to use new posix api Glenn submitted to the native-file-api branch Ty Voliter 2011-12-13 16:41:34 -0800
  • 838a800492 Remove (unused) file filtering logic for now, since the file APIs already skip "."-prefixed items, and we have no other use cases for filtering yet. Peter Flynn 2011-12-13 16:17:30 -0800
  • 80e95c99e4 Tree fully hooked up to file APIs now, but code is still fairly unkempt. Peter Flynn 2011-12-13 16:10:15 -0800
  • 7b0873f4f0 Fix so last commit actually works (a small cleanup had broken it). Peter Flynn 2011-12-13 15:17:20 -0800
  • f64caa0cf5 Early integration with Ty's file APIs: - Add simple "Open" button to project sidebar - List top level folders after selecting project folder (subfolders are empty when expanded) Peter Flynn 2011-12-13 13:01:36 -0800
  • 0dab0e62c5 Merge pull request #7 from adobe/joelrbrandt/file-api-tests Narciso Jaramillo 2011-12-13 09:53:42 -0800
  • 60cedd754a Merge 01cf6a7a06 into e876e67486 GitHub Merge Button 2011-12-12 23:12:57 -0800
  • 01cf6a7a06 made the callbacks a little cleaner Joel Brandt 2011-12-12 23:09:44 -0800
  • dbafe137c0 renamed the spec Joel Brandt 2011-12-12 22:36:43 -0800
  • f1a005a27f wrote initial unit test for directory reading API Joel Brandt 2011-12-12 22:30:29 -0800
  • 512c1f2695 - Add copyright notices - Remove 'window.' references when declaring "classes" (use var in global scope instead) Peter Flynn 2011-12-12 18:09:45 -0800
  • 834ba881ac Merge branch 'initial-file-tree' of github.com:adobe/brackets into initial-file-tree Peter Flynn 2011-12-12 18:07:46 -0800
  • d9f3e9e7ae Merge branch 'initial-fileio-work' of github.com:adobe/brackets into initial-file-tree Peter Flynn 2011-12-12 18:02:14 -0800
  • 465e7d11dd Define brackets namespace in a way that works whether or not you are in-browser vs. in-app. Set inBrowser flag correctly (not hardcoded to true/ false anymore) Peter Flynn 2011-12-12 18:01:57 -0800
  • 0bbeca6f50 Merge in newer version of Ty's file API Peter Flynn 2011-12-12 18:00:50 -0800
  • 39bd4c1d7d Merge in early version of Ty's branch Peter Flynn 2011-12-12 17:47:22 -0800
  • b80974dd43 Merge remote-tracking branch 'origin/master' into joelrbrandt/file-api-tests Joel Brandt 2011-12-12 17:11:27 -0800
  • e876e67486 Merge pull request #5 from adobe/joelrbrandt/unit-testing-ui Narciso Jaramillo 2011-12-12 17:09:37 -0800
  • 9b566ff28c renaming unit tests to match rename of API Joel Brandt 2011-12-12 17:09:36 -0800
  • 719b9ddbe6 merging in NativeFileSystem from master Joel Brandt 2011-12-12 17:08:44 -0800
  • 3f76b34f32 Merge a9e5549d39 into 25d55b303b GitHub Merge Button 2011-12-12 17:05:16 -0800
  • a9e5549d39 Merge remote-tracking branch 'origin/master' into joelrbrandt/unit-testing-ui Joel Brandt 2011-12-12 17:03:23 -0800
  • 4ff58be0e7 adding a comment Joel Brandt 2011-12-12 17:03:13 -0800
  • 25d55b303b Merge pull request #4 from adobe/initial-fileio-work Narciso Jaramillo 2011-12-12 17:00:44 -0800
  • 4d58b34d5f Merge 293c2c2e0d into f56ed500ea GitHub Merge Button 2011-12-12 16:59:50 -0800
  • 293c2c2e0d Further fix to the cancel case on the Open dialog njadbe 2011-12-12 16:59:17 -0800
  • 0e620b8972 Merge remote-tracking branch 'origin/initial-fileio-work' into joelrbrandt/unit-testing-ui Joel Brandt 2011-12-12 16:55:34 -0800
  • b2f1f3b241 merged in unittest ui stuff Joel Brandt 2011-12-12 16:52:24 -0800
  • 19cf1843c4 Code review cleanup for native file IO API njadbe 2011-12-12 16:49:49 -0800
  • 88a6b592f3 this file doesn't belong in this branch, was accidentally added Joel Brandt 2011-12-12 16:33:48 -0800
  • 5289361f65 work on fileio tests Joel Brandt 2011-12-12 16:29:14 -0800
  • 82f9b033ab added testing niceties to the UI to allow you to reload tests after a test file is changed Joel Brandt 2011-12-12 16:28:32 -0800
  • b1f1f4dbd2 binding fileio open to the menu Joel Brandt 2011-12-12 15:35:51 -0800
  • 20e327b3b7 starting fileio unit tests Joel Brandt 2011-12-12 15:35:31 -0800
  • af9387ab59 Merge remote-tracking branch 'origin/master' into initial-fileio-work Ty Voliter 2011-12-12 15:23:11 -0800
  • 92130baedc Changed tabs to spaces and changed fileIO.js to use showOpenDialog instead of showOpenPanel Ty Voliter 2011-12-12 15:22:44 -0800
  • f56ed500ea Allow jasmine.sh to run from any working directory Jason San Jose 2011-12-12 15:19:35 -0800
  • ab5d5f9d78 Merge branch 'initial-fileio-work' of github.com:adobe/brackets into initial-file-tree Peter Flynn 2011-12-12 14:50:33 -0800
  • 8a7d91e3f2 Merge remote-tracking branch 'origin/master' into initial-fileio-work Ty Voliter 2011-12-12 14:25:18 -0800
  • 489f41fc23 made corrections after NJ's code review Ty Voliter 2011-12-12 14:23:37 -0800
  • c993b849f1 Merge remote-tracking branch 'origin/jason-sanjose/js-test-driver' Joel Brandt 2011-12-12 14:11:15 -0800
  • e54300c56f Merge c5ca2d0b9c into e8dc977d31 GitHub Merge Button 2011-12-12 14:06:05 -0800
  • e8dc977d31 Merge pull request #2 from adobe/ui-workspace Narciso Jaramillo 2011-12-12 14:06:02 -0800
  • c5ca2d0b9c Fixed jasmine-jquery path Jason San Jose 2011-12-12 13:56:23 -0800
  • b6d65350f9 Remove JsTestDriver Jason San Jose 2011-12-12 12:59:49 -0800
  • 81cc9cbba5 Checking in initial fileIO.js implementation Ty Voliter 2011-12-12 12:08:11 -0800
  • 0e15e9377d Modify jsTree sprite sheet to use our open/close arrows from the original prototype Peter Flynn 2011-12-12 11:54:14 -0800
  • 0e442abfae Move nascent ProjectManager code into its own JS file, as it will presumably grow to get pretty long over time. Peter Flynn 2011-12-12 11:43:57 -0800
  • 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 Peter Flynn 2011-12-12 11:40:47 -0800
  • 0511b0e03a Replace Jasmine TrivialReporter with HtmlReporter Jason San Jose 2011-12-12 10:47:22 -0800
  • f970751309 minor: Make cutesy temp header message match cutesy temp code editor content better :-) Peter Flynn 2011-12-09 17:48:44 -0800
  • 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. Peter Flynn 2011-12-09 17:23:58 -0800
  • 070ef36fbe Add Jasmine unit test framework Jason San Jose 2011-12-09 17:08:29 -0800
  • cc433fae6d Add jsTree to our repo under thirdparty/. Peter Flynn 2011-12-09 17:08:09 -0800
  • 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. Peter Flynn 2011-12-09 15:57:06 -0800
  • 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). Peter Flynn 2011-12-09 15:51:10 -0800
  • a757ced99c Merge remote-tracking branch 'origin/ui-workspace' into initial-file-tree Peter Flynn 2011-12-08 18:23:25 -0800
  • 0a16ff5c5b Merge b124a58c3d into e21ee5493b GitHub Merge Button 2011-12-08 18:22:23 -0800
  • b124a58c3d Merge remote-tracking branch 'origin/master' into ui-workspace njadbe 2011-12-08 18:22:12 -0800
  • e9c2035a95 Improved organization of brackets.less. Made the picker rule specific to the project panel. njadbe 2011-12-08 18:22:02 -0800
  • ebf5c5445c Fixed the .selected style for files so it actually works, and changed the sample to show it. njadbe 2011-12-08 18:10:28 -0800
  • 8372029b08 Merge branch 'ui-workspace' of github.com:adobe/brackets into initial-file-tree Peter Flynn 2011-12-08 17:06:11 -0800
  • 22b4b25dd9 Fleshed out overall UI layout njadbe 2011-12-08 16:59:51 -0800
  • e21ee5493b Merge branch 'jason-sanjose/js-test-driver' Jason San Jose 2011-12-08 13:40:17 -0800
  • 2fcfa8118a Fixed readme markdown Jason San Jose 2011-12-08 13:35:02 -0800
  • 577ec19e19 Merge commit 'de9e68f3d1df0522dcf42feff5992fdcfac2eb54' Jason San Jose 2011-12-08 12:24:51 -0800
  • c4f9957832 Merge branch 'master' into jason-sanjose/js-test-driver Jason San Jose 2011-12-08 12:18:42 -0800
  • de9e68f3d1 Unit testing readme Jason San Jose 2011-12-08 12:14:32 -0800
  • fb3ba40670 Merge pull request #1 from adobe/jason-sanjose/js-test-driver Glenn Ruehle 2011-12-08 10:52:48 -0800
  • a4f0c8b012 Merge 6bbdfc81a0 into 82f3f98077 GitHub Merge Button 2011-12-08 10:46:23 -0800
  • 6bbdfc81a0 JsTestDriver scripts. Basic CodeMirror init test. Jason San Jose 2011-12-08 10:35:29 -0800
  • a454a7bce0 Initial commit of JsTestDriver unit test framework Jason San Jose 2011-12-07 15:49:15 -0800
  • 82f3f98077 Added shorter command for submodule update in README njadbe 2011-12-07 14:12:04 -0800
  • af90ea5adf Fixed URL for CodeMirror module njadbe 2011-12-07 13:49:06 -0800
  • c8142d2dc1 Added CodeMirror submodule njadbe 2011-12-07 13:20:45 -0800
  • 637d7f4ffa Initial commit njadbe 2011-12-07 13:20:16 -0800