User forums > Nightly builds
The 12 October 2007 build (4524) is out.
Jenna:
After a short periode without internet (I'm still in holidays :D ) :
debian-repository with nightlies (slow because it's a home-server via dsl)
actually svn4528
etch / stable
--- Code: ---deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main
--- End code ---
lenny / testing
--- Code: ---deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main
--- End code ---
sid / unstable
--- Code: ---deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main
--- End code ---
add my public-key to apt's trustdb:
--- Code: ---wget -q http://jens.lody.name/debian/jens.asc -O- | sudo apt-key add -
--- End code ---
build against wxWidgets 2.84 from
--- Code: ---http://apt.tt-solutions.com/debian/ etch main
--- End code ---
key-import to apt's trusted keys:
--- Code: ---wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add -
--- End code ---
wxuserbrest:
Hi,
just to know how to make a rpm of codeblocks. I use Mandriva and i just try to do a rpm by using checkinstall but it always fails. As coedblocks works fine on Mandriva and is also easy to compile, i just want to be able to do a package for this distribution.
Thanks for answer
stefanos_:
Hello guys. I want to ask something regards to nightly version 4503.
I have noticed one weird thing for me. If i type anything on my code and lets say I work on "void function_A(int, int)", while I work there and haven't saved it yet and go further on another function, named B, it doesn't show me the drop-down list with variables, functions and the like.
Now, if I delete the second function and save my work immediately after I close the function bracket while typing the second function it appears to allowing / enabling the drop-down list (maybe I should call it IDE menu?). Why's that?
Please advice.
Stefanos_
JGM:
--- Quote from: stefanos_ on October 13, 2007, 04:24:37 pm ---Now, if I delete the second function and save my work immediately after I close the function bracket while typing the second function it appears to allowing / enabling the drop-down list (maybe I should call it IDE menu?). Why's that?
--- End quote ---
Are you talking about code completion?
If that is the case, when you modify your source code you need to save the changes to code completion re-parse the file and have the new items on the completion list.
stefanos_:
Thanks for the reply.
Yeah auto completion. Isn't supposed to do that without the need of save changes every time?
Because if I need to finish only one function, class of whatsoever that is and then save it [so it may let me have the auto completion option] can be real painful. I hope I made it clearer than before. For example, I use Zend Studio at my work for PHP and Zend IDE always auto completes my source code even if I don't save my work. Even better gives me the chance to see all functions, macros, classes etc I may want to use according to my needs.
Thanks again for your valuable reply.
Stefanos_
Navigation
[0] Message Index
[*] Previous page
Go to full version