-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Only keep two command. One is run and compile directly, And the other is run and compile with args. If the user choose the second command, we will give him two input box. One is about compile args(the default value can be set), the other is about run args(the default value can be set). #16
Comments
Now we have default args, and we should simplified run and compile combination logic. |
yes, I am still trying to find how to make double input box, since I didn't find it in the api docs |
Show compilation args box, then show the other after successful compilation. |
I think a box with the 2 input boxes would be more elegand, I know it's possible because I already saw one, but I can't remember where |
impossible. |
It was 2 years ago, I don't know if it was already added |
Maybe not 😂 |
This Feature Request is in Backlog. So I don't think it was already added. |
So, lets do like you said |
Okay. |
Closes #16. Add "CostumeCompileRun" and shortcut. Simplify the logic.
Originally posted by @Anti-Li in #14 (comment)
The text was updated successfully, but these errors were encountered: