MODIFIYING CONDITIONS INSIDE IF STATEMENT: CLOSING ROUND BRACKETS MIGHT GET LOST

To reproduce: run the sample "Winforms\CodeEditor\Syntax Parsing\Visual Basic .NET". In the "Main" method, add an IF statement like this:
if (1 > 0) then
end if
Now move directly after the "0" char and type SPACE + "or" (code completion popup is shown). Press SPACE again => now the closing round bracket is deleted.
Would be great if this could be changed.
Best regards
Wolfgang
Hi Wolfgang,
Thank you for the bug report.
I'm uploading fixed dll:
http://www.alternetsoft.com/projects/Alternet.Syntax.Parsers.Roslyn.zip
Please try it and let me know whether it works fine.
regards,
Andrew
Thanks a lot.
Unfortunately, I did not manage to compile your sample app with the new DLL. So I will wait for the next release to verify the fix.
Wolfgang
Hi Wolfgang,
I have sent you fixed dlls via email.
regards,
Andrew
Works great now. Many thanks!
Wolfgang