User should be able to quickly search for an element.
There should be a textbox in the toolbar, and the navigator should start showing the options as soon as the user starts typing.
Maybe we could also add an option to search for different types of elements.
Another option might be to immediately add the element to the currently opened diagram.
currently (v2.4.4.0) partially finished.
Still to do:
[x] Include other element types (attributes, operations, diagrams)
[x] Add more icons for more element types
[x] Add options to choose types of elements to search for
[x] Option to immediately add to diagram
[x] Tooltips on selected item (showing fqn)
[x] use standard navigator naming for items in dropdown
[x] Do something about the performance of the thing. That might be: postponing creating the actual objects until a search result is chosen, and/or searching in a background thread, allowing he user to continue typing. The latter is probably the better idea as the other idea might be seriously hindering the rest of the things (such as showing tooltips, using the standard naming, etc..)
[x] fix performance of fqn tooltips
[x] add option to select in project browser after searching element
User should be able to quickly search for an element. There should be a textbox in the toolbar, and the navigator should start showing the options as soon as the user starts typing. Maybe we could also add an option to search for different types of elements. Another option might be to immediately add the element to the currently opened diagram.