-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[core] add Copy (Relative) Path
to the tab's context menu
#5937
Labels
core
issues related to the core of the application
enhancement
issues that are enhancements to current functionality - nice to haves
Comments
fangnx
added
core
issues related to the core of the application
enhancement
issues that are enhancements to current functionality - nice to haves
labels
Aug 13, 2019
Should it be also added to the navigator context menu? |
It should copy the platform-specific paths. This means, on Windows the result of the copy should be like these:
Otherwise, Windows users cannot do much with the copied paths. |
|
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 15, 2019
Signed-off-by: fangnx <naxin.fang@ericsson.com>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 16, 2019
…Path` to the context menu of navigator node & tabbar tab. - Added `Copy` and `Copy Relative Path` options to the context menu of the navigator tree node & tabbar tab. Signed-off-by: fangnx <naxin.fang@ericsson.com> a Signed-off-by: fangnx <fangnaxin@gmail.com>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 16, 2019
…Path` to the context menu of navigator node & tabbar tab. - Added `Copy` and `Copy Relative Path` options to the context menu of the navigator tree node & tabbar tab. Signed-off-by: fangnx <naxin.fang@ericsson.com>
1 task
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 16, 2019
…Path` to the context menu of navigator node & tabbar tab. - Added `Copy Path` and `Copy Relative Path` options to the context menu of the navigator tree node & tabbar tab. Signed-off-by: fangnx <naxin.fang@ericsson.com>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core
issues related to the core of the application
enhancement
issues that are enhancements to current functionality - nice to haves
Description
As a user, I would like to have
Copy Path
andCopy Relative Path
options present in the tab's context menu. It exists in VS Code and it can be quite useful for programming/development in general.The text was updated successfully, but these errors were encountered: