IntelliPrompt for inherited protected members

SyntaxEditor .NET Languages Add-on for Windows Forms Forum

Posted 18 years ago by Nik Verkhovtseff
Version: 4.0.0240
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
Hi,

It seems like a bug. Quick Info and Member List are not displayed for inherited protected members.

What I did:

1. Start TestApplication, open SDI Editor.
2. Inside any method of TestClass (C# add-on), type next line:

CreateParams.Caption = "hi";
CreatedParams is inherited proptected property of Control class. I see a Quick Info and Member List for CreateParams - OK, but I see no Quick Info and Member List for CreateParams.Caption, though Caption is a public property of CreatedParams. This works fine in previous versions.


Thanks,
Nik

Comments (2)

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

Thanks for the bug report. In a recent build, we finally got protected member code working correctly in all scenarios however that change appears to have affected how child objects of protected members are resolved. I will add this to the TODO list to fix. Thanks!


Actipro Software Support

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
This bug is now fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v25.1.0) was released 20 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.