Page 1 of 1

Several PREFS to easy Project Manament

Posted: Sat Feb 28, 2009 2:20 am
by Kaeru Gaman
I just thought, it would be perhaps a way to ease Project Manament,
if you could use several PREFS files from the same IDE version.

When you work on a project, you would have your IDE in certain settings,
especially Default-Directories and Tabs opened.

if you could safe these to a different PREFS file and chose the PREFS to use from some option Menu,
you could easily switch between projects, or open an empty IDE for some tests,
and open your current project again afterwards.

could be a first step into Project-Manament for the IDE...

Posted: Sun Mar 01, 2009 9:23 pm
by bembulak
Nice Idea!

+1

Posted: Sun Mar 01, 2009 9:28 pm
by freak
You can easily change the preferences file that is used with the /P commandline switch.

Posted: Sun Mar 01, 2009 9:52 pm
by Kaeru Gaman
ah.... cool!

that means, you just need an extra linkfile for a project, to open as much projects as you like, each on its own...

Posted: Sun Mar 01, 2009 10:05 pm
by freak
Kaeru Gaman wrote:ah.... cool!

that means, you just need an extra linkfile for a project, to open as much projects as you like, each on its own...
Exactly, or create your own little "Project manager" app if you want.

btw, the /P switch will be written to the registry, so the next time you double-click on a PB file it will use these preferences too. If you want to avoid that just add the /NOEXT parameter too to avoid writing the registry entry.