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
Fabian Jakobs
0a00b8aea6
Merge remote branch 'jviereck/kb'
...
Conflicts:
lib/ace/keyboard/keybinding/default_mac.js
lib/ace/keyboard/keybinding/default_win.js
support/pilot
2011-03-07 20:00:51 +01:00
Fabian Jakobs
493373f564
Add svg mode with support for embedded JavaScript
2011-03-07 19:55:24 +01:00
Fabian Jakobs
7a607ba621
fix demo for the textile mode
2011-02-23 13:59:19 +01:00
Rob Conery
b1737bcfe2
Added CSharp language thinger
2011-02-21 12:31:14 -10:00
Julian Viereck
c428908211
Add examples for new command.bindKey to demo.js, update Pilot & Cockpit
2011-02-20 17:13:15 +01:00
Fabian Jakobs
e89045d9bb
fix demo
2011-02-17 11:15:06 +01:00
Joe Cheng
9e162f91b9
Add "Persistent Horizontal Scroll" setting to editor demo
2011-02-17 17:46:20 +08:00
Panagiotis Astithas
2d1dda867a
Add a Perl syntax highlighting mode.
2011-02-15 21:06:01 +08:00
Mihai Sucan
be0d9a2be7
More fixes for issue 57.
...
- move the selection highlight code to the Text mode.
- store $selectionOccurrences in the editor session.
- add option to toggle selection highlighting. In demo page as well.
2011-02-14 20:43:54 +02:00
Fabian Jakobs
f3174a29b3
Revert "add anchor demo"
...
This reverts commit 5589c44225 .
Conflicts:
demo/demo.js
2011-02-11 11:59:26 +01:00
Fabian Jakobs
8683abd9af
Merge branch 'anchor'
2011-02-11 11:57:23 +01:00
Fabian Jakobs
44f2e923b4
cleanups
2011-02-11 11:34:35 +01:00
Joe Cheng
9226825600
Remove redundant setWrapLimit method
2011-02-11 16:50:10 +08:00
Joe Cheng
c2cd67105d
Add free text wrapping with constraints
2011-02-11 16:50:10 +08:00
Fabian Jakobs
5589c44225
add anchor demo
2011-02-10 18:20:57 +01:00