mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-28 12:35:59 +02:00
Fixed autocomplete for lambda param names
This commit is contained in:
parent
7dfb279e48
commit
6045137bce
4 changed files with 18 additions and 6 deletions
|
@ -5211,7 +5211,7 @@ namespace IDE.ui
|
|||
|
||||
public override void InsertText(int index, String text)
|
||||
{
|
||||
if (IDEApp.sApp.mSymbolReferenceHelper != null)
|
||||
if ((IDEApp.sApp.mSymbolReferenceHelper != null) && (mSourceViewPanel != null))
|
||||
IDEApp.sApp.mSymbolReferenceHelper.SourcePreInsertText(this, index, text);
|
||||
|
||||
for (var persistentTextPosition in PersistentTextPositions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue