Commit graph

211 commits

Author SHA1 Message Date
Thomas Wilburn
de928b1c2c Add CTP to HTML types
Fixes #354
2015-03-17 16:02:38 -07:00
Thomas Wilburn
398e42a4f1 Added .cmd to batchfile types 2015-03-14 09:16:01 -07:00
Marc Neudert
2f8d6b3cb2 Activate new ace syntax modes
Modes activated after recent ace 1.1.8 update:
- Elixir
- Elm
- Mask
2015-02-27 16:16:41 +01:00
Thomas Wilburn
2e238e25f3 Upgrade Ace to 1.1.8 2015-02-18 19:29:53 -08:00
Thomas Wilburn
7ffd464b13 Manifest bump 2015-02-02 22:17:44 -08:00
Rui Carmo
25085832eb Update manifest.json 2014-12-30 14:23:43 +00:00
Thomas Wilburn
440e8cc6f1 Added an option for disabling Ace behaviors (tag and quote pairing) 2014-12-28 03:02:58 -08:00
Thomas Wilburn
532932ae69 Added VHDL and Verilog support
Fixes #323
2014-12-07 14:53:10 -08:00
Thomas Wilburn
798c65ce37 Added manifest support for lisp files 2014-10-21 07:37:05 -07:00
Thomas Wilburn
23aaff7f76 Fixes #315
openFromLaunchData shouldn't be gated on tab restore.

Manifest bump
2014-10-21 07:28:18 -07:00
Thomas Wilburn
b9422a88cb Added some delay to the autohide behavior
Fixes #309
2014-10-10 07:37:37 -07:00
Thomas Wilburn
91cdb39e9e Updated Ace version. 2014-10-09 07:34:48 -07:00
Thomas Wilburn
781e31db92 . 2014-09-26 08:10:50 -07:00
Thomas Wilburn
098f93c2bd Update Ace, enable .hbs extension. 2014-09-25 08:53:41 -07:00
Thomas Wilburn
3b4a5b18fd Fix project restoration (where possible) 2014-09-12 07:42:35 -07:00
Thomas Wilburn
fdba4672a6 Fixes #289 2014-08-30 22:57:44 -07:00
Thomas Wilburn
50847c583e Fixes #291 2014-08-30 22:41:33 -07:00
Thomas Wilburn
5c7f638610 Fixes #284. 2014-08-15 13:57:40 -07:00
Thomas Wilburn
e7aa79ff7f Manifest bump. 2014-07-24 19:00:02 -07:00
Thomas Wilburn
cb2675b113 ==, not =, and use correct reference for scope. 2014-07-17 10:58:56 -07:00
Thomas Wilburn
5035935470 Added LSL and ABAP support. 2014-07-17 08:13:42 -07:00
Thomas Wilburn
d469f3e648 Update Ace to 1.1.5 2014-07-13 18:41:16 -07:00
Thomas Wilburn
a80fb8629a Localization for menus and palette mostly done. 2014-07-07 09:10:37 -07:00
Thomas Wilburn
2667da3455 Manifest bump 2014-07-06 19:31:03 -07:00
Thomas Wilburn
9ddfdf576c Successful retention, paradoxically, never called the openFromLaunchData callback. Fixes #268 2014-07-05 14:04:33 -07:00
Thomas Wilburn
346250789e Drag-drop needs to import storage/file. Fixes #266. 2014-07-02 23:02:12 -07:00
Thomas Wilburn
3d3a916fe8 Started localization work. 2014-06-29 18:16:50 -07:00
Thomas Wilburn
9759df0410 Fix some bugs with null key commands. Start refactor of fileManager.js. 2014-06-29 16:40:40 -07:00
Thomas Wilburn
c6403ff6b7 Fix cursor location by column in palette search. Fixes #259 2014-06-27 18:33:34 -07:00
Thomas Wilburn
78dbc451be Add better Mac keyboard support. Fixes #254. 2014-06-25 08:28:36 -07:00
Thomas Wilburn
1282cdcaa5 Upgraded Ace to the 6/11 build.
There are three new themes with this build, I'll add them later.
2014-06-14 15:16:49 -07:00
Thomas Wilburn
4b6b0a3ffd Style tweaks, use indexOf instead of a regex to check for duplicate palette items. 2014-06-12 21:45:09 -07:00
Thomas Wilburn
adc48f97d8 Manifest bump. 2014-05-28 09:29:53 -07:00
Thomas Wilburn
597a7c3202 Fixes #230 2014-05-23 17:49:54 -07:00
Thomas Wilburn
8e59e1b400 Re-order the handler code so that existing handlers are not removed until we have a valid replacement. 2014-05-14 17:55:09 -07:00
Thomas Wilburn
510001860a Forgot to add the ace loader plugin 2014-05-13 23:19:54 -07:00
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