Ticket #5097 (closed: fixed)
Algorithm search box doesn't find Python algorithms
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Karl Palmen |
Description
The autocomplete in the algorithm search box no longer finds Python algorithms. If you type the full name correctly then it will execute it but the search comes up with nothing
To reproduce:
- start MantidPlot;
- type SNSP
The SNS* algorithms should appear but they do not.
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Implement update notifications at DynamicFactory level. Refs #5097
This allows the algorithm dock in MantidPlot to update when the algorithm factory is changed. RegistrationHelper has been moved to its own class to remove the dependency of Parameter.h on DynamicFactory.
Changeset: e143762891521b67c6c8cb3cf8e547d5afc74111
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
Implement update notifications at DynamicFactory level. Refs #5097
This allows the algorithm dock in MantidPlot to update when the algorithm factory is changed. RegistrationHelper has been moved to its own class to remove the dependency of Parameter.h on DynamicFactory.