Thomas Wilburn
6b45ede3b6
Fix for vim keybindings being lost on save, as well as other general remap bugginess
2014-05-13 23:05:26 -07:00
Thomas Wilburn
0437e6b30f
Use Ace search to trim lines. Fixes #205 (for real this time).
2014-05-12 19:59:16 -07:00
Thomas Wilburn
12870d3b1d
Revert Promises in file API to callbacks.
...
Promises do not seem reliable as they are in Chrome 34. Rather than
continue to implement hacks that can work around these problems, let's
just go back to callbacks. Maybe we don't need to be on the cutting edge
_all_ the time.
2014-05-04 02:09:19 -07:00
Thomas Wilburn
2dcd86d8be
Fix bugs where project manager still uses callback style.
2014-05-03 23:29:22 -07:00
Thomas Wilburn
b0c56da3c3
Added an app:browse command and then removed help.json, since it's useless.
2014-04-24 12:15:51 -07:00
Thomas Wilburn
711f3230c3
Add ksh to the bash extensions list.
2014-04-22 13:43:31 -07:00
Thomas Wilburn
ec6f20c72c
Actual fix for #188
2014-04-10 16:48:01 -07:00
Thomas Wilburn
f81f5ab600
Updated SQL extensions.
2014-04-04 19:16:35 -07:00
Thomas Wilburn
6843047df7
What the hell, let's go to 1.4
2014-04-04 14:56:22 -07:00
Thomas Wilburn
27ecc1cb9f
Actually add .markdown to extensions, bump manifest.
2014-04-04 14:40:01 -07:00
Thomas Wilburn
f2764f16c4
.
2014-04-03 22:49:16 -07:00
Thomas Wilburn
ea6fea7aba
Adjustments based on Chrome OS.
2014-04-03 22:28:34 -07:00
Thomas Wilburn
f2dea6ad91
Manifest bump.
2014-04-03 09:22:33 -07:00
Thomas Wilburn
87ee21e290
Added MATLAB support.
2014-03-27 08:26:17 -07:00
Thomas Wilburn
ffb9cf027c
Manifest bump
2014-03-24 19:10:14 -07:00
Thomas Wilburn
134f20e0f0
Updated more file types, removed cute names for themes
2014-03-24 19:09:53 -07:00
Thomas Wilburn
7ecfda096d
Add VBScript support, and adds a number of other missing (but supported) types.
2014-03-24 18:57:45 -07:00
Thomas Wilburn
5bab125e9a
Fixes #170
2014-03-22 06:09:28 -07:00
Thomas Wilburn
c500425731
Updated Ace, added LESS to file permissions.
2014-03-19 20:08:47 -07:00
Thomas Wilburn
7027a2a4ee
Manifest bump
2014-03-19 19:31:03 -07:00
Thomas Wilburn
0f0fe599eb
Manifest bump
2014-03-13 11:54:43 -07:00
Thomas Wilburn
4b584d6633
Better tick scheduling, added {{.}} to inflate.
2014-03-07 23:30:47 -08:00
Thomas Wilburn
0b99470534
Manifest bump.
2014-03-06 07:12:57 -08:00
Thomas Wilburn
11d3100ee7
Actually make 'trim whitespace' work without blowing up the cursor position.
2014-03-05 09:36:19 -08:00
Thomas Wilburn
9a1ec7d8bf
Manifest bump
2014-03-05 08:54:10 -08:00
Thomas Wilburn
19ffafad6a
Manifest bump.
2014-02-28 09:46:11 -08:00
Thomas Wilburn
c75fafbee7
Added Scala support
2014-02-27 22:25:32 -08:00
Thomas Wilburn
f288a61578
Fill in some missing file handler registrations.
2014-02-27 18:54:37 -08:00
Thomas Wilburn
9f54dcfec8
Code cleanup and commenting.
2014-02-26 22:34:02 -08:00
Thomas Wilburn
b2ff9833bd
Fix menu ordering.
2014-02-26 14:56:31 -08:00
Thomas Wilburn
4bc7955381
Manifest bump.
2014-02-26 13:52:28 -08:00
Thomas Wilburn
495f7b6513
Fixed alignment for close button in tabs.
2014-02-23 15:21:38 -08:00
Thomas Wilburn
2f57992d5a
Hide dragged tabs.
2014-02-23 15:17:05 -08:00
Thomas Wilburn
0e7c30c8ea
......
2014-02-21 22:49:40 -08:00
Thomas Wilburn
7fe8e2a096
...
2014-02-21 22:37:13 -08:00
Thomas Wilburn
d6799bda61
Fixes #143
2014-02-21 20:29:41 -08:00
Thomas Wilburn
9f351133dc
Manifest bump
2014-02-20 13:11:36 -08:00
Thomas Wilburn
f5467f1b6c
Add commands for "insert from file" and "word count". Fixed a bug where palette commands can't really
...
show status bar toasts.
Fixes #141 .
2014-02-20 09:00:29 -08:00
Thomas Wilburn
02f77531e2
Manifest bump
2014-02-08 10:10:48 -08:00
Thomas Wilburn
cc9baf863e
Minor CSS and template tweaks.
2014-02-04 10:37:04 -08:00
Thomas Wilburn
a2220bc126
Remember to include template files in the packaged builds.
2014-01-27 13:51:23 -08:00
Thomas Wilburn
60821321ba
Fix stupid scoping mistake.
2014-01-20 23:19:25 -08:00
Thomas Wilburn
ebda9e70e1
Manifest bump
2014-01-20 22:16:10 -08:00
Thomas Wilburn
ef9a02c8bc
Manifest bump.
2014-01-19 09:45:21 -08:00
Thomas Wilburn
8cc524a53e
Extra safeguards.
...
Project manager calls preventDefault() on "links"
background.js rejects messages without a command property.
2014-01-12 10:47:08 -08:00
Thomas Wilburn
67008772ea
Fix bad refactoring.
2014-01-12 01:34:47 -08:00
Thomas Wilburn
2760c2e182
Release 1.3!
...
Not everything complete on 1.3, codenamed DeConnick, but we're going to
release it anyway. CRAZY.
2014-01-10 22:17:46 -08:00
Thomas Wilburn
2c34939a43
Open a new window if a command is received while inactive.
...
Commands will be buffered and passed in to be fired on initialization.
To suppress app launch, add the quiet flag to your command when firing
the message from an extension.
Fixes #122
2014-01-10 22:15:35 -08:00
Thomas Wilburn
a2c6d8704a
.
2013-12-23 22:19:59 -08:00
Thomas Wilburn
ec3edebc28
Promise API kind of sucks, use manos.deferred() instead.
2013-12-23 11:12:19 -08:00