Thanks :) BTW: how does the speed search get the text of the entries? Is it calling toString()? Or does it use JList.getNextMatch()?
Ummhh, and would it possible for the speed search to compute some common prefix. Eq. if all entries are starting with "get" then this prefix could be the default value for starting the search.
Thanks :) BTW: how does the speed search get the text of the entries? Is it calling toString()? Or does it use JList.getNextMatch()? Ummhh, and would it possible for the speed search to compute some common prefix. Eq. if all entries are starting with "get" then this prefix could be the default value for starting the search.
Maxim Shafirov schrieb:
>> Fixed. >> -
>> Maxim Shafirov >> http://www.jetbrains.com >> "Develop with pleasure!" >>> I found UIHelper.installTreeSpeedSearch() but there is no related >>> installListSpeedSearch(). >>>
Fixed.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Thanks :)
BTW: how does the speed search get the text of the entries?
Is it calling toString()? Or does it use JList.getNextMatch()?
Ummhh, and would it possible for the speed search to compute some common
prefix. Eq. if all entries are starting with "get" then this prefix
could be the default value for starting the search.
Maxim Shafirov schrieb:
>> I found UIHelper.installTreeSpeedSearch() but there is no related
>> installListSpeedSearch().
>>
One uses toString() indeed.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
>> Fixed.
>> -
>> Maxim Shafirov
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> I found UIHelper.installTreeSpeedSearch() but there is no related
>>> installListSpeedSearch().
>>>