Thomas Wilburn
56f87c996e
Add a debug command (may not work without packaged debugging enabled.
2014-03-24 19:22:52 -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
ed30c35d5a
Style tweaks for new tab button, options cleanup.
2014-03-24 12:37:20 -04:00
Voica Adrian
d9fef43e22
New tab button (cleanup) and doubleclick tab bar.
2014-03-24 17:18:25 +02:00
Thomas Wilburn
c500425731
Updated Ace, added LESS to file permissions.
2014-03-19 20:08:47 -07:00
Thomas Wilburn
0ccb026150
Add project ignoreFiles option. Fixes #153
2014-03-05 15:44:33 -08:00
Thomas Wilburn
befba25f86
Added a 'trim whitespace' command and trigger it on save if enabled. Fixes #151
2014-03-05 08:52:48 -08:00
Thomas Wilburn
c75fafbee7
Added Scala support
2014-02-27 22:25:32 -08:00
Thomas Wilburn
19b8fc29de
Turn on ColdFusion support
...
Fixes #142
2014-02-20 12:22: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
b01b122241
Add a scrollPastEnd option, default to true.
2014-02-19 07:49:55 -08:00
Thomas Wilburn
a2220bc126
Remember to include template files in the packaged builds.
2014-01-27 13:51:23 -08:00
Thomas Wilburn
b9252f9b41
Fixes #131
...
An inconsistency in the two ways to declare ace commands caused a
failure in re-binding certain keys. Switched all default configs to the
shorter syntax, just in case.
2014-01-27 11:38:10 -08:00
Thomas Wilburn
57d2b986b5
Add Settings.pull() for modules that want to request configs asynchronously instead of blocking load
2014-01-20 22:10:06 -08:00
Thomas Wilburn
1767cd3fc2
Add printing. Fixes #120
2014-01-20 09:10:24 -08:00
Thomas Wilburn
6550851b86
Add TypeScript support.
2014-01-16 15:05:46 -08:00
Thomas Wilburn
d61fb669a8
Added command binding for closing tabs to right
...
Also moved closeTab() function into a lambda, since it's confusing to
have both it and removeTab(), and the former only works with the context
menu anyway.
2014-01-11 23:57:34 -08:00
nskaggs
f7c0a19adb
Update ace.json
...
Add support for highlighting perl modules (*.pm files)
2013-12-31 01:27:05 -05:00
Thomas Wilburn
fc7d893929
Many key fixes: mainly that Ace key configs are reloaded from scratch on each init:restart, so that
...
you can't either wipe out Ace bindings for good, or have zombie bindings hanging around from edit to
edit.
2013-12-20 09:01:53 -08:00
elisee
fe99410127
Added Jade & Stylus highlighting
2013-12-18 18:26:47 +01:00
Thomas Wilburn
b1f6d95280
Broke saving via keyboard shortcut.
2013-12-16 17:21:22 -08:00
Thomas Wilburn
11028b9cd4
Change keys.json to match new syntax.
...
Completes #92 .
2013-12-16 14:54:11 -08:00
Thomas Wilburn
fd577ed1be
JSON error.
2013-12-16 14:28:25 -08:00
Thomas Wilburn
979596e1bd
Populate commands.json
...
Fixes #93
2013-12-16 14:25:00 -08:00
Thomas Wilburn
3dcbbbed66
Add commands.json for #93
2013-12-16 08:51:56 -08:00
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
6331cfebdf
Added keyboard patch for funky Chromebook search key combos (now compatible with Crouton).
2013-12-13 08:25:10 -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
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
cb9e12f8de
Change default for update prompts, since it's unreliable.
2013-11-21 10:19:56 -08:00
Thomas Wilburn
9480783353
Add ability to change font size on thefly
2013-11-19 08:20:05 -08:00
Thomas Wilburn
7813c883ae
Added Son of Obsidian theme (thanks Luciano)
...
Also switched back to un-minified Ace for debugging.
2013-11-12 10:10:47 -08:00
Thomas Wilburn
e4816f81f3
Added Haskell support. Fixes #67 .
2013-11-09 09:53:51 -08:00
Thomas Wilburn
e6ccbdaac6
Somewhere we lost the point of retainFocus in menus.
2013-11-08 16:32:11 -08:00
Thomas Wilburn
2bcae77be4
Add .caret-project as a JSON file type
2013-11-07 17:04:17 -08:00
Thomas Wilburn
631b02d724
Add ability to check for updates at any time.
2013-11-06 12:18:50 -08:00
Thomas Wilburn
3d824a9c4a
Cleared up project file editing flow.
2013-11-06 12:02:20 -08:00
Thomas Wilburn
c0f37afd43
Fixed directory triangle display, added menu divider.
2013-11-06 09:55:11 -08:00
Thomas Wilburn
7b060a3512
Added clearing project support
2013-11-05 18:52:00 -08:00
Thomas Wilburn
5f39f89bbd
Working project file restore, but with some issues on switching to retained files
2013-11-05 18:46:16 -08:00
Thomas Wilburn
32c94db775
Added class sugar to dom2.js
2013-11-04 08:41:22 -08:00
Thomas Wilburn
dcd329e174
Project menu update
2013-11-03 17:17:28 -08:00
Thomas Wilburn
6e452273ba
Adding project styles, menu
2013-11-03 16:28:17 -08:00
Thomas Wilburn
9da0f96696
Filter menus/palette based on Chrome major version.
2013-11-01 16:24:57 -07:00
Thomas Wilburn
bbd1e6528b
Add a list of theme names
...
Note: we should really just also translate the theme if people write it
in English, we have that data.
2013-10-30 09:34:32 -07:00