Commit graph

1,593 commits

Author SHA1 Message Date
Fabian Jakobs
85346632eb Merge pull request #278 from fivesixty/master
Check for token in quote behaviour, change style tag state prefix to style (fixes #275)
2011-05-31 10:45:21 -07:00
c-spencer
a78ceb6daf Fixes for #275 2011-05-31 12:19:21 +01:00
Fabian Jakobs
63835b240d package 2011-05-31 08:56:52 +02:00
Fabian Jakobs
bc5476d5f8 pilot 2011-05-31 08:51:07 +02:00
Fabian Jakobs
acd7e92351 Merge pull request #277 from nightwing/cursor
when unfocused make cursor transparent instead of removing it
2011-05-30 23:46:41 -07:00
Fabian Jakobs
c2f05dd038 Revert "fix regression"
This reverts commit 5a98124d47.
2011-05-31 08:41:48 +02:00
nightwing
a1c2774a0d when unfocused make cursor transparent instead of removing it 2011-05-31 10:46:24 +05:00
Fabian Jakobs
2d45f9d5b5 update packaged ace 2011-05-30 11:38:23 +02:00
Fabian Jakobs
b04fa9fd9e remove line between gutter and editor 2011-05-30 11:33:03 +02:00
Fabian Jakobs
5a98124d47 fix regression 2011-05-30 11:32:52 +02:00
Fabian Jakobs
6068e039b2 update packaged ace 2011-05-30 11:32:44 +02:00
Fabian Jakobs
8e728d9d87 fix svg mode. fix #274 2011-05-30 07:48:21 +00:00
Fabian Jakobs
16cb148039 Merge branch 'master' of github.com:ajaxorg/ace 2011-05-30 09:34:11 +02:00
Fabian Jakobs
5718f2dc5f Merge pull request #274 from fivesixty/mode-transform
Mode Behaviours
2011-05-30 00:33:53 -07:00
Fabian Jakobs
8b8f513b5a Merge commit 'c437ebf' 2011-05-30 09:33:25 +02:00
Fabian Jakobs
c437ebf6fb pilot 2011-05-30 09:32:58 +02:00
c-spencer
ba1d192731 Small tidy 2011-05-27 13:51:40 +01:00
c-spencer
e153f53852 Move deepCopy into pilot/lang 2011-05-27 10:48:28 +01:00
c-spencer
5d1abb6bfc Remove hasOwnProperty style iteration 2011-05-27 10:29:11 +01:00
Fabian Jakobs
832707a82b update packaged ace 2011-05-27 10:52:07 +02:00
nightwing
8fc9dac030 same for the horizontal scrollbar 2011-05-27 10:01:54 +02:00
nightwing
64a55719b2 eliminate scrollbar jitter while typing at the bottom of screen 2011-05-27 10:01:27 +02:00
nightwing
6464a3852b do not call dom functions if possible 2011-05-27 10:00:24 +02:00
nightwing
baf69381ea allow ace_line divs to be sized automatically 2011-05-27 09:57:37 +02:00
nightwing
4787744645 faster documentToScreenPosition 2011-05-27 09:55:19 +02:00
nightwing
f86b91463e creating array for each call to getLine is too expensive
if getLines is modified it's better to override getLine too
2011-05-27 09:51:05 +02:00
Fabian Jakobs
75c73ece6e Merge pull request #272 from jviereck/fixes
Set DEBUG to false in state_handler.js again
2011-05-27 00:48:18 -07: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
Fabian Jakobs
a41092adff Merge pull request #270 from jviereck/folding
Add support for unfolding folds using the mouse. Add hints on the gutter for wrapped lines.
2011-05-27 00:46:05 -07:00
Fabian Jakobs
56b28d4ca7 Merge pull request #273 from jpallen/master
Small change to let Ace work with useWrapMode = true in Cloud9
2011-05-27 00:44:27 -07:00
c-spencer
97c4e880fe Escape from all js/css embedded inside html 2011-05-25 23:14:17 +01:00
c-spencer
58cf406fbd squash text highlighter console 2011-05-25 22:50:14 +01:00
c-spencer
c26f375d26 Add license to xml behaviour 2011-05-25 21:17:53 +01:00
c-spencer
0bad27ff92 Update modes to use new embed syntax 2011-05-25 20:58:45 +01:00
c-spencer
d9e7970d2a Improve string behaviour, start on Xml behaviours, disable behaviours by default 2011-05-25 16:56:40 +01:00
c-spencer
bbb4648ebe Merge remote branch 'upstream/master' into mode-transform 2011-05-25 16:02:17 +01:00
James Allen
d58ac71ad8 Use doc.getLength() to be compatible with ProxyDocument in Cloud9 2011-05-24 19:55:54 +01:00
Julian Viereck
6a7ed1e6b8 Set DEBUG to false in state_handler.js again 2011-05-24 18:56:29 +02:00
Fabian Jakobs
b17382fd17 update packaged ace 2011-05-24 17:16:58 +02:00
Fabian Jakobs
032009501c Merge pull request #271 from jviereck/fixes
Use compressed Ace version in bookmarklet build
2011-05-24 07:56:47 -07:00
Julian Viereck
f6a6726c4f Fix a bug in keyboard_state_handler such that the emacs keymapping is working again 2011-05-24 16:15:02 +02:00
Julian Viereck
e3f71e22c2 Use compressed Ace version in bookmarklet build 2011-05-24 15:16:40 +02:00
Julian Viereck
c87f10e6d9 Add a vertical line on the gutter to indicate wrapped lines 2011-05-23 19:42:11 +02: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
fe4465fe23 Select folds as the user clicks on it and expand them on double clicking 2011-05-23 19:39:10 +02:00
Fabian Jakobs
9e021d21d9 Merge pull request #269 from jviereck/activeline
Fixes the "active line" to be updated in some edge cases.
2011-05-23 08:32:17 -07:00
Julian Viereck
5af76c310c Call updateHighlightActiveLine in onSelectionChange instead to catch all edge cases. 2011-05-23 17:16:19 +02:00
Julian Viereck
f332e2b900 Fix handling of undo/redo stack in splits do the right thing. 2011-05-23 17:14:30 +02:00
Julian Viereck
ffeda1ae05 Add setFontSize on Split 2011-05-23 17:14:30 +02:00