I'm still a Zeus newbie. I can see how to split a window. I can see how to tile all the open documents. How do I split the current window and put the complier output in the lower split -- when I have a dozen documents open?
TIA
Window Splitting Question
-
- Posts: 5
- Joined: Tue Jul 05, 2005 11:55 pm
Zeus is an example of the old fashion MDI style of windows applications and this basically means all the windows are MDI children and when it comes to MDI children windows treats all of them equally.
So the output window, the tool window, the build window, the compiler window, the debug window, the difference window or any document window are all just MDI windows and as such they they are all equal.
So there is no way to make one window more special than any other window and have it dock in a particular location
Jussi
So the output window, the tool window, the build window, the compiler window, the debug window, the difference window or any document window are all just MDI windows and as such they they are all equal.
So there is no way to make one window more special than any other window and have it dock in a particular location

Jussi