Commit graph

203 commits

Author SHA1 Message Date
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
Julian Viereck
a385637b9e Add removing folds to undo queue. 2011-04-28 21:41:02 +02:00
Julian Viereck
f695c253f5 Add sub folding feature. addFold can take a Fold object now. 2011-04-28 21:40:37 +02:00
Julian Viereck
825cf26478 Final iteration of wrapMode + folding: Addind unit tests, fixing bugs. 2011-04-28 21:40:36 +02:00
Julian Viereck
1d9dbe6d3e Fix render misalignment. Looks good so far. 2011-04-28 21:40:36 +02:00
Julian Viereck
353c6a4f4a Fix bug in updateWrapData. Rendering still sometimes misaligned 2011-04-28 21:40:36 +02:00
Julian Viereck
155115035c Fix rendering bugs. Make SVG session default for testing. 2011-04-28 21:39:21 +02:00
Julian Viereck
dd121334a6 Add basic commands to fold/unfold sections using key shortcuts. 2011-04-28 21:39:20 +02:00
Julian Viereck
068e289f17 Get fold EditSession.screenToDocument working + unit tested 2011-04-28 21:39:18 +02:00
Julian Viereck
b8437cde60 Fix EditSession.getScreenLength due to FoldLine refactoring 2011-04-28 21:39:18 +02:00
Julian Viereck
a12f83c3d9 Fix bugs in FoldLine.addFold and simplify 2011-04-28 21:39:18 +02:00
Julian Viereck
aea1bc31ea Add fold documentToScreen unit tests and fixed some small bugs 2011-04-28 21:39:17 +02:00
Julian Viereck
6579a99530 Code folding text rendering took off! 2011-04-28 21:37:31 +02:00
Julian Viereck
e0d01ffa95 Refacored text rendering code a little bit. About to lift of code folding rendering. 2011-04-28 21:37:31 +02:00
Julian Viereck
c010348eae First iteration of code folding - not much working yet. 2011-04-28 21:37:31 +02:00
Fabian Jakobs
f275f4ade4 minor cleanup 2011-04-26 09:43:29 +02:00
Julian Viereck
63d7ba4439 Add 'softTab' option to demo 2011-03-19 14:14:06 +01:00