News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Experimental New Workspace Add-In

Started by TimoVJL, June 18, 2012, 04:15:27 PM

Previous topic - Next topic

TimoVJL

Experimental New Workspace Add-In.

Just create first empty project file for workspace and then opens New project dialog.
After first real project file is created, empty project file is deleted.

Inserts to  File menu new option New Workspace ...
May the source be with you

czerny

remove '.dll' from the customize menu.
It produces an empty project, not a workspace.
After the creation of the empty project the new project dialog is called. Why?

TimoVJL

Quote from: czerny on June 18, 2012, 07:43:29 PM
remove '.dll' from the customize menu.
because of missing resources.
QuoteIt produces an empty project, not a workspace.
workspace needs least one project.
QuoteAfter the creation of the empty project the new project dialog is called. Why?
for actual project file which can placed to subfolder for example.
May the source be with you

czerny

I see!

The first ppj is only a dummy. But what about the ppw?
And shouldn't the dummy ppj produced silent and removed afterwards?

CommonTater

Quote from: czerny on June 18, 2012, 10:50:36 PM
I see!

The first ppj is only a dummy. But what about the ppw?
And shouldn't the dummy ppj produced silent and removed afterwards?

The workspace (PPW) name won't show up in the Project Pane until there are 2 projects... It's still there, you just won't see it.

TimoVJL

#5
Experimental New Project(Workspace) Add-In alfa version.

  • Create minimal project file for win32 or win64 project.
  • Creates out32/bin32 or out64/bin64 folders.
  • NewPrjDlgTest.exe is standalone test program for development purposes.
2013-09-19 some fixes and now ask project type first
May the source be with you

TimoVJL

#6
New project for Pelles C 9.
Modify it for your needs ;)

a3: support for fSDK using environment variable fSDKDir, set it before starting poide.
May the source be with you