Ticket #3879 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

GroupWorkspaces autocomplete is incorrect

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: major Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Anders Markvardsen

Description

To reproduce:

  • start MantidPlot
  • open up a python window
  • start typing GroupW and the autocomplete box will show up
  • select GroupWorkspaces and then type a '('
  • The arguments show InputWorkspaces as an optional input and the OutputWorkspace is not shown at all.

Change History

comment:1 Changed 9 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Martyn Gigg

  • Status changed from accepted to verify
  • Resolution set to fixed

In [14969]:

Fix the property declarations and export WorkspaceProperty<WorkspaceGroup> to Python so that the auto complete can pick it up correctly. Fixes #3879

comment:3 Changed 9 years ago by Anders Markvardsen

  • Status changed from verify to verifying
  • Tester set to Anders Markvardsen

comment:4 Changed 9 years ago by Anders Markvardsen

  • Status changed from verifying to closed

Autocompletion now shown correctly

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4726

Note: See TracTickets for help on using tickets.