This commit is contained in:
Fabian Jakobs 2012-01-23 14:50:24 +01:00
commit 8b82f01cce
7 changed files with 15 additions and 3 deletions

View file

@ -20620,7 +20620,10 @@ var Editor = function(renderer, session) {
this.onChangeMode();
this.$blockScrolling += 1;
this.onCursorChange();
this.$blockScrolling -= 1;
this.onScrollTopChange();
this.onScrollLeftChange();
this.onSelectionChange();

View file

@ -11,7 +11,7 @@
Ace
version 0.2.0
commit c52d1b203027b580564254c830a28dab4b8ad1b3
commit fe8a9d06812b800bf18615c254022444fb28f87b
-->

File diff suppressed because one or more lines are too long

View file

@ -2558,7 +2558,10 @@ var Editor = function(renderer, session) {
this.onChangeMode();
this.$blockScrolling += 1;
this.onCursorChange();
this.$blockScrolling -= 1;
this.onScrollTopChange();
this.onScrollLeftChange();
this.onSelectionChange();

View file

@ -2558,7 +2558,10 @@ var Editor = function(renderer, session) {
this.onChangeMode();
this.$blockScrolling += 1;
this.onCursorChange();
this.$blockScrolling -= 1;
this.onScrollTopChange();
this.onScrollLeftChange();
this.onSelectionChange();

File diff suppressed because one or more lines are too long

View file

@ -3124,7 +3124,10 @@ var Editor = function(renderer, session) {
this.onChangeMode();
this.$blockScrolling += 1;
this.onCursorChange();
this.$blockScrolling -= 1;
this.onScrollTopChange();
this.onScrollLeftChange();
this.onSelectionChange();