On 2015-09-05 07:41, Martin Schreiber wrote: > > I'll try to change 'Project'-'New'-'From Program' to use the current project > settings.
OK thanks. But the reason I use an "exported" project settings file is because that it is a "clean" project .prj file - without any session information. That way I can get around the (probably only downside of MSEide) issue that session information is stored inside the same file as project settings. I say "issue" because sharing that .prj file with others mean that there will be lots of path information (eg: open files etc) that isn't valid, or not desired (debug info) on the other developers system. So what I tend to do to overcome this...kind-of, is to not check the project.prj file into Git, but rather an experted version named project_clean.prj. The other developers then need to open project_clean.prj and immediately do a Project - Save as, and call it project.prj. A bit of a kludge. But I don't want to commit my session info like open files, bookmarks, breakpoints, watches into a Git repository. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

