[How To] SpeedSearchBase and Camel Case

Have implemented my speed search for a tree component by extending SpeedSearchBase. Everything works fine except of camel case lookup. Any idea what i can be doing wrong?
My retuned elements have toString() implemented and usually return values like "SOME_ELEMENT_NAME". The Camel Case in editor code completion is working for these kind of values.

0

请先登录再写评论。