Tabbed windows
Tabbed windows
How do I configure Zeus so that each file I have loaded shows up as a tab at the top of the screen? I had this working on my old machine but when I re-installed on a new machine the feature is gone.
What you are seeing is the Zeus smart templates feature.how do I prevent Zeus from inserting it's own code when editing a .c file, and I type in a keyword like "if" or "while"?
A template is a user defined piece of code attached to a keyword. You can see these templates in the Templates section of the Navigator on the left, or by using the Options, Templates menu.
So for example the if template is defined as follows and is bound to the if keyword:
Code: Select all
if (\c)
{
\t$Marked
}
To turn off these smart templates just use the Options, Document Types menu to edit the C/C++ document type and in the Templates section turn off the Smart templates option.
Cheers Jussi