-
Notifications
You must be signed in to change notification settings - Fork 15
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
"Copy Qualified Name to Clipboard" does not work in editor #168
Comments
anb0s
added a commit
that referenced
this issue
Nov 4, 2018
fixes resource copy in constructor Signed-off-by: Andre Bossert <[email protected]>
17 tasks
anb0s
added a commit
that referenced
this issue
Nov 8, 2018
new fixed issues in this build: - [x] #160 add support for CDT include and binary containers - [x] #162 add support for CDT include browser - [x] #168 "Copy Qualified Name to Clipboard" does not work in editor - [x] added CDT SKD to all target platforms - [x] added all target platforms to Travis CI build matrix - [x] added target platform for Eclipse Photon (4.8) - [x] set Eclipse 4.8 (Photon) as default target - [x] removed openjdk7, because new Tycho (>=0.25) needs Java 8 - [x] README wth-Eclipse logo - [x] moved GitHub related files to .github - [x] updated copyright year to 2018 - [x] added oraclejdk9 to build matrix - [x] Update tycho version to 1.2.0 - [x] updated the version to 2.2.0 and minimum Java 8 (JavaSE 1.8) - [x] added openjdk10 and oraclejdk10 - [x] added Eclipse Photon 4.9 (2018-09) target platform - [x] removed oraclejdk10 and added openjdk11 Signed-off-by: Andre Bossert <[email protected]>
fixed at master, see testing build #169 |
anb0s
added a commit
that referenced
this issue
Nov 8, 2018
new fixed issues in this build: - [x] #160 add support for CDT include and binary containers - [x] #162 add support for CDT include browser - [x] #168 "Copy Qualified Name to Clipboard" does not work in editor - [x] added CDT SKD to all target platforms - [x] added all target platforms to Travis CI build matrix - [x] added target platform for Eclipse Photon (4.8) - [x] set Eclipse 4.8 (Photon) as default target - [x] removed openjdk7, because new Tycho (>=0.25) needs Java 8 - [x] README wth-Eclipse logo - [x] moved GitHub related files to .github - [x] updated copyright year to 2018 - [x] added oraclejdk9 to build matrix - [x] Update tycho version to 1.2.0 - [x] updated the version to 2.2.0 and minimum Java 8 (JavaSE 1.8) - [x] added openjdk10 and oraclejdk10 - [x] added Eclipse Photon 4.9 (2018-09) target platform - [x] removed oraclejdk10 and added openjdk11 Signed-off-by: Andre Bossert <[email protected]>
29 tasks
40 tasks
47 tasks
62 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
"Copy Qualified Name to Clipboard" should copy something to clipboard.
Actual Behavior
If selected file in Project Explorer it copies the name as expected to clipboard, but if selected opened file (context menu in editor) it just copies empty string.
Steps to Reproduce the Problem
Open file in editor and use context menu "EasyShell->Copy Qualified Name to Clipboard" .
Your Environment
The text was updated successfully, but these errors were encountered: