PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WEBDev19 - Best way to share elements of a project
WEBDev19 - Best way to share elements of a project
Débuté par Joel, 25 juil. 2014 20:49 - 4 réponses
Posté le 25 juillet 2014 - 20:49
When I import a class into a project, I get the option to share it. This allows me to update classes in projects and the updates flow to all the other projects that use them. I notice when I import WebDev elements like pages and templates, I don't get that option. IS it possible to share these elements the same way as classes?
Posté le 25 juillet 2014 - 22:14
Hi Joel,

If I understand what you try to do, you can share them manually using the SCM Manager (there is a share button). We do that for many files which are or not WinDev sources.

Best regards,
Alexandre Leclerc
Posté le 26 juillet 2014 - 09:14
Hi Joel,

This may not be the best way, but without using SCM you could add files from a shared folder.
In the project explorer right click on the root item and choose add elements to the project.
Select "Reference in its source directory".
Once you upgrade to a higher version of Webdev, you need to migrate all the projects at once or isolate the shared folder by renaming it when migrating one project.

Regards,
Piet
Posté le 28 juillet 2014 - 17:35
Thank you!
Posté le 28 juillet 2014 - 17:36
Thanks Piet!