Commit graph

219 commits

Author SHA1 Message Date
nightwing
4d2afc9d1c fix ctrl-tab keybinding on firefox 2013-05-01 14:12:30 +04:00
nightwing
f7a17ac67d smaller demo file 2013-04-29 23:19:25 +04:00
nightwing
2f9a6e5ba7 update require and luaparse 2013-04-18 16:52:10 +04:00
nightwing
63551228ee update styling and clean up demos 2013-04-15 00:19:08 +04:00
nightwing
95f822c6d8 Merge branch modelist 2013-04-13 22:31:44 +04:00
nightwing
41e1f08dfe Merge remote-tracking branch 'remotes/origin/statusbar' 2013-04-13 22:30:24 +04:00
Matthew Kastor
8d0183f397 kitchen_sink & mode_creator using modelist extension
I refactored all requires to point at `ace/ext/modelist` deleted the
build directory and did a full rebuild. In both the kitchen sink and the
mode creator I was able to use the mode lists and see an immediate
reaction in the applications. I think it worked out. :D
2013-04-13 20:55:08 +04:00
nightwing
3c46895f8c cleanup 2013-04-13 20:37:47 +04:00
Matthew Kastor
d0d3ca2de8 kitchen sink using statusbar extension
I refactored the kitchen sink to use the statusbar extension, deleted
the build directory, did a full rebuild and it works. :D
2013-04-13 19:50:04 +04:00
nightwing
859d5c8cd9 Merge pull request #1365 from wcandillon/master
Add JSONiq mode
2013-04-13 18:11:41 +04:00
William Candillon
e099044630 Add JSONiq mode. 2013-04-13 18:10:01 +04:00
Nicolas Guillaumin
258d00dcff Added .properties files mode 2013-04-13 10:05:39 +10:00
Ryan Griffith
31aede445d Added velocity mode and sample doc to demo 2013-04-05 14:45:22 -04:00
nightwing
28943dcf1d snippetManager should be lowercase 2013-04-04 22:59:06 +04:00
nightwing
55af92676f add emmet extension 2013-03-30 18:12:52 +04:00
Lennart Kats
dd5c9954db Merge pull request #1192 from ajaxorg/tmSnippets
Add support for TextMate snippets
2013-03-25 11:41:05 -07:00
nightwing
9d4faf8911 Merge pull request #1293
Incremental search
2013-03-23 16:21:35 +04:00
h3rb
3637c8d87b Update doclist.js
Modified name of file
2013-03-23 15:23:59 +04:00
h3rb
84f167b828 Create tinymush.mc
Example MUSHcode
2013-03-23 15:23:58 +04:00
h3rb
cb3abb8257 Update doclist.js
Added to docs as per ace docs for TinyMUSH code hilighter
2013-03-23 15:23:58 +04:00
h3rb
69ea968649 Update modelist.js
Added MUSHCode to ModeList in Kitchensink
2013-03-23 15:23:58 +04:00
h3rb
7efe8c933b Update modelist.js
Included MUSHcode in Mode List
2013-03-23 15:22:57 +04:00
nightwing
f9ed205557 add a way to unregister snippets 2013-03-20 02:38:57 +04:00
nightwing
19ea0fe979 add snippet editor to the demo 2013-03-19 18:41:41 +04:00
nightwing
d97de5c149 use delayedCall instead of setTimeout 2013-03-18 21:54:39 +04:00
nightwing
47ba638f4b fix formatstrings 2013-03-18 10:07:21 +04:00
nightwing
3d43f42f8a more work on snippet manager 2013-03-17 21:03:15 +04:00
nightwing
b8eb5a1fec add support for TextMate snippets 2013-03-17 21:03:14 +04:00
nightwing
84b130acdb add whitespace addon 2013-03-17 19:51:20 +04:00
Robert Krahn
5cc2c50ebb [incremental search] emacs uses isearch by default 2013-03-17 04:43:34 -07:00
Robert Krahn
8a62ad8be0 [incremental search] extending kitchen sink to use isearch 2013-03-17 04:43:33 -07:00
Robert Krahn
3e6a036995 [incremental search] adding basic functionality 2013-03-17 04:43:31 -07:00
Ruben Daniels
b5a5d327de Merge pull request #1244 from ajaxorg/cmdLine
VIM mode. Fix count handling for dd yy p P
2013-03-15 10:17:01 -07:00
Ruben Daniels
d75b97c108 Merge pull request #1291 from ajaxorg/worker
Add lua worker and update require.js, csshint
2013-03-15 10:01:49 -07:00
nightwing
fd2191e76e rename LogicQL->LogiQL 2013-03-12 19:43:16 +04:00
Lennart Kats
f16d0dc1d3 Merge pull request #1298 from ajaxorg/highlighting/logicblox
Highlighting logicblox and some cleanup
2013-03-12 08:31:27 -07:00
nightwing
6d7e9e263d add demo for livescript 2013-03-12 16:44:53 +04:00
nightwing
35c239d280 rename LogicBlox to LogicQL 2013-03-12 13:24:32 +04:00
nightwing
91b42b43d3 update require.js and fix toUrl call 2013-03-10 17:36:12 +04:00
Nicolas Guillaumin
81e8a582a4 Added mode for FreeMarker Java template engine 2013-03-10 17:06:13 +11:00
nightwing
8634f2661d update emacs mode 2013-03-09 18:55:01 +04:00
nightwing
5d6bc3a75d add highlighting and folding for POD documentation 2013-03-06 20:33:40 +04:00
nightwing
2fc8ffcc38 add highlighting for LogicBlox 2013-03-06 20:33:40 +04:00
Harutyun Amirjanyan
ad1e74017b Merge pull request #1254 from nemurimasu/master
LSL support
2013-02-25 09:53:57 -08:00
Garen Torikian
45f19c76b8 Add CSON as permitted type 2013-02-24 23:35:33 -08:00
Garen Torikian
f2e523b0b4 Initial addition of toml files 2013-02-24 12:46:32 -08:00
nightwing
f2d6d7d6c9 Merge pull request #1237 from danyaPostfactum/miscfixes
classList usage in dom.{add|remove|toggle}CssClass + minor changes
2013-02-22 18:40:50 +04:00
nightwing
e6fd9dc977 move elastic_tabstops into ext to automatically include in build 2013-02-22 16:39:45 +04:00
nightwing
04f06ebefe use config defineOptions 2013-02-22 16:17:30 +04:00
Garen Torikian
3d0f30c36d Start addressing comments 2013-02-22 16:17:30 +04:00