NO

Author Topic: Experimental New Workspace Add-In  (Read 7476 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Experimental New Workspace Add-In
« on: June 18, 2012, 04:15:27 PM »
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 ...
« Last Edit: June 19, 2012, 06:12:50 AM by timovjl »
May the source be with you

czerny

  • Guest
Re: Experimental New Workspace Add-In
« Reply #1 on: June 18, 2012, 07:43:29 PM »
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?

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Experimental New Workspace Add-In
« Reply #2 on: June 18, 2012, 07:57:14 PM »
remove '.dll' from the customize menu.
because of missing resources.
Quote
It produces an empty project, not a workspace.
workspace needs least one project.
Quote
After 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

  • Guest
Re: Experimental New Workspace Add-In
« Reply #3 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?

CommonTater

  • Guest
Re: Experimental New Workspace Add-In
« Reply #4 on: June 19, 2012, 05:06:56 AM »
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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Experimental New Workspace Add-In
« Reply #5 on: September 16, 2013, 06:41:33 PM »
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
« Last Edit: September 19, 2013, 04:05:29 PM by timovjl »
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Experimental New Workspace Add-In
« Reply #6 on: March 27, 2019, 12:17:40 PM »
New project for Pelles C 9.
Modify it for your needs ;)

a3: support for fSDK using environment variable fSDKDir, set it before starting poide.
« Last Edit: March 27, 2019, 08:28:02 PM by TimoVJL »
May the source be with you