type_over for combined_editor;

keyword compatability disabled for new file versions

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@278 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-04-21 19:07:12 +00:00
parent 454605bb5d
commit c1471e2e39
3 changed files with 30 additions and 43 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ void TextValueEditor::replaceSelection(const String& replacement, const String&
} else {
selection_end_i = selection_start_i = min(selection_end_i, selection_start_i) + replacement.size();
}
fixSelection(TYPE_INDEX, MOVE_MID);
fixSelection(TYPE_INDEX, MOVE_RIGHT);
// scroll with next update
scroll_with_cursor = true;
}