Ticket #4494 (closed: fixed)
Have the SendTo option populate itself with compatible workspaces.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
Each "Send to" program has its own save algorithm.
Some workspaces aren't compatible with them and the user only finds this out when they click on the option to send.
It would be better to make a check to see if the save algorithm is compatible when the user right clicks on a workspace. The list of programs the workspace can be sent to would then only be populated with programs that use suitable save algorithms.
The wiki preferences help page should be updated to show this in case the user is confused why it isn't appearing. http://www.mantidproject.org/MantidPlot:_Preferences_Dialog
Change History
comment:2 Changed 9 years ago by Robert Whitley
Refs #4494. SentTo option to populate with compatible save algorithms
Changeset: 9f55606ea939ca5e22e583e04eb47ac0644779c8
comment:3 Changed 9 years ago by Robert Whitley
Refs #4494. Remove unused code.
Changeset: 32b4ac7c36216c703503489591e511bb20675b72
comment:6 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
Changed the original preferences page to now link to all the different sections. (General, Mantid, etc)
I then updated the wiki http://www.mantidproject.org/MantidPlot:_Preferences_Dialog_Mantid
I still need to add details on what Send To does and how to use it.