LucaMs Expert Licensed User Longtime User Dec 21, 2014 #1 Currently the intellisense uses StartsWith to move to a property/method when you start typing keys. If it were possible, I would prefer that it would use Contains. Better yet, the text typed may act as a filter. If necessary, I will try to explain and explain the reason Thanks
Currently the intellisense uses StartsWith to move to a property/method when you start typing keys. If it were possible, I would prefer that it would use Contains. Better yet, the text typed may act as a filter. If necessary, I will try to explain and explain the reason Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 22, 2014 #2 The reason is clear. It should work the same was as the libraries filter works. First the prefix items and then the other items that contain the term.
The reason is clear. It should work the same was as the libraries filter works. First the prefix items and then the other items that contain the term.