Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: MoonKid on March 24, 2007, 11:41:44 pm
-
Just a silly question.
I know how to view one file in a split view. But how can I view two or more files in such a split view.
I have two open files and want to see them the same time side by side. I found nothing about that? Isn't it possible?
-
Hi !
It is not possible.
I would like this feature too.
With the ThreadSearch plugin, you have a preview editor that allows you viewing two files at the same time.
Dje
-
Quick hack idea: Just create a simple plugin that just give you an additional pane that contains another instance of CB editor component (reuse code from search plugin). Add some simple way to open a file in it and then you have a much more useful, but hacked together split paned view.