User forums > Help
problem with "File/New/File..."
nenin:
I`ll try to reproduce it on dedicated project. Currently it is "production" project, it cannot be shared.
There are no spaces, non-ascii symbols in path, etc.
I suspect that the problem occurred after I included some already existing files from subfolder. Then, when I wished to make a new *.cpp file, wizard opened this subfolder, I walked from it level up, to the root folder of the project, and then it happened.
BlueHazzard:
If you can reproduce this, please post a step by step list. Something like this:
1) Open codeblocks
2) Crete a new project
3) Add file XY by clicking Project->Add
ecc...
Thank you!
nenin:
At that moment I cannot reproduce that, but I found two strange point in cbp:
1. In list of the virtual folders:
--- Code: ---<Option virtualFolders="main/;static/" />
--- End code ---
typical in projects it looks like
--- Code: ---<Option virtualFolders="main/;static/;" />
--- End code ---
2. and Extensions:
--- Code: ---<Extensions />
--- End code ---
while it must be at least:
--- Code: --- <Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
--- End code ---
No other deviations was found so far.
When I tried to make "Save As" for this project, I got all source files with full path, and mentioned above deviations was reproduced as well even if they were corrected manually.
oBFusCATed:
Empty extensions is a "feature" of recent builds.
nenin:
I found that on different computer it work fine on C::B 17 (on my main workstation- not works on both 17 & 20 with the same pattern).
Is there any place (registry, user profile folder...) where C::B can also store project options?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version