User forums > Using Code::Blocks

When new files are added to a project

(1/1)

erezz:
Hi,

I'm using c::b from svn (9423) on Ubuntu 12.04. When new src files are added to the project (by other developers), I'd like to be able to auto-update the list of files without doing "Add files recursively" every time. Is it possible?

Thanks,
Erez

Jenna:
There is an undocumented (experimental) feature.
You have to tweak your projectfiles manually, see: http://forums.codeblocks.org/index.php/topic,16958.msg115908.html#msg115908

I had to explicitely set the wildcard to "*" (on linux) to cover all filetypes:

--- Code: ---<UnitsGlob directory="./" recursive="1" wildcard="*" />
--- End code ---

erezz:

--- Quote from: jens on November 10, 2013, 09:53:38 am ---There is an undocumented (experimental) feature.
You have to tweak your projectfiles manually, see: http://forums.codeblocks.org/index.php/topic,16958.msg115908.html#msg115908

I had to explicitely set the wildcard to "*" (on linux) to cover all filetypes:

--- Code: ---<UnitsGlob directory="./" recursive="1" wildcard="*" />
--- End code ---

--- End quote ---

It works well. Thanks!

Navigation

[0] Message Index

Go to full version