You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on the operation names will put it in the line edit with highlighted <?> markers for the missing arguments, but then the variable names have to be entered manually.
I think it should be possible to perform a simple operation using only the mouse, by clicking on operations and selecting (or dragging?) variables.
2bee39e adds drag and drop of variables and replaces the current marker if one is selected. This allows to build an operation only using the mouse.
This might not be perfect but I'm not sure what behavior would be better.
Building a 'VariableDropping'-like overlay showing the operation tree (if the expression is valid) allowing to target a specific parameter with type checking is a possibility, but can be left for later.
The text was updated successfully, but these errors were encountered:
(originally TRAC#17, 2013-03-13)
comment by @remram44:
The text was updated successfully, but these errors were encountered: