
I have set up CW in Brief emulation mode (another plus for Zeus) but cannot figure out how to view multiple files at once

In CW, F3 followed by a cursor key sets up a clone of the current text window and selects it and then ALT+N moves that window on to the next file.
Similarly F4 closes a text window and F1 followed by a cursor key selects an existing window for editing.
Can I set up a similar arranement with Zeus?
If I have 10 files open I can tile them all (not helpfull) but cant figure out how to select (say) 2 or 3 to be windowed - useful when cutting pasting or when comparing code.
---
On the subject of code completion ALT+SPACE completes the function name and when I enter a "(" it gives me a hint about the arguments required.
But ... I have found that if I create a new function and then reference it then it doesnt suggest the arguments just the name and a "(" appear in the popup.
However, as soon as I save the file this corrects itself - so I assume this is parsed only at certain points in the file's lifetime in the editor.
Also ... it does the same if the function has the arguments split over multiple lines (but this is never fixed by a save) eg :-
int fred(
int arg1,
char arg2)
{}
Any ideas/tips welcome

Dave