Fabian Jakobs
aaa7abe505
Merge remote-tracking branch 'jpallen/latex_highlighting' into gh-pages
...
Conflicts:
demo/demo.js
kitchen-sink.html
2011-09-06 14:31:23 +02:00
Lee Gao
0a58b58d1f
Added lua into the kitchen sink demo.
2011-08-18 18:33:37 -04:00
Fabian Jakobs
6c3894d851
add markdown mode by Chris Spencer
2011-08-18 17:05:32 +02:00
Fabian Jakobs
56f6ce2f26
fix build
2011-08-18 13:56:00 +02:00
Fabian Jakobs
0c956185e3
outdent python after 'pass', 'raise', 'return', 'break' and 'continue'
...
fix #382
2011-08-18 13:04:54 +02:00
Fabian Jakobs
5e41503243
Provide our own version of AMD text plugin
...
#fix 374
2011-08-18 09:56:55 +02:00
Fabian Jakobs
426259dc2f
move demo documents into separate files
2011-08-16 13:37:50 +02:00
Fabian Jakobs
8ee1ffab20
remove cli
2011-08-16 12:16:39 +02:00
Fabian Jakobs
6abddb1746
remove implicit global
2011-08-15 12:22:05 +02:00
James Allen
7ab31f2f87
Add LaTeX highlighting
...
Added a new highlighting mode from LaTeX which understands
commands, inline math and comments. It's a very simple parser, but
it doesn't understand comments inside inline math and it doesn't
do anything complicated with command arguments.
2011-08-11 01:21:35 +01:00
Fabian Jakobs
63785dc92f
package kitchen sink demo and include it in the build
2011-08-03 16:47:43 +02:00
Fabian Jakobs
930c995c64
make boot dryice friendly
2011-08-03 16:47:00 +02:00
Fabian Jakobs
afa8bb9698
fix Regression: cannot disable editor commands with canon.removeCommand()
...
fix #294
2011-08-02 14:39:20 +02:00
nightwing
77db0be7f8
add behaviours to demo and fix exceptions in cstyle behaviours
2011-07-29 11:07:54 +02:00
Fabian Jakobs
b28fb5cabc
make Ace compatible with requireJS 0.25.0. This
...
expects a "data-main" to be present. fix #345
2011-07-25 14:13:46 +02:00
Fabian Jakobs
44b8d656f2
make addFold arguments less flexible and do some
...
cleanups in the folding code
2011-07-25 12:00:19 +02:00
Fabian Jakobs
aef91c2d31
merge julians's key handler changes
2011-07-15 08:50:13 +00:00
btilford
47b8fdef17
Fixed demo config issues for groovy/scala highlighting
2011-06-24 21:34:57 -06:00
btilford
a81b0a6f49
Groovy / Scala highlighting
2011-06-24 21:24:32 -06:00
Fabian Jakobs
2d64cb7547
add separate mode for json
2011-06-21 08:43:13 +00:00
Julian Viereck
874349515f
Make keyboard infrastructure route keys like []^$ the right way.
2011-06-15 21:07:18 +02:00
Fabian Jakobs
841e0e407a
add clojure to the demo list
2011-06-08 13:01:14 +00:00
Andreas Madsen
ec61fe5b0f
Added SCSS (SASS) syntax highlighting
2011-06-07 11:12:05 +02:00
Fabian Jakobs
13d88cbc9e
Merge pull request #268 from jviereck/split
...
Implementing split views, closes issue #35
2011-05-27 00:48:05 -07:00
Julian Viereck
50aac69d56
Fold on selection - dont expand in the demo. Otherwise it's hard to test nested folding
2011-05-23 19:42:11 +02:00
Julian Viereck
6cc2453f8b
Demo: Fold comments if the cursor is inside of a comment block
2011-05-23 19:39:20 +02:00
Julian Viereck
ffeda1ae05
Add setFontSize on Split
2011-05-23 17:14:30 +02:00
Julian Viereck
cb6a93a8ce
Add storing second session back again
2011-05-23 17:14:30 +02:00
Julian Viereck
4f06e21070
Reuse the editor instance in Split. Don't like that, but as the Editor is not destroyed completly, this is the base thing to do at the moment in case of memoery usage
2011-05-23 17:14:29 +02:00
Julian Viereck
87003ac4ed
Reuse former session of second split. Add destroy function that stops some timeouts.
2011-05-23 17:14:29 +02:00
Julian Viereck
55328f3690
Add oriantation to Split and demo option
2011-05-23 17:14:29 +02:00
Julian Viereck
c38ddf3245
More work on Split. Update the demo UI on changes
2011-05-23 17:14:29 +02:00
Julian Viereck
0ddbfa66ef
First pass of split implementation
2011-05-23 17:14:29 +02:00
Fabian Jakobs
98bd0eeb51
Merge branch 'master' of github.com:ajaxorg/ace
2011-05-18 10:47:34 +02:00
Fabian Jakobs
3b64acbd17
bring back improved fold function
2011-05-18 10:47:16 +02:00
Julian Viereck
55e0f8ceff
Fix calculation of EditSession.getScreenLength.
2011-05-17 20:19:26 +02:00
Julian Viereck
56619e516b
Add 20px more width to the editor/cli
2011-05-17 20:09:13 +02:00
Fabian Jakobs
6e2e81d8b5
fix cli resizing in ff
2011-05-16 15:07:06 +00:00
Fabian Jakobs
0c1245091e
some CSS tweaks in the demo
2011-05-16 14:30:27 +00:00
Fabian Jakobs
6b8028fed1
update packaged ace
2011-05-16 13:43:39 +00:00
Fabian Jakobs
ec986e2f28
Merge pull request #243 from nightwing/pullreq
...
fixed several annoying bugs
2011-05-16 06:09:07 -07:00
Fabian Jakobs
a776966da3
fix left column layout
2011-05-16 12:39:57 +00:00
Julian Viereck
71364a8497
Move options from the top to the left side in the demo.
2011-05-15 13:44:36 +02:00
nightwing
67393faabf
better folding example in demo
2011-05-11 10:54:42 +05:00
Fabian Jakobs
71e669fcb6
Merge remote-tracking branch 'sergi/master'
...
Conflicts:
index.html
2011-04-29 16:18:34 +02:00
Fabian Jakobs
16ba002356
move fold example to the java mode
2011-04-29 15:26:23 +02:00
Sergi Mansilla
60f8f1b6a2
Implemented OCaml mode for Ace
2011-04-29 15:16:04 +02:00
Julian Viereck
af13eb544b
Use a rowCache that does auto chaing every 1000 lines
2011-04-29 14:44:36 +02:00
Julian Viereck
a3496dfad1
Use a cache to speed up doc->screen and screen->doc mapping on very long document.
2011-04-29 13:38:59 +02:00
Julian Viereck
2c9e4f7476
Doing some small tiedy up. Unstructured Code Folding should be done.
2011-04-28 21:41:02 +02:00