1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
cdt/terminal/plugins/org.eclipse.tm.terminal.view.ui
Fabrizio Iannetti e6d5c634b9 Bug 563015: terminal: open files/links with ctrl-click
- hover with ctrl+mouse underlines word under cursor
- ctrl-click tries to open the word:
  - if a relative path (not starting with /) a full path is
    obtained by prepending the shell cwd
  - if the fullpath maps to a workspace file, it is opened
  - otherwise open the OpenResource dialog with the word as
    filter text
  - if there is line/column information (separated by colons)
    then the opened editor jumps to that line
- http and https words are opened in a browser window

Change-Id: I3f46accbf1eac6743d7b0c3b34bf30ac5e7523bb
Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
Also-by: Jonah Graham <jonah@kichwacoders.com>
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2021-04-12 16:04:07 -04:00
..
.settings Bug 567810: Squash over zealous warning from PDE 2020-10-12 10:14:26 -04:00
icons Move terminal files into subfolder 2018-08-28 12:54:02 -04:00
META-INF Bug 563015: terminal: open files/links with ctrl-click 2021-04-12 16:04:07 -04:00
schema Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
src/org/eclipse/tm/terminal/view/ui Bug 563015: terminal: open files/links with ctrl-click 2021-04-12 16:04:07 -04:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.gitignore Move terminal files into subfolder 2018-08-28 12:54:02 -04:00
.options Move terminal files into subfolder 2018-08-28 12:54:02 -04:00
.project Move terminal files into subfolder 2018-08-28 12:54:02 -04:00
about.html Bug 551817: Fix legal docs - and automate their checks 2020-08-30 23:15:59 -04:00
about.ini Bug 559474: Provide unique branding plug-in for each feature 2020-01-31 13:15:51 -05:00
about.mappings Bug 559474: Provide unique branding plug-in for each feature 2020-01-31 13:15:51 -05:00
about.properties Bug 570775: Add pop-up action to invert terminal colors on the fly 2021-01-30 12:08:50 -05:00
build.properties Bug 551817: Fix legal docs - and automate their checks 2020-08-30 23:15:59 -04:00
cdt_logo_icon32.png Bug 559474: Provide unique branding plug-in for each feature 2020-01-31 13:15:51 -05:00
contexts.xml Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged) 2018-11-01 12:21:58 -04:00
plugin.properties Bug 568923 - add activity for TM terminal main toolbar button 2020-11-24 12:27:35 +01:00
plugin.xml Bug 568923 - add activity for TM terminal main toolbar button 2020-11-24 12:27:35 +01:00