eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Bug]: move tab left/right operations does not work anymore #3320

Closed UffeJakobsen closed 4 months ago

UffeJakobsen commented 4 months ago

What happened?

I've for many years had the operations/actions Tab | Move tab left and Tab | Move tab right assigned to keyboard shortcuts.

After introduction of the new Aui-book impl: move tab left/right (keyboard) operations does not work anymore

Version

Self compiled

Operating system

Linux

Steps to reproduce

No response

Relevant log output

No response

eranif commented 4 months ago

Thanks, I am working on restoring it (this is the last functionality that the new aui book is missing from the old one)

eranif commented 4 months ago

Should be fixed now. I believe that with this change, there are no missing functionalities only new ones... For example: the ability to split the notebook and displaying two tabs side by side :)