Author Topic: The 27 august 2006 build is out.  (Read 10271 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 27 august 2006 build is out.
« on: August 27, 2006, 06:06:47 pm »
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)

« Last Edit: August 27, 2006, 11:34:28 pm by killerbot »

Encryptor

  • Guest
Re: The 27 august 2006 build is out.
« Reply #1 on: August 27, 2006, 08:17:39 pm »
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!

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 27 august 2006 build is out.
« Reply #2 on: August 27, 2006, 08:33:20 pm »
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 :)
« Last Edit: August 27, 2006, 08:36:45 pm by Szabadember »

Offline mmebane

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 27 august 2006 build is out.
« Reply #3 on: August 28, 2006, 12:12:43 am »
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.

Offline ahlongxp

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: The 27 august 2006 build is out.
« Reply #4 on: August 28, 2006, 11:45:11 am »
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]
« Last Edit: August 28, 2006, 11:49:54 am by ahlongxp »
ubuntu 8.04
wxWidget 2.8

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 27 august 2006 build is out.
« Reply #5 on: August 28, 2006, 01:10:49 pm »
Hello,

I have found a small bug with tooltip in debugger.

Here is a simple example in order to reproduce it:
Code
#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.





I hope you could fix it.

Thanks and have a nice day.

ps: Bug reported on BerliOS
« Last Edit: August 28, 2006, 01:15:19 pm by skirby »

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 27 august 2006 build is out.
« Reply #6 on: August 28, 2006, 02:08:31 pm »
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:


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

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 27 august 2006 build is out.
« Reply #7 on: August 28, 2006, 05:27:14 pm »
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!!!
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com