zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.95k stars 1.17k forks source link

Double clicking opens new tab in Guake. #1572

Open luetage opened 4 years ago

luetage commented 4 years ago

Description of the problem or steps to reproduce

Double clicking in micro opens a new tab in guake, overlaying the current tab. This doesn't happen in other terminals, or with other terminal text editors, I only notice this in guake + micro.

Specifications

Commit hash: c51f849 OS: Fedora 31 Gnome 3.34.4 Terminal: Guake 3.6.3

sparques commented 4 years ago

Does double-click outside of micro also open a new tab?

luetage commented 4 years ago

No, it doesn't. Double clicking in the terminal itself simply selects a string or the end of a line. For reference double clicking in nano or vi doesn't create a new tab in guake either. It's only micro I noticed this behaviour in so far. And to add to this, double clicking in micro actually does select the text, it's just that a new tab is being created on top of it. When the additional tab is closed, you can see that the text in micro has been selected beneath.