I agree, Servoy isa great IDE but, can u please keep simple stuff… whell SIMPLE !
LIke searching for something:
If a developer has specific needs yes, do make tabs on Java Search, Java sript search and so on
But where is my plain and simple: search whole word only ???
This is implemented on every platform like say 25 jears or so
So why is this not obvious in servoy? ( I can’t find it)
Pls, find attached a very simple dialog that has done the job for me in - yes, decades - whell at least 99%
So? is it just me or …
Ah yes, you can only do that in the current editor via command-f/ctrl-f. Not over all files, unless you use regex I guess.
Do you need it over all files ?
Then check the Regular Expression checkbox and wrap your search criteria in a \b. So searching for MYCAPITAL you would enter \bMYCAPITAL\b.
This searches for a whole word only.