User forums > Nightly builds
The 07 November 2010 build (6840) is out.
Folco:
hmmm...
The problem doesn't occur anymore if I specify the 'working dir' in the Tools parameters... so now I can get the right script to be launched.
But before this solution, C::B log was quite strange :
--- Quote ---Launching tool 'Build': /usr/bin/konsole --hold --workdir /mnt/[...]/PAR/src/ -e build.sh (in /mnt/[...]/PDTLIB/src/)
--- End quote ---
Why didn't in work correctly ?? --workdir is a valid switch... http://www.digipedia.pl/man/doc/view/konsole.1/
How to check that C::B really executes that ?
huliming2004:
--- Quote from: oBFusCATed on November 10, 2010, 09:18:41 am ---I think there are two buttons on the right side -> "up" and "down"
--- End quote ---
thanks! I have used codeblocks for about 2 years without noticing it,
maybe it is because i alway uses "this is a custom Makefile", and write *.pro files,
qmake it, then compile. Anyway thanks again.
beanbaby:
Thx, I find this tool is perfect!!
SotM:
I think I found a bug.
Let's say I have a workspace and it is opened, there are 2 projects (regular C). Names are: Project1, MyLibrary.
Project1 uses some functions from MyLibrary.
I opened a C file from Project1, then right clicked on a function (which can be found within Project1), and select 'Find implementation...', and it jumps right to the implementation of that particular function.
BUT, if I do the same (right click and select 'Find impl..') on a function which can be found in MyLibrary it says "Not found <function name>".
And if I jump to project MyLibrary and try to "Find" that function within this project then everything will be fine. But, again, if I try to find a function "outside" this project then I get a message "Not found ... " :(
If I do the same procedures with 'Find declaration ...' then everything is just fine.
It did work fine with other CodeBlocks builds, but last 2 or 3 beta builds don't work fine.
Or maybe I'm wrong and I need to turn on some special features.
Ideas/comments?
NerdIII:
I just tried the gentoo ebuild for the svn version and it worked flawless. The code completion is really marture now and Code::Blocks is my preferred IDE on Linux now. Thank you for all the time you spent on this project and the plugins!
Especially the Alt+n symbol rename functionality is a very convenient addition.
Some glitches I found in the code completion (svn 6843):
- It sometimes tries to complete 'itself'. It happens when I type "int variab|;" and the caret is at the pipe symbol. Then the popup shows me "variab" as a suggestion.
- Also the codecompletion is now at a point where it shouldn't get any slower. When I write a simple for loop with a integer counter-variable I already experience some lag.
- Template classes seem to pose a problem. When I have a vector<...> it can't find it's methods.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version