the bug on the with statement became more serious

SyntaxEditor for Windows Forms Forum

Posted 2 years ago by hehui - manager, foxtable
Version: 22.1.1
Avatar

Hello.

I upgraded to V22. 1.1, the bug on the with statement became more serious. This is the test code:

Dim abcd As String = "1234"
With abcd
   .


Enter the "." on the third line, The program crashed.

Comments (5)

Posted 2 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

Thank you for reporting this.  It appears that the change for the other bug exposed another place in the code that wasn't setting some data correctly, causing this issue.  We've updated the code for that and have made a preview build with the change.  Can you write our support address, referencing this thread, and we will send you a link to test with on your end?


Actipro Software Support

Posted 2 years ago by hehui - manager, foxtable
Avatar

Hello,

I have sent you an email to ask for the download address of the preview version.

My email address is“ foxtable@qq.com"

Thank you for your quick response.

Posted 2 years ago by hehui - manager, foxtable
Avatar
Hello,
The  bug disappeared in this preview buid.
But a new bug was found. The test code is as follows:
 
Dim abcd As String = "1234"
With abcd
    With .Substring(2,3)
        Dim efg As String = .
    End With
End With
 
After enter "." on the fourth line , the content of the autocomplete list that appears is not the members of type string.
Answer - Posted 2 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

Thank you, we have improved this for the next maintenance release.  Write our support address if you'd like a preview build to try.


Actipro Software Support

Posted 2 years ago by hehui - manager, foxtable
Avatar

I downloaded the latest preview version. After testing, I found that the bug has disappeared. Thank you for your work.

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.