Re: [PyCrust] FW: underscore kills command completion
Brought to you by:
pobrien
From: Robin D. <ro...@al...> - 2002-02-09 02:58:39
|
> > Alternate sorting orders could be options if anyone cares enough to > implement them, but sorting orders should always be consistent. > > One aspect that still isn't handled is that strings that differ only in > case should have a fixed ordering. As it is, I just consider it a limitation > that Scintilla does not support lists with items that differ only in case. If Scintilla had a set of flags that could be set that determined how to perform the search it would be cool. Perhaps a flag for binary (as it is now), linear_till_greater (assumes sorted, searches until list item is > search item), and linear_till_end (searches until item is found or end of list). With the last one it wont matter if the list order matches the comparrison order as long the list is not huge. -- Robin Dunn Software Craftsman ro...@Al... Java give you jitters? http://wxPython.org Relax with wxPython! |