Commit graph

744 commits

Author SHA1 Message Date
misfo
cd00ddb812 vim o command 2011-06-01 20:46:01 -05:00
c-spencer
a78ceb6daf Fixes for #275 2011-05-31 12:19:21 +01: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
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
8e728d9d87 fix svg mode. fix #274 2011-05-30 07:48:21 +00:00
Fabian Jakobs
5718f2dc5f Merge pull request #274 from fivesixty/mode-transform
Mode Behaviours
2011-05-30 00:33:53 -07: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
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
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
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
c87f10e6d9 Add a vertical line on the gutter to indicate wrapped lines 2011-05-23 19:42:11 +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
Julian Viereck
3f78f87f6e Add missing return to Editor.getTheme(). 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
Julian Viereck
811ba3ee11 Update the activeLine on fold changes. 2011-05-23 17:12:25 +02:00
c-spencer
1319c478bb Assume no state change from previously known state in bgTokenizer (#256) 2011-05-23 11:31:36 +01:00
c-spencer
2351e37230 Merge branch 'master' into mode-transform 2011-05-23 10:58:20 +01:00
c-spencer
53fb2a3562 Merge remote branch 'upstream/master' 2011-05-23 10:50:21 +01:00
Fabian Jakobs
abd3ee2d54 remove debug message 2011-05-23 08:57:48 +00:00
Fabian Jakobs
17c1d1b1ae Merge pull request #257 from fivesixty/master
Fixes for #240/#249 and #255
2011-05-23 01:51:45 -07:00
Fabian Jakobs
0e4993f015 fix tokenizer caching. Fixes #256 2011-05-23 08:45:33 +00:00
c-spencer
bc45a88928 Make behavioural actions easily extensible 2011-05-22 15:27:09 +01:00