Commit graph

411 commits

Author SHA1 Message Date
Thomas Wilburn
e1f39d63f5 Fixes #89 2013-12-16 07:40:31 -08:00
Thomas Wilburn
979d0082ce Add redundancy to chromebook search mappings. See #85 2013-12-13 09:48:56 -08:00
Thomas Wilburn
6e3b481dbf Manifest bump 2013-12-13 08:25:48 -08:00
Thomas Wilburn
6331cfebdf Added keyboard patch for funky Chromebook search key combos (now compatible with Crouton). 2013-12-13 08:25:10 -08:00
Thomas Wilburn
01af29f551 See #84 2013-12-11 20:08:57 -08:00
Thomas Wilburn
daa0da31fd Removed dependency on grunt-contrib-copy. Fixes #84 2013-12-11 20:08:02 -08:00
Thomas Wilburn
f3022633e3 Gruntfile should run on ChromeOS, even if it can't actually run Chrome for CRX packaging. 2013-12-11 09:19:14 -08:00
Thomas Wilburn
73cf465bea Manifest bump, style tweak. 2013-12-10 22:57:18 -08:00
Thomas Wilburn
28e7744d72 Merge pull request #83 from fuzetsu/master
Only reorder when there is a target
2013-12-10 18:34:14 -08:00
Daniel Loomer
ea5a0f3a8b only reorder when there is a target
Fixes disappearing tabs, previously the tab was being removed from the
tab array and disappearing from the UI when sorted since the "from" and
"onto" were the same (itself).
2013-12-10 21:20:01 -05:00
Thomas Wilburn
58e2c75679 Show the path as the sublabel when searching projects. 2013-12-10 14:57:20 -08:00
Thomas Wilburn
5ce586f3d7 Add the ability to search for file names inside the project
Fixes #69
2013-12-10 14:46:28 -08:00
Thomas Wilburn
6c15689c55 . 2013-12-09 11:49:27 -08:00
Thomas Wilburn
a9ea37d073 Updated Ace to the 12/2/13 build. 2013-12-09 11:43:13 -08:00
Thomas Wilburn
f8c6c21d23 . 2013-12-05 12:58:17 -08:00
Thomas Wilburn
4f11d068eb Merge branch 'master' of github.com:thomaswilburn/Caret 2013-12-05 12:29:03 -08:00
Thomas Wilburn
de8e444e36 Added the ability to open new tabs with content via command 2013-12-05 12:28:47 -08:00
Thomas Wilburn
5b4a3e22f7 Removed window.sync, added some comments. 2013-12-04 23:34:49 -08:00
Thomas Wilburn
bb2a85c8b1 Been a while since we had a manifest bump. 2013-12-04 16:13:03 -08:00
Thomas Wilburn
8aef22694e Add commands for status messages. 2013-12-04 14:50:01 -08:00
Thomas Wilburn
0f2355fb2d Convert over to syncFS (not syncFileSystem) for storing settings. 2013-12-04 10:52:56 -08:00
Thomas Wilburn
5ac6e4c8e7 Remove logging. 2013-12-04 10:10:10 -08:00
Thomas Wilburn
04a7cc6e93 Do not re-request defaults, they can't have changed. 2013-12-04 10:09:49 -08:00
Thomas Wilburn
dfe8749c58 Organized module locations. Fixed a context menu bug. 2013-12-04 09:24:04 -08:00
Thomas Wilburn
e567869075 Clear out the syncFileSystem stuff for now.
This API does not seem ready for prime time yet, we'll have to hold off
on the transition.
2013-12-03 18:52:10 -08:00
Thomas Wilburn
5251a29b3e So much testing code. 2013-12-03 16:54:03 -08:00
Thomas Wilburn
7f36f2ce21 Switch to use of an "upgrading" flag instead of actually replacing openWindow. 2013-12-03 16:09:40 -08:00
Thomas Wilburn
e940758277 Clear pending, since that may be what's causing the launcher bug. 2013-12-03 16:03:58 -08:00
Thomas Wilburn
0193ca8cb2 Correct typo. 2013-12-03 15:11:14 -08:00
Thomas Wilburn
e21fbb621a Be even a little more careful. 2013-12-03 14:54:06 -08:00
Thomas Wilburn
36a2a26a75 Correct a bug where openWindow could get dereferenced. 2013-12-03 14:49:12 -08:00
Thomas Wilburn
b35cd8d1b4 Enable settings backup on all restarts, not just upgrades. 2013-12-03 13:43:59 -08:00
Thomas Wilburn
0883737761 Do not automatically fail upgrades, even if it's super helpful when testing. 2013-12-03 11:36:17 -08:00
Thomas Wilburn
81dd3fe04a Open help window from upgrade error notification. 2013-12-03 10:50:36 -08:00
Thomas Wilburn
160b61c6a7 Open window after upgrade completes. 2013-12-03 08:56:15 -08:00
Thomas Wilburn
703afb91e3 Added upgrade notifications and failure handling. 2013-12-03 08:54:48 -08:00
Thomas Wilburn
94fe3acbb7 Start backing up settings files to syncFileSystem in installer.js 2013-12-03 08:28:34 -08:00
Thomas Wilburn
714d7de3e9 Added notes to installer.js, since we'll need it soon.
Related to #79.
2013-12-02 16:35:50 -08:00
Thomas Wilburn
56e8e092c6 Strip comment from user.json 2013-12-02 16:17:59 -08:00
Thomas Wilburn
d31049046d Provide sample API message, add a menu item for api.json 2013-12-02 15:38:12 -08:00
Thomas Wilburn
3f992a3e43 Added ability to turn off line highlight.
Fixes #77.
2013-12-02 15:17:46 -08:00
Thomas Wilburn
fa0ab6112e Use Chrome's window position memory instead of manually restoring position. 2013-11-24 21:08:18 -05:00
Thomas Wilburn
3117a046c2 Start some work on adding a pass-through messaging API.
See comments on #29
2013-11-24 20:53:55 -05:00
Thomas Wilburn
98e0a4f96a Merge #76
Corrected a possible array index error, used numbers instead of strings
for JSON. I should probably be better about being defensive, but
nothing's perfect.
2013-11-24 20:27:52 -05:00
Thomas Wilburn
695ef7b18f . 2013-11-22 10:55:17 -08:00
Thomas Wilburn
c6c200eeed Readme update 2013-11-22 10:47:28 -08:00
Thomas Wilburn
a77d4bcc8b Fix project manager rendering crash if user cancels. 2013-11-21 13:42:54 -08:00
Thomas Wilburn
cb9e12f8de Change default for update prompts, since it's unreliable. 2013-11-21 10:19:56 -08:00
Thomas Wilburn
b4520b0a6d Cosmetic tweaks to the project manager. 2013-11-21 10:18:43 -08:00
Thomas Wilburn
cc5613698a Using an input proxy was crap, switch to tracking doc clicks. 2013-11-21 09:40:09 -08:00