Ticket #2128 (closed: fixed)
Allow users to deselect algorithm categories they are not interested in
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | doucetm@… | Blocked By: | |
Blocking: | Tester: | Andrei Savici |
Description
This will need to be another option on the Preferences window to list all the categories with a mechanish to remove those that are not interesting (checkboxes?).
The users selections should be stored in the user.properties file.
At the moment the only way to get a list of categories is to ask every algorithm, a method should be added to the Algorithm Factory or Manager to provide this list.
Change History
comment:2 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:5 Changed 9 years ago by Nick Draper
(In [12695]) fixes #2127 Python supports multiple categories, no work really as python does not realy support categories any more.
refs #2128 Python and the mantidplot UI respects not showing algorithms if all of it's categories are hidden
tests:
Normally Hidden What I want
in tree Yes No No in search box Yes No No typed in box Yes Yes Ideally, but not too fussed mtdHelp Yes No No intellisense Yes Yes No, but not too fussed typed in script Yes Yes Yes
comment:6 Changed 9 years ago by Nick Draper
- Status changed from new to assigned
- Owner changed from Peter Peterson to Nick Draper
GUI implementation of selection moved to #3207.
This ticket will record just the technical implementation of hiding and allow that to be tested.
comment:8 Changed 9 years ago by Nick Draper
- Status changed from accepted to verify
- Resolution set to fixed
comment:9 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:10 Changed 9 years ago by Andrei Savici
- Status changed from verifying to closed
Works as described
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2975