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 path conversions #40

Closed
anb0s opened this issue May 24, 2016 · 2 comments
Closed

add support for path conversions #40

anb0s opened this issue May 24, 2016 · 2 comments
Assignees
Milestone

Comments

@anb0s
Copy link
Owner

anb0s commented May 24, 2016

E.g. for Git-Shell under Windows path conversion for calling command or copy path actions should be possible.

@anb0s anb0s added this to the v2.0 milestone May 24, 2016
@anb0s anb0s self-assigned this May 24, 2016
@anb0s anb0s modified the milestones: v1.5, v2.0 Jun 23, 2016
@anb0s anb0s modified the milestones: v1.5, v2.0 Jul 4, 2016
@anb0s anb0s modified the milestones: v2.1, v2.0 Jul 25, 2016
@anb0s anb0s modified the milestones: v2.0, v2.1 Sep 18, 2016
@anb0s anb0s mentioned this issue Sep 18, 2016
15 tasks
@anb0s
Copy link
Owner Author

anb0s commented Sep 18, 2016

Added predefined "converters" as second argumend for easyshell variables:
unix, windows, lf, crlf, slash, backslash

e.g.:
${easyshell:line_separator:unix} or ${easyshell:line_separator:lf} --> will return LF also on Windows
${easyshell:line_separator:windows} or ${easyshell:line_separator:crlf} --> will return CRLF also on Unix (Linux, Mac OS X etc.)
${easyshell:resource_loc:unix} or ${easyshell:resource_loc:slash} --> will convert path with Unix slashes on Windows, e.g.: D:/programm/my_prog/test.cpp

anb0s added a commit that referenced this issue Sep 18, 2016
@anb0s
Copy link
Owner Author

anb0s commented Sep 19, 2016

first part is done for RC1 #80, more to come with #85

@anb0s anb0s closed this as completed Sep 19, 2016
anb0s added a commit that referenced this issue Sep 19, 2016
- #40 add support for path conversions
- #46 [v2.0] [regression] add key bindings again
- #47 [v2.0] add popup menu with key binding support
- #55 [v2.0] migration support from legacy EasyShell v1.x
- #81 [v2.0] "Copy Full Path to Clipboard" missing at Mac OS X
- #82 [v2.0] ${easyshell:resource_loc} missing in "usable variables"
- #83 [v2.0] rework "Copy..." and "Show/Edit.." buttons in command
dialog

Signed-off-by: Andre Bossert <[email protected]>
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