mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Clear paren pair list on new statement
This commit is contained in:
parent
743a8da08b
commit
1a44732189
1 changed files with 5 additions and 1 deletions
|
@ -2987,7 +2987,11 @@ namespace IDE.ui
|
|||
}
|
||||
}
|
||||
else
|
||||
CursorToLineEnd();
|
||||
{
|
||||
// Assume this means we're at the end of a statement, or at least we're not pulling along any other closing parens
|
||||
mCurParenPairIdSet.Clear();
|
||||
CursorToLineEnd();
|
||||
}
|
||||
}
|
||||
|
||||
if ((mAutoComplete != null) && (mAutoComplete.mInvokeWidget != null))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue