Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas for cycle action #634

Closed
Jeff0S opened this issue Jul 8, 2014 · 2 comments
Closed

Ideas for cycle action #634

Jeff0S opened this issue Jul 8, 2014 · 2 comments

Comments

@Jeff0S
Copy link
Member

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on March 01, 2014 15:56:37

Received this by PM. Already heard those requests, and for once they're very clear => making an issue to keep track of it...


I have an idea for new statements in cycle actions:

  • IFAND, IFOR and IFXOR (IFNAND, IFNOR and IFXNOR too),
  • ability to force to on or off a toggle action (ON and OFF , or SET/CLEAR),
  • a statement to exit a loop cycle
    i.e.
    LOOP x
    ...
    IF

    EXITLOOP
    ENDIF
    ...
    ENDLOOP
  • a prompt to ask how many loop cycles must be performed when an action executes it (if LOOP 10 is found then the cycle is executed 10 times, if LOOP # is found then the prompt is displayed).

I think they would be usefull for more complex actions.

Original issue: http://code.google.com/p/sws-extension/issues/detail?id=634

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From wol...@gmail.com on March 09, 2014 13:55:48

This was my PM to Jeffos in the forum. IFAND, IFOR, IFXOR, IFNAND, IFNOR, IFXNOR now added.

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From wol...@gmail.com on April 01, 2014 12:35:22

When LOOP x is found then the prompt is displayed feature added.

@Jeff0S Jeff0S closed this as completed Jul 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant