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

add support for list parameters #73

Open
anb0s opened this issue Jul 31, 2016 · 6 comments
Open

add support for list parameters #73

anb0s opened this issue Jul 31, 2016 · 6 comments

Comments

@anb0s
Copy link
Owner

anb0s commented Jul 31, 2016

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:

  1. for all other commands it's not possible to do it
  2. some commands (bash + git add etc.) need a list of converted resources that is resolved in the command itself

Proposed solution:

@anb0s anb0s added this to the v2.0 milestone Jul 31, 2016
@anb0s anb0s self-assigned this Jul 31, 2016
@anb0s anb0s mentioned this issue Jul 31, 2016
15 tasks
@anb0s anb0s mentioned this issue Aug 23, 2016
15 tasks
@anb0s anb0s mentioned this issue Sep 5, 2016
10 tasks
@anb0s anb0s modified the milestones: v2.1, v2.0 Sep 19, 2016
@anb0s anb0s modified the milestones: v2.2, v2.1 Dec 18, 2016
@anb0s
Copy link
Owner Author

anb0s commented Dec 18, 2016

Just investigated the solution and it needs some major changes to the "action execution" handling
--> moving to 2.2

@mforkel
Copy link

mforkel commented Feb 17, 2019

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...

@anb0s
Copy link
Owner Author

anb0s commented Feb 18, 2019

I will add it for next version...

@mforkel
Copy link

mforkel commented Feb 22, 2019

That's great! Any plans when the next version will be available?

@anb0s
Copy link
Owner Author

anb0s commented Feb 22, 2019

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 ;)

@mforkel
Copy link

mforkel commented Feb 22, 2019

I'll be happy test

@anb0s anb0s modified the milestones: v2.2, TBD Sep 27, 2020
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

2 participants