Specifying multiple parameters when stating operation signature doesn't match

Issue #50 resolved
Matthias Schoettle created an issue

When specifying an operation signature with more than one parameter it doesn't always match. The delimiter "," of parameters cannot be followed by a whitespace.

Steps to reproduce:

  1. Create an operation with the following signature: + void foo(int x, int y)
  2. Press enter.
  3. The signature is not accepted.

The GUI should accept both cases, just the delimiter or the delimiter followed by a whitespace.

Comments (1)

  1. Log in to comment