Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1377, comment 17


Ignore:
Timestamp:
05/01/11 23:11:25 (13 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1377, comment 17

    initial v1  
    1 I found some problems with parameter hiding after modeling an algorithm in the GUI. I was defining a custom algorithm today and was close to run into some problems due to parameter hiding.
     1I was defining a custom algorithm in the GUI today and was close to run into some problems due to parameter hiding.
    22
    33E.g. the `IntCounter` currently hides its `ValueParameter`, the `Placeholder` currently hides its `OperatorParameter`. When you don't know that you're looking for these parameters it will be difficult to do something meaningful with these operators.