Commit graph

684 commits

Author SHA1 Message Date
Thomas Wilburn
09ae51eab9 Start with on-demand rendering for projects
New-style nodes are responsible for their own rendering
2015-03-20 13:25:22 -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
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
007f141692 Merge pull request #312 from rysquash/patch-1
Added rkt,lsp, and lisp to lisp extentions
2014-10-15 08:00:05 -07:00
rysquash
326fa72712 Added rkt,lsp, and lisp to lisp extentions
Racket is technically different than lisp, but it would be great if lisp highlighting is used until there is a separate Racket highlighting.
2014-10-15 10:50:12 -04: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
b2aeff6af9 Merge pull request #307 from usaki/patch-1
Add Swedish localization.
2014-10-06 07:20:06 -07:00
Usaki
de44eae4ae swedish messages.json 2014-10-06 16:03:58 +02:00
Thomas Wilburn
86ec5e4f1c Removed xquery mode 2014-09-27 17:24:17 -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
6c3aa57276 Switch to reStructuredText for documentation. 2014-09-05 08:41:16 -07:00
Thomas Wilburn
18c3d78834 Update ES6 Promise shim (currently unused) 2014-09-04 15:35:16 -07:00