Adding parameters: Seperator placed wrong

Issue #35 duplicate
Matthias Schoettle created an issue

When an additional parameter is added to an operation, the additional delimiter that gets added is placed too high and it looks strange.

The same for the text box where the parameter "signature" (<type> <name>) can be typed in, but after the appropriate TextViews are created which are placed properly.

Comments (5)

  1. Matthias Schoettle reporter

    The problem seems to be that in OperationView when the texts are created also the buffers of the components are changed (reduced). However, when creating the temporary components in OperationViewHandler this is not done.

    It might be good to have this information in one place and reuse it.

  2. Matthias Schoettle reporter

    Also in OperationView.notifyChanged(...) the delimiter is added but the buffers are not set.

  3. Log in to comment