liteide icon indicating copy to clipboard operation
liteide copied to clipboard

Better tab switch support

Open vhanla opened this issue 8 years ago • 4 comments

Please answer these questions before submitting your issue. Thanks!

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

X32.2

What version of Go are you using (go version)?

1.9

What operating system and processor architecture are you using(go env)?

Windows 10 x64

What did you do?

Tab switch Ctrl+Tab If possible, provide a recipe for reproducing the error.

What did you expect to see?

Switch to another tab and also switch back to the previous one.

What did you see instead?

Cycles through all tabs in order.

It is not very useful to switch to another desired tab if you have opened a lot of tabs. I have to press a lot of Ctrl+Tab or Ctrl+Shift+Tab

e.g. I have 10 tabs, my main.go tab in the first tab, I select 6th tab (with mouse) or ctrl+p (go to file), and trying to return to previous main.go which is in the first tab, I have to press ctrl+tab many times. On other text editors, ctrl+tab returns to previous tab (gives priority to the last previous tab), and if needed to cycle through other tabs, holding ctrl key we just need to keep pressing tab as many times.

I couldn't find a hotkey to assign/modify in settings dialog window.

vhanla avatar Sep 15 '17 02:09 vhanla

这个问题有人解决吗?

Eric-918 avatar May 08 '18 08:05 Eric-918

As far as I know, this is not implemented, yet.

Going back and forth tabs main.go, jwt.go:

Currently: Ctrl+Tab / Ctrl+Shift+Tab, too many keystrokes and slow.

ctrlw

Expected (optional feature requested): Ctrl+Tab cycles through tabs in recently used order, few keystrokes and faster.

ctrlws

Which one is faster?

vhanla avatar May 09 '18 00:05 vhanla

其它都无所谓, 就缺这个功能了

mei-rune avatar Aug 14 '18 03:08 mei-rune

please team, add this feature. it is more compatible with other editors that users get used to. thanks.

tunkash avatar Sep 17 '21 19:09 tunkash