checkin for carpool for multiple seleciton/ime selection and api changes

git-svn-id: svn://10.0.0.236/trunk@39542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
1999-07-15 18:19:20 +00:00
parent f9575d1f61
commit 757f22388f
44 changed files with 427 additions and 390 deletions

View File

@@ -75,7 +75,7 @@ NS_IMETHODIMP SplitElementTxn::Do(void)
mEditor->GetSelection(getter_AddRefs(selection));
if (selection)
{
selection->Collapse(mNewLeftNode, mOffset);
selection->Collapse(mNewLeftNode, mOffset, SELECTION_NORMAL);
}
}
else {
@@ -112,7 +112,7 @@ NS_IMETHODIMP SplitElementTxn::Undo(void)
mEditor->GetSelection(getter_AddRefs(selection));
if (selection)
{
selection->Collapse(mExistingRightNode, mOffset);
selection->Collapse(mExistingRightNode, mOffset, SELECTION_NORMAL);
}
}
else {