Hi all,
In the project browser, and various treeview-style dialogs, you can search for / jump to the next item which begins with the letter 'X' by hitting the 'X' key on your keyboard. Very useful.
But if an element which begins with 'X' happens to have a stereotype, it is missed in the search. You jump right past it. So I think stereotypes should be ignored when jumping this way.
Secondly, instance elements without names should be jumped to as if they had the name of their classifier. In other words, an object ': X' should be jumped to if I hit the 'X' key. With the current function, only the actual name is considered.
Actually, you can jump to instances by hitting ':', which causes me to believe that the same would hold true if there was a '«' key I could hit: that would take me to the next stereotyped element. In other words, the function considers the displayed string exactly as it appears.
But in these cases, both ':' and '«' are parts of the UML syntax, not part of the items' names, and should therefore not be considered.
This would be a small but substantial GUI improvement.
Cheers,
/Uffe