Opened 5 years ago
Last modified 5 years ago
#222 reopened todo
Switching view Category to Package should focus on the "main" package
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description (last modified by )
Attachments (1)
Change History (6)
Changed 5 years ago by
Attachment: | multiple_packages_selected_after_search.png added |
---|
comment:1 Changed 5 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 5 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:3 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Summary: | Switching view Category to Package does not reflect the reality of method search → Switching view Category to Package should focus on the "main" package |
Type: | defect → todo |
comment:4 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 5 years ago by
TODO:
The user should always see the libbasic
package in the package view. If the window is small only monticello
is displayed.
Note: See
TracTickets for help on using
tickets.
This is because selected class (
SequencableCollection
in this case) has methods in all four packages. The reason is the following: when you're in category view you see all methods (of the given class) in all packages. Now when you switch to package view, you have to select all those packages in order to keep the list of the methods same (i.e., with same contents).If you'd select only the package of currently selected methods, methods from other package would disapper, which would be confusing too. I'd argue current behavior is better (meaning "less confusing").