Ticket #514 (closed: fixed)
Allow Python API to handle suggested arguments
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change the Python API syntax so that if a property's value starts with a '?' then it is treated as suggested rather than mandatory
Change History
Note: See
TracTickets for help on using
tickets.
(In [2262]) The Python API can now handle suggested arguments in the dialog windows. The ? character should be prepended to the property value to indicate that the value is only a suggested value. The control within the dialog will then remain enabled. In the commands that do not relate to a dialog, the character is ignored. Re #514