Wrong autocompletion list with array parameters

SyntaxEditor .NET Languages Add-on for Windows Forms Forum

Posted 17 years ago by Edward
Version: 4.0.0248
Environment: Windows XP (32-bit)
Avatar
Hi,

I know there are many bug reports about arrays, but I'm not sure this one has been noticed.
public void Test(byte a)
        {
        }
        
        public void Test(byte[] b)
        {
        }
The completion list contains two Test(Byte) and our users are very confused.
We are looking forward to a fix for this issue.

Thank you for your support.

Edward

[Modified at 04/23/2007 09:39 AM]

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
I'm only seeing one Test(Byte) in the IntelliPrompt member list. Or do you mean in the member drop-down combobox? If you mean in the member drop-down combobox, then that would be related to the array bug since the parameter is being interpreted as a byte and not a byte[].


Actipro Software Support

Posted 17 years ago by Edward
Avatar
Yes, I can see two Test(Byte) in the drop-down combobox but only one in the IntelliPrompt member list.
So this is not a new bug report.

Thank you

Edward
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.