mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +02:00

- 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>
4 lines
224 B
Text
4 lines
224 B
Text
org.eclipse.tm.terminal.control/debug/log = false
|
|
org.eclipse.tm.terminal.control/debug/log/char = false
|
|
org.eclipse.tm.terminal.control/debug/log/VT100Backend = false
|
|
org.eclipse.tm.terminal.control/debug/log/hover = false
|