Thomas Wilburn
ce059f4b92
Updated Ace to 1.1.9
2015-05-15 22:37:29 -07:00
Thomas Wilburn
02f393fee4
Fix #387
...
Bad conditional meant that "user cancelled" errors weren't returning
early like they should have.
2015-05-02 15:30:15 -07:00
Thomas Wilburn
34f2d059ba
Merge pull request #385 from blitzrk/master
...
Enabled JSX support
2015-04-27 21:43:20 -07:00
Ben Krieger
07812fdc97
Updated manifest to register app for .jsx files
2015-04-27 22:26:01 -06:00
Ben Krieger
e3cbf65b03
Enabled JSX support
2015-04-27 20:32:58 -06:00
Thomas Wilburn
188dc068d8
Fixes #379
2015-04-19 19:45:31 -07:00
Thomas Wilburn
abedf179d5
Manifest update
2015-04-18 16:36:49 -07:00
Thomas Wilburn
900d877f20
No more [object Object] dialogs
2015-04-17 17:20:54 -07:00
Thomas Wilburn
51d1946d94
Adds a "no updates" message if checking and nothing is found.
...
Fixes #368
2015-04-11 19:22:40 -07:00
Thomas Wilburn
6a3ac154f1
Prefix comma-separated styles with .ace-caret
...
Fixes #376
2015-04-11 19:11:42 -07:00
Thomas Wilburn
f45c5e8970
Added Gherkin, Tcl, and Asciidoc to menus
2015-04-11 08:42:54 -07:00
Thomas Wilburn
6bbd5a3331
Merge branch 'master' of github.com:thomaswilburn/Caret
2015-04-11 08:35:23 -07:00
Thomas Wilburn
4efab7e1dc
Merge pull request #365 from grit96/master
...
Fix #364 - autosave only saves changed tabs
2015-03-31 07:14:23 -07:00
Geraint White
1ff333f1f1
Fix #364 - autosave only saves changed tabs
2015-03-31 15:06:32 +01:00
Thomas Wilburn
24b5f157ab
Fix missing dialog dependency in tab saving
2015-03-22 15:10:57 -07:00
Thomas Wilburn
c57fcf8c3d
Merge pull request #356 from harbichidian/patch-1
...
Add the "disableTabRestore" option to user prefs
2015-03-19 15:14:19 -07:00
Josh Baker
354e0f7af4
Add the "disableTabRestore" option to user prefs
2015-03-19 17:29:50 -04:00
Thomas Wilburn
ce955db5c2
Make sure to copy templates that aren't HTML.
2015-03-18 22:16:39 -07:00
Thomas Wilburn
28f1c1e167
Add menu items for theme
2015-03-18 20:51:54 -07:00
Thomas Wilburn
d1dbe9de83
Add ability to define custom themes.
...
Fixes #352
2015-03-18 20:41:38 -07:00
Thomas Wilburn
de928b1c2c
Add CTP to HTML types
...
Fixes #354
2015-03-17 16:02:38 -07:00
Thomas Wilburn
a037dbe0fd
Add option to disable live reload
...
Fixes #344 (and hopefully silences a lot of support requests)
2015-03-17 15:58:58 -07:00
Thomas Wilburn
83416cd0bf
Match menus to keys under new system
...
Tells the menu component to use the same keyboard handler as the keys.js
for the purpose of showing menu hints. Cleans up rebinding code
significantly. Fixes #350
2015-03-17 15:52:36 -07:00
Thomas Wilburn
398e42a4f1
Added .cmd to batchfile types
2015-03-14 09:16:01 -07:00
Thomas Wilburn
157bb66bd3
Merge pull request #349 from gabrielso/master
...
Translating pt-BR
2015-03-14 09:05:46 -07:00
Gabriel Oliveira
dfc9f684ee
Adding pt_BR translation and instructions on how to contribute (translate and test)
2015-03-14 13:21:22 +01:00
Thomas Wilburn
6a0a94f0cf
Merge pull request #342 from mneudert/ace-modes
...
activate missing ace syntax modes
2015-02-27 07:28:28 -08: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
26f8c5dfdd
Cleanup on API messages
2015-02-21 14:27:05 -08:00
Thomas Wilburn
4f95b60784
Ace handles keybindings a little differently now
2015-02-21 14:26:47 -08:00
Thomas Wilburn
d180d18b27
Merge pull request #339 from pigeontech/master
...
Both "message" and "context" working.
2015-02-21 13:41:42 -08:00
Scott Pigeon
db6d0d7af2
Merge remote-tracking branch 'upstream/master'
2015-02-21 15:59:25 -05:00
Scott Pigeon
3631836814
fixed api context object
2015-02-21 15:51:16 -05:00
Thomas Wilburn
9841626ee9
Merge pull request #338 from pigeontech/master
...
Changed message object
2015-02-21 09:54:50 -08:00
Scott Pigeon
1506c74b57
Changed message object
2015-02-21 11:23:33 -05: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
Thomas Wilburn
4f7127f8e5
Merge pull request #333 from page7/master
...
Update translation.
2015-01-28 06:30:51 -08:00
page7
15f92f5877
Update translation.
2015-01-28 22:01:56 +08:00
Thomas Wilburn
9b6e361723
Merge pull request #332 from page7/master
...
add translation for zh-cn
2015-01-27 09:04:28 -08:00
page7
46642624f7
add translation for zh-cn
2015-01-28 00:34:24 +08:00
Thomas Wilburn
3c0d238acd
Merge pull request #331 from pdebelak/ctrl-d_change
...
Set Ctrl-D to act more like Sublime Text where it will select the curren...
2015-01-20 11:01:19 -08:00
pdebelak
984ee5bd2f
Set Ctrl-D to act more like Sublime Text where it will select the current word if none is selected or select the next matching selection if a selection exists
2015-01-20 12:14:57 -06:00
Thomas Wilburn
df8a35a155
Merge pull request #324 from rcarmo/patch-1
...
Enable Clojure syntax
2014-12-30 14:48:07 +00:00
Rui Carmo
25085832eb
Update manifest.json
2014-12-30 14:23:43 +00:00
Rui Carmo
5baa7e0acd
Enable Clojure syntax
2014-12-30 11:40:50 +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
a33637a2dc
Fix a bug with the static
keyword if experimental JS is enabled
2014-12-02 14:13:16 -08:00
Thomas Wilburn
d641831277
Fixed a bug with a missing dialog string
2014-11-08 00:01:35 -08:00