Alexandru Vulpe
Results
2
issues of
Alexandru Vulpe
``` [Test, WillRaise(EJobNotAllowed)] procedure TestError; ``` Test passes, but when app closes FastMM4 reports memory leak. If using ` Assert.WillRaise(TestError, EJobNotAllowed) ` everthing is fine, no memory leaks.
Pull Request Invited
Type: Bug Hi, I have defined editor.wordSeparators for mvbasic extension. Double click selects the variable as expected. But Ctrl+click on a variable does not, for ex. in the following line...
help wanted