-
Notifications
You must be signed in to change notification settings - Fork 55
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
Does not open relative paths #59
Comments
Are we talking about opening a shell/explorer from a text file? So, in your case, you have the text If so, relative to which directory should the path be interpreted? Relative to the current working dir of the Eclipse process? Relative to the project directory of the current project? Relative to the file you have in the editor? Relative to the user home? There are many possibilities and depending on the use case, each user might have a different expectation. |
Oh, I should put you into context Eclipse lets users to configure where are jar sources via .jar.properties file with content like
Of course relative paths are better, but they may be too long and harder to check. When I tried to use StartExplorer to check if such relative path is correct, it failed to open with Explorer. e.g.
As you should see by now, it is current file / Editor path. |
So, just to avoid misunderstandings: Your expectation was to resolve the path relative to the file that is currently open in the editor? Is this correct? |
Yes. |
Feature is implemented in release 1.6.1. Check it out. |
I came across that this nice plugin does not open relative paths like
..\\..\\..\\..\\mobile\\android\\Library\\src\\fastjson\\1.1.33\\fastjson\\src
of course i can Ctrl+Alt+D to open shell and execute
The text was updated successfully, but these errors were encountered: