Reuse applets list for Windowed Widgets runner
This caused a lot of CPU load, because the applets were listed and filtered for each letter typed. Now they are only listed when the match() method is called for the first time and reused for the rest of the match session.
Please register or sign in to comment