Hello everyone,
I am new here. I am working with Pelles C now for maybe a year and now have a somewhat strange question (for which I did not find the answer yet in documentation or the search in this forum or the wiki):
After installation, Pelles C stores new projects in a certain directory (my files\my pelles C projects\... I believe). No I want to change this directory to somewhere completely different (other drive:\sources\c\...)
The IDE GUI itself does not offer this service. So: where is the name of the default source directory stored? How can I change it? (Must be possible - the IDE and compiler are professional enough that I do not think it is hardcoded somewhere in a binary...)
Regards and thanks for any help!
Torsten
It is the 'ProjectDir' key in register or in xml-file if use commandline option -xml
Create new project and browse another folder to change it