Page 1 of 1

Window Splitting Question

Posted: Wed Jul 06, 2005 4:34 pm
by kleinfelter
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

Posted: Wed Jul 06, 2005 5:06 pm
by jussij
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