osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
39 stars 8 forks source link

Add search box to AADL property view #520

Closed lwrage closed 9 years ago

ArslanIbnDaud commented 9 years ago

The filter now works as advertised. It only searches for matches from the beginning of the text. That is, typing 'j' shows only items that start with 'j', rather than all items that contain a 'j' in them. The solution could also be faster, as it is just a non-lazy API over the (slightly modified) lazy API.