You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
adish
Posted - Nov 24 2016 : 05:28:01 AM Hi,
It would be very helpful if in the context search dropdown I could filter the names with wildcards, e.g. get everything matching `get*Stream(` to see getDataStream(, getFloatStream( ....
Thanks! Adi
2 L A T E S T R E P L I E S (Newest First)
adish
Posted - Nov 27 2016 : 01:33:02 AM Great, thanks :-)
accord
Posted - Nov 25 2016 : 09:51:30 AM What do you mean by context search dropdown? If you mean Method List (alt+M) you can use more advanced filtering, it just have a different syntax:
"get stream" with space includes everything with "get" and "stream" inside. ".get" includes everything that starts with "get". Hence ".get stream." gets everything that starts with "get" and ends with "stream". ".get -data" includes everything that starts with get and doesn't include data.