SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.
MIT License
940 stars 13 forks source link

Create new tab by (1) double click on tab bar or (2) clicking on a "+" button #361

Open whatbh opened 1 week ago

whatbh commented 1 week ago

Currently, creating a new tab requires the Ctrl+T shortcut. It would be more convenient to have alternative options, such as double-clicking the tab bar or adding a "+" button next to the last tab.

SpartanJ commented 4 days ago

The double-click in tab bar was something I simply forgot. I just added it. I don't like buttons there so that one is discarded.

whatbh commented 4 days ago

Thanks! I agree, the buttons one is a matter of taste, but double click is convenient enough for me.