Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.37k stars 577 forks source link

[Feature] Only underline quick open targets when quick-open is enabled. #2225

Closed joeperri95 closed 1 month ago

joeperri95 commented 4 months ago

One of the regexes used to match quick open targets will also match certain expressions in rust, C++ and I imagine any other languages that make use of the double colon notation.

This can sometimes cause a significant portion of my screen to be underlined when using guake to view or edit code with a terminal application.

It would be nice if the underlining was disabled when the quick-open setting is not set to True.