Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: oBFusCATed on December 30, 2010, 10:22:52 pm

Title: Dependencies are lost when the project is changed outside C::B
Post by: oBFusCATed on December 30, 2010, 10:22:52 pm
Tested with C::B r6900 debuggers branch.

Steps to reproduce:
1. Create 2 projects and setup the dependencies (Project -> Properties -> First tab -> Project Dependencies).
2. Edit the project that depends on another project in external editor
3. C::B asks if you want to reload the project - choose all
4. Check the dependencies - they are missing :(
Title: Re: Dependencies are lost when the project is changed outside C::B
Post by: oBFusCATed on February 17, 2011, 02:44:43 pm
OK, I've found some time to fix this problem and here is the patch: http://smrt.is-a-geek.org/codeblocks/patches/reload_deps_pos.patch

Please test it and report if there are problems. Also suggestions for improvements are welcomed.

The ABI/API is changed, so when committing (and if) please increase the SDK versions...