Posted 15 years ago by Alexnado Santos
Version: 4.0.0280
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
Avatar
public partial class Class1
{
public int ABC;
}

partial class Class1
{
public void Test()
{
// intelisense here does not show "ABC" property.
}
}

Comments (5)

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

That is a known issue. Partial class IntelliPrompt currently doesn't work when the partial classes are in the same file. It's on the TODO list to fix that.


Actipro Software Support

Posted 15 years ago by Alexnaldo Santos
Avatar
Do you have a date for fix it ?
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Alexnaldo,

Sorry not at this time. It's prioritized with a lot of other item for our products. If this is something you need immediately then you can always contract us to complete it. When you do that, we'll make it extremely high priority and will get it done fast.

See this link for more details:
http://www.actiprosoftware.com/Purchase/ConsultingServices.aspx


Actipro Software Support

Posted 15 years ago by Alexnaldo Santos
Avatar
You said that partial class works for two files. How I can add reference to a source code file ?
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Alexnaldo,

This sample is in the DotNetReflectionForm QuickStart:
dotNetProjectResolver.SourceProjectContent.LoadForFile(cSharpLanguage, Program.ProjectPath + @"ColorButton.cs");
Also there is a LoadForCode method where it can load direct from a string instead.


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.