Hello Martin.

OK, let's do a other way.

I will add a option in ProjectOptions:

x "Source editor at loading" // loadsource : boolean = false;


And add this at end in openproject():

function tmainfo.openproject(const aname: filenamety;
                               const ascopy: boolean = false): boolean;
begin
...
if loadsource then actionsmo.projectsourceexe(nil); // add this at end.
end;

That way, no change in prj behavior and everybody is happy.

Huh,... ok ?.

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to