Several PREFS to easy Project Manament

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Several PREFS to easy Project Manament

Post 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...
oh... and have a nice day.
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

Nice Idea!

+1
cheers,

bembulak
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

You can easily change the preferences file that is used with the /P commandline switch.
quidquid Latine dictum sit altum videtur
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post 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...
oh... and have a nice day.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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.
quidquid Latine dictum sit altum videtur
Post Reply