Wrong autocompletion list with unsafe 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,

When I write an unsafe code like this
public void Function(byte a)
{
}
        
public unsafe void Function(byte* b)
{
}
I get two Function(Byte) in the autocompletion list and none like Function(Byte*).

Is this a well known issue?

I apologize for solliciting your support again.

Kind regards,

Edward

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
It looks like the same issue with arrays is what is happening with the pointers. We'll try and get the pointer issue fixed along with the arrays.


Actipro Software Support

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
This should now be fixed for the next maintenance release, along with all the array issues (other than generic-typed arrays).


Actipro Software Support

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.