IntelliPromptMemberList: Case Insensitive Sorting

SyntaxEditor for Windows Forms Forum

Posted 17 years ago by Adam Dickinson
Version: 4.0.0239
Avatar
Question: Is it possible to have the sorting done by the IntelliPromptMemberList be case insensitive? Aside from turning off the auto-sort and doing it myself, that is.

It makes sense, at least to me, that if CaseSensitiveMatch is off, that sorting would also also case insensitive. But perhaps it should be a separate option.

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Adam,

I agree with you. The only issue here is that for optimization reasons, we are currently storing the member list items directly in the ListBox.Items collection and the IntelliPromptMemberList class just "wraps" that. The Microsoft ListBox control doesn't seem to have a way to indicate whether sorting is done with case insensitivity or not. Probably because it is simply wrapping the Win32 ListBox control. I didn't see a way to add an IComparer either. Any ideas on how to do a case insensitive sort in a ListBox?


Actipro Software Support

Posted 17 years ago by Adam Dickinson
Avatar
Nope, 'fraid not. My manual sort seems to be working well, so no worries.
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.