Posted 20 years ago
by Erik Pepping
-
RADVenture B.V
When using the IntelliPromptMemberListItem constructor:
public
<mk:@MSITStore:C:\Program%20Files\Actipro%20Software\SyntaxEditor\v3.0.0
177\Documentation.chm::/ActiproSoftware.SyntaxEditor.IntelliPromptMember
ListItem.IntelliPromptMemberListItem-Constructor-Overload5.htm>
IntelliPromptMemberListItem(string text, int imageIndex, string
description, string autoCompletePreText, string autoCompletePostText,
object tag);
the added items behave differently in the memberlist. I could also
reproduce this in the example application by adding the two lines below:
memberList.Add(new
IntelliPromptMemberListItem("ItemAddedWithFiveParameterConstructor", 22,
"ItemAddedWithFiveParameterConstructor", null,
"ItemAddedWithFiveParameterConstructor",
"ItemAddedWithFiveParameterConstructor"));
memberList.Add(new
IntelliPromptMemberListItem("AnotherItemAddedWithThreeParameterConstruct
or", 22, "AnotherItemAddedWithThreeParameterConstructor"));
When the Memberlist is shown and select
ItemAddedWithFiveParameterConstructor with the cursor keys or by typing
and then press dot ".", you will notice that nothing happens. While the
AnotherItemAddedWithThreeParameterConstructor behaves as expected.
Perhaps I'm using the constructor in a wrong way?
Met vriendelijke groet,
public
<mk:@MSITStore:C:\Program%20Files\Actipro%20Software\SyntaxEditor\v3.0.0
177\Documentation.chm::/ActiproSoftware.SyntaxEditor.IntelliPromptMember
ListItem.IntelliPromptMemberListItem-Constructor-Overload5.htm>
IntelliPromptMemberListItem(string text, int imageIndex, string
description, string autoCompletePreText, string autoCompletePostText,
object tag);
the added items behave differently in the memberlist. I could also
reproduce this in the example application by adding the two lines below:
memberList.Add(new
IntelliPromptMemberListItem("ItemAddedWithFiveParameterConstructor", 22,
"ItemAddedWithFiveParameterConstructor", null,
"ItemAddedWithFiveParameterConstructor",
"ItemAddedWithFiveParameterConstructor"));
memberList.Add(new
IntelliPromptMemberListItem("AnotherItemAddedWithThreeParameterConstruct
or", 22, "AnotherItemAddedWithThreeParameterConstructor"));
When the Memberlist is shown and select
ItemAddedWithFiveParameterConstructor with the cursor keys or by typing
and then press dot ".", you will notice that nothing happens. While the
AnotherItemAddedWithThreeParameterConstructor behaves as expected.
Perhaps I'm using the constructor in a wrong way?
Met vriendelijke groet,