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

[core] add Copy (Relative) Path to the tab's context menu #5937

Closed
fangnx opened this issue Aug 13, 2019 · 3 comments · Fixed by #8092
Closed

[core] add Copy (Relative) Path to the tab's context menu #5937

fangnx opened this issue Aug 13, 2019 · 3 comments · Fixed by #8092
Assignees
Labels
core issues related to the core of the application enhancement issues that are enhancements to current functionality - nice to haves

Comments

@fangnx
Copy link

fangnx commented Aug 13, 2019

Description

As a user, I would like to have Copy Path and Copy 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.

@fangnx 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
@fangnx fangnx self-assigned this Aug 13, 2019
@akosyakov
Copy link
Member

Should it be also added to the navigator context menu?

@kittaakos
Copy link
Contributor

exists in VS Code

It should copy the platform-specific paths. This means, on Windows the result of the copy should be like these:

  • Copy Path: C:\Users\kittaakos\dev\theia\examples\browser\src-gen\frontend\index.js
  • Copy Relative Path: examples\browser\src-gen\frontend\index.js

Otherwise, Windows users cannot do much with the copied paths.

@kittaakos
Copy link
Contributor

navigator context menu

#1344

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>
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>
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
Projects
None yet
3 participants