Hello,
probably
this can only be answered by Purebasic team:
An external tool can get full path and filename of currently loaded project file with the environment variable
PB_TOOL_Project.
Is it possible to change the project file with external tool?
I want to save own project specific information inside the pbp file, similar to the following code:
Code:
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 5.40 LTS Beta 3 (Windows - x64)">
<section name="config">
<options closefiles="1" openmode="2" name="project-name"/>
</section>
...
<section name="externalTool:information">
...
</section>
</project>
Does the IDE allow this?
Thank you for the information,
guido