-
Notifications
You must be signed in to change notification settings - Fork 14
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
add support for list parameters #73
Comments
Just investigated the solution and it needs some major changes to the "action execution" handling |
Being able to pass a list of resources to a command, e.g. the files currently selected in the project explorer, is something I would very much like to see... |
I will add it for next version... |
That's great! Any plans when the next version will be available? |
I've no exact plans, but want to release it for Eclipse 2019-03 --> March 2019 I'm preparing new test build for this weekend and will create issue with testing request / help needed like #169 All fixed issues will be referenced there, so if this one is also solved please help with testing ;) |
I'll be happy test |
For "clipboard" commands EasyShell already collects all selected resources. Then it executes variable expansion for each of them and copies this to one string and passes it to clipboard at the end.
We need some improvements here:
Proposed solution:
The text was updated successfully, but these errors were encountered: