Details saved to the wrong INI file.

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
David Morris
Posts: 33
Joined: Tue Jun 21, 2005 4:07 am
Location: Perth, Western Australia
Contact:

Details saved to the wrong INI file.

Post by David Morris »

Hi

I currently use the following command lie to start Zues (from a shortcut) for the MonTel 32bit project starting in a folder "c:\work\Montel":

Code: Select all

"C:\Program Files\Zeus395\zeus.exe" -s  -uC:\Work\Montel\Zeus  -iC:\Work\Montel\Zeus\zeus32.ini -wC:\Work\Montel\MonTel32.zwi
The Zeus INI file for this workspace is C:\Work\Montel\Zeus\zeus32.ini, however on exit Zeus creates a new INI file C:\Work\Montel\Montel32.ini
which contains the [Files MRU], [Startup Files] and [MDI Windows] sections.

regards DM
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi David,

This is not a bug but a feature :D

One of the features recently added was the ability to save the editor state against the current workspace, which effectively means as you open and close workspaces, the mru and open files change to reflect the workspace.

As you have noticed, Zeus implements this behaviour by creating an ini file with the same name as the workspace.

To disable this behaviour just un-check the Attach editor state to workspace option found in the Editor, Editor Options menu.

Cheers Jussi
Post Reply