mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixit for expanding auto constructor
This commit is contained in:
parent
a23406d9dd
commit
b12ceeb625
9 changed files with 124 additions and 1 deletions
|
@ -4913,7 +4913,12 @@ namespace IDE.ui
|
|||
var autoComplete = new AutoComplete(mEditWidget);
|
||||
autoComplete.SetInfo(infoCopy);
|
||||
autoComplete.mAutoCompleteListWidget.mSelectIdx = fixitIdx;
|
||||
|
||||
UndoBatchStart undoBatchStart = new UndoBatchStart("autocomplete");
|
||||
mData.mUndoManager.Add(undoBatchStart);
|
||||
autoComplete.InsertSelection(0);
|
||||
mData.mUndoManager.Add(undoBatchStart.mBatchEnd);
|
||||
|
||||
autoComplete.Close();
|
||||
}
|
||||
~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue