What is the best way to go between two files, e.g. between the header file and the code file, in Code::Blocks?
Ideally I would like to have them side by side, but "Split View" seems only to show the same file in both views. I want to check/modify the declaration of my function (or the documentation there) in the .hpp file when I am working on the definition in the .cpp file. Is it possible to split the view and have different files in the two views?
Alternatively, can I switch quickly between files without losing my train of thought?
I found a thread (
https://forums.codeblocks.org/index.php?topic=19589.0) saying that ctrl-Tab should let me switch between windows. Maybe it worked in 2014; I can't quite get it to work properly, now. It only switches between editor tabs if I first click on the tab. If the focus is on the code, ctrl-tab gets me into the "Management" sidebar to the left of the editor window, and then starts bringing me through the tabs in there. Unless I put ctrl-TAB as the binding in Settings|Editor... ->Keyboard shortcuts -> View -> Switch tabs, but then I get the "tab-switcher window" discussed in that thread.
The setup is, Code::Blocks 25.03 installed from codeblocks_25.03_amd64_debian11.tar.xz on Ubuntu 22.04 LTS with Mate as the desktop environment.