Theia: [core] add `Copy (Relative) Path` to the tab's context menu

Created on 13 Aug 2019  路  3Comments  路  Source: eclipse-theia/theia

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.

core enhancement

Most helpful comment

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.

All 3 comments

Should it be also added to the navigator context menu?

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Beetix picture Beetix  路  3Comments

jankeromnes picture jankeromnes  路  3Comments

cekvenich picture cekvenich  路  3Comments

kittaakos picture kittaakos  路  3Comments

akosyakov picture akosyakov  路  3Comments