]> git.entuzijast.net Git - imunes.git/commit
Introduce a global variable cfg_list which holds all cfg ids (not eids)
authormarko <marko>
Tue, 8 Jan 2008 12:35:30 +0000 (12:35 +0000)
committermarko <marko>
Tue, 8 Jan 2008 12:35:30 +0000 (12:35 +0000)
commit1c04e8a980ee4c020c149e304fdc96cb88d95458
tree7032613c6cf3ddf0e7003cb8812330bca7b67c6e
parente531fc2967bbe9a0ff3bebb84e45720d5a0b7468
Introduce a global variable cfg_list which holds all cfg ids (not eids)
for currently open projects.

Move previously global variable currentFile to per-cfg namespaces, given
that each project should typically correspond to a different file.

Rename proc newFile to newProc, and slightly reorganize it so that
newProc does all necessary steps for setting up a project environment
inside the GUI.

Introduce proc setWmTitle which should be used exclusively for updating
window title.

Deprecate procs fileOpenStartup and fileNewDialogBox.

It is no longer necessary to set up the default config namespace in
imunes.tcl and initgui.tcl, given that proc loadCfg and proc newFile
now initialize all the necessary state.

Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
cfgparse.tcl
exec.tcl
filemgmt.tcl
imunes.tcl
initgui.tcl