Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 27 August 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20060827_rev2913_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20060827_rev2913_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20060827_rev2913_fc4+5.rpm
Resolved Fixed:
- Added "Remove files" popup menu options for virtual folders
- Improved "Go to function" internal implementation
- Fixed bug in code-completion's tokenizer with preprocessor directives handling
- Improved code-completion for local scope
- The code-completion parser now saves the starting and ending line of a function's implementation
- Fixed bug in code-completion's tokenizer when some special characters were found inside comments
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
- there are several issues with Code Completion (is being redesigned : work in progress)
- menu items with icon not correctly aligned (since wx263)
As I was unsuccessful at finding relevant posts in the forum, can someone please give me a link to a guide on how to create Linux distribution specific packages for Code::Blocks?
I am mainly interested in how to create a amd64 Ubuntu package.
Thanks!
Copy-Construct is displayed now correctly in the symbol browser, but the normal constructor is missing from the list now :shock:
One more weird Symbol browser bug:
There are more symbols in the current file than in the whole workspace :)
Codecompletion is working much better than the build I was using from last week. A couple of things, though:
- The filckering box is gone, but while I am typing, the most cursor filckers between text and busy.
There are other issues, but I assume they will be solved eventually. I can post them if necessary.
I found something weird about opening "wxWidgets/samples/opengl/cube/cube.cpp"
cb treats the file as a empty one as the screenshots shows.
It exists from Rev 2776(could be older) to the latest revistion.
ubuntu 6.06
[attachment deleted by admin]
Hello,
I have found a small bug with tooltip in debugger.
Here is a simple example in order to reproduce it:
#include <windows.h>
#include <stdio.h>
int main()
{
HRSRC hRsrc;
HGLOBAL hGbl;
int iData;
hRsrc = 10;
hGbl = 20;
iData = 30;
return 0;
}
Put a break point on hRsrc = 10;
Now debug the piece of code.
Press F7 and move your move over the variable hRsrc.
You can see that the tooltip is truncated.
Same thing with hGbl but not with iData.
(http://img85.imageshack.us/img85/4907/nokat4.th.png) (http://img85.imageshack.us/my.php?image=nokat4.png)
(http://img139.imageshack.us/img139/6538/okhi6.th.png) (http://img139.imageshack.us/my.php?image=okhi6.png)
I hope you could fix it.
Thanks and have a nice day.
ps: Bug reported on BerliOS
Another bug.
Create a new project (MS-Dos for example)
Put a breakpoint anywhere and press F8 to start the debugger.
When C::B stops on the breakpoint, close the application with the Cross (upper right)
You should have the following screen:
(http://img140.imageshack.us/img140/131/bugee2.th.png) (http://img140.imageshack.us/my.php?image=bugee2.png)
Press OK.
C::B is closed but if you take a look at the proccess list, you can see that C::B is alive.
You have to kill the process in order to quit definitely C::B
I hope you could fix it.
Thanks and have a nice day.
ps:Bug reported on BerliOS
Hello everybody.
I'm trying to follow the WIKI instructions to compile the source code from svn. I'm using slackware 10.2 without modifying anything, and I can successfully install the wxGTK packages. but whe I try to run the ./bootstrap command, I get the message: Permission denied.
I'm using a root account!, so, what could be wrong here?, may anyone help me please? :(
Thanks in advance!!!