[TIP] Fast way to search, find and open methods

For those who are unknown with this great Servoy feature:
There’s a very handy trick to search for methods!

This is how it works:

  • Open Method Editor
  • Type CTRL-SHIFT-T
  • Type methodname (use * as wildcard string)

Double-click on the -found- method and it’ll open, too!

Just to remind y’all: Servoy rocks totally, folks 8) !

Hi Karel

I noticed that when entering a * as wildcard, I don’t get any result. Entering ** does deliver results. A bit strange I think, a bug?

Best regards, Robert

freecolours:
For those who are unknown with this great Servoy feature:
There’s a very handy trick to search for methods!

This is how it works:

  • Open Method Editor
  • Type CTRL-SHIFT-T
  • Type methodname (use * as wildcard string)

Double-click on the -found- method and it’ll open, too!

Just to remind y’all: Servoy rocks totally, folks 8) !

Robert Huber:
I noticed that when entering a * as wildcard, I don’t get any result. Entering ** does deliver results. A bit strange I think, a bug?

Hi Robert,

Entering ** will return all methods at once.
Entering * and one or more characters will return all methods containing specified characters, so I don’t think this is a bug… :wink: