Posted 17 years ago
by Erik Pepping
-
RADVenture B.V
Version: 4.0.0259
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Using CSharpSyntaxLanguage from AddOn.
I have configured the member list to be CaseSensitive:
editor.IntelliPrompt.MemberList.CaseSensitiveMatch = true;
Background: I have a class named "Region".
When declaring a new instance we type:
"Region region" --> while typing "region" it seems to work correctly for the first chars and then it seems to forget about the cases sensitivity and chooses "Region".
Therefore the end result is that when user types "space" it will select "Region" from the IntelliPrompt list which was not the desired behavior in this case.
Any ideas?
Note: I have some screenshots to explain what's happening if the description is not clear. Let me know if this is needed.
[Modified at 08/29/2007 03:06 AM]
I have configured the member list to be CaseSensitive:
editor.IntelliPrompt.MemberList.CaseSensitiveMatch = true;
Background: I have a class named "Region".
When declaring a new instance we type:
"Region region" --> while typing "region" it seems to work correctly for the first chars and then it seems to forget about the cases sensitivity and chooses "Region".
Therefore the end result is that when user types "space" it will select "Region" from the IntelliPrompt list which was not the desired behavior in this case.
Any ideas?
Note: I have some screenshots to explain what's happening if the description is not clear. Let me know if this is needed.
[Modified at 08/29/2007 03:06 AM]