User forums > Nightly builds
The 16 august 2006 build is out.
thomas:
Very much afraid to say I am unable to build Code::Blocks on Ubuntu since a week or two (getting a different error every time, presently it is some GTK definition missing in the debugger plugin).
So... no recent AMD64 build, sorry.
mandrav:
--- Quote from: Encryptor on August 17, 2006, 08:44:24 pm ---if you could point out the sources to me, I can build them myself. As I understand they are on the CVS somewhere, but I am having problems understanding how to connect to a CVS server.
--- End quote ---
http://www.codeblocks.org/source_code.shtml
mandrav:
--- Quote from: magnus on August 17, 2006, 05:39:12 pm ---Are there new requirements on the code (has code completion become more sensitive) with this release or am I just missing something?
--- End quote ---
I guess you could say it became more "sensitive". In the true sense, it became more correct. With the old code, it would match a token even if it wasn't in the current scope so it might have somehow worked but not really ;).
The new code, is much more accurate.
Having said that, local scope is next on my todo list. Actually, I already commited today a very important part of it so tonight's nightly should be working much better for local scope.
And more to come in the next few days ;)
phlox81:
--- Quote from: mandrav on August 17, 2006, 09:54:37 pm ---
--- Quote from: magnus on August 17, 2006, 05:39:12 pm ---Are there new requirements on the code (has code completion become more sensitive) with this release or am I just missing something?
--- End quote ---
I guess you could say it became more "sensitive". In the true sense, it became more correct. With the old code, it would match a token even if it wasn't in the current scope so it might have somehow worked but not really ;).
The new code, is much more accurate.
Having said that, local scope is next on my todo list. Actually, I already commited today a very important part of it so tonight's nightly should be working much better for local scope.
And more to come in the next few days ;)
--- End quote ---
I must say great work. I downloaded the nighlty from 17.8, and Codecompletion is working on a global scope.
But maybe, it should be more intelligent, I parsed now every thing, and it knows now a lot of stuff, most
of what it shows it totally useless. Especially with local variables it gets annonying, that when typing
str it gets "completed" to strcasecmp, maybe you could fix that it autoselects the first value by default.
But if you're working on the local scope, than it might already fixes this...
phlox
MortenMacFly:
--- Quote from: phlox81 on August 18, 2006, 09:04:34 am ---[...] that when typing str it gets "completed" to strcasecmp, [...]
--- End quote ---
Are you aware that you can setup when CC actually pops up (Settings->Editor->CC)? I've set this option to 5 letters thus it doesn't pop up too often (for 1-4 letters words it usually makes no sense at all). I still can trigger it manually, of course using the hotkey. Maybe this will help you, too.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version