4.0: support for partial classes

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Matthias Hess
Avatar
I tried the following in the Demo App of the latest Beta for SE 4.0:

On the ".NET Language Reflection with external References" Demo Form, I wrote the following code on the first tabpage:

// BaseControl.cs
public partial class ARC
{
public int i;
}

I wrote the following code on the second tabpage:

// InheritedControl.cs
public partial class ARC
{
public void Test()
{
// try to invoke IntelliSense HERE
}
}

When I invoke IntelliSense on the second tabpage, I expected to see the "i" Member in the Member List.

Might this be a bug, or am I missing something ?

Kind Regards
Matthias

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Matthias,

That's a known issue that we still need to fix before the final release. Thanks for the bug report though!


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.