Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Multiple Floating Editor Windows
David Perfors:
Not much, drop wxFlatNotebook and replace it with wxAuiNotebook (or something like that)
The only drawback is that you have to drop wxFlatNotebook...
zarnce:
Would adding a parent-control for the notebook control, and let it aggregate information from the children controls. I'm not sure how you would beable to move editors from one tab control window to another ...
from (editor control)<->*(editors) to (editor control controller)<->*(editor control)<->*(editors)
dmoore:
all editors are ultimately owned by the EditorManager (even if there are notebooks etc that handle the view). there are lots of ways to implement multiple views. the main constraint is that you can't break the publicly exposed methods of EditorManager (e.g. retain the concept of an active editor etc) and you shouldn't need to touch the editor classes at all. No matter what approach you take you will not be able to avoid a pretty heavy coding session :)
raph:
Wow,
I have been thinking of this for some time now.
I just posted in two threads mentioning this without seeing this thread :D
This feature would be really cool :)
Navigation
[0] Message Index
[*] Previous page
Go to full version