News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 24 July 2008 build (5160) is out.

Started by killerbot, July 24, 2008, 04:04:55 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx288.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 24 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080724_rev5160_win32.7z
  - Linux :
   none

Resolved Fixed:


  • Fixed: Occurrence selection remains active after deselecting the text
  • Fixed: Auto-detection of GCC returns wrong compiler dir (Reproducible in Fedora 9)
  • HexEdit:
    * Fix problems with crashes on windows (potentially)
    * Fix problem with displaying small files

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


indigo0086

You know if you have the line highlight on and a opening and close bracket or parenthesis on the same line, those won't show highlighting, the line highlight masks it.

pasgui

#2
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Xaviou

Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

SR


Acki


Loaden

When i open a .cpp file, CB can open it, but show a msg: can't find the file position.

[attachment deleted by admin]

rittwik

Same problem here...
Quote
Originally posted by Acki

still the double click problem !!!  :? :(

Loaden

Settings->Editor->General Settings->Other options :
uncheck 'Highlight occurrences, when i edit some code, CB will changed to:


[attachment deleted by admin]

Jenna

I had to work outside the office for the last four days.
So I could not update my repo earlier.
I just uploaded binaries for debian and a tar-ball (svn r5162) to my server.

Acki

Quote from: rittwik on July 25, 2008, 06:27:08 AM
Same problem here...
Quote from: Loaden on July 25, 2008, 05:02:55 AM
When i open a .cpp file, CB can open it, but show a msg: can't find the file position.
pew, at least I'm not the only one !!!  :lol:

matioupi

Build of SVN 5165 for Mac OS X (Intel only) with Xcode 3.1 (gcc 4.2.1) is available at :

CodeBlocksSVN-5165-OSX-Intel.zip

Build is against (and bundled with) the svn trunk version of wxWidget 2.8 wich do incorporate a requiered patch wich is NOT available in official 2.8.8 tarball (and result in C::B crash if not present)

Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file

Size md5 and sha1 digests are :

mathieu$ openssl dgst -sha1 CodeBlocksSVN-5165-OSX-Intel.zip
SHA1(CodeBlocksSVN-5165-OSX-Intel.zip)= a47e10f94e069dea9c15c635c479f734de300af2
mathieu$ openssl dgst -md5 CodeBlocksSVN-5165-OSX-Intel.zip
MD5(CodeBlocksSVN-5165-OSX-Intel.zip)= 70ce04ef3f7982ce2a46c62234e578e7
mathieu$ ls -l CodeBlocksSVN-5165-OSX-Intel.zip
-rw-r--r--  1 mathieu  staff  12198803 25 jul 22:48 CodeBlocksSVN-5165-OSX-Intel.zip


[attachment deleted by admin]
--
[url="http://www.incub.net/"]http://www.incub.net/[/url]

Jenna

Quote from: matioupi on July 25, 2008, 11:08:04 PM
Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file

You should either edit your patches before posting, or tell your diff program to ignore changes in whitespace (option "-w" on linux) .
The greatest part of your patch-file shows differences in line-endings, but not in code.
That makes it a little hard to figure out what is really changed.

LaneMcNair

I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

For an example, paste this into the editor:

class TestClass
{
     public:
          TestClass();
          ~TestClass();
     private:
          int TestData;
};


Then, change it to this:

class TestClass
{
     public:
          /*
          */
          TestClass();
          ~TestClass();
     private:
          int TestData;
};

Note that you must actually type the change, or the bug will not appear. Also, the error seems to self-correct after several minutes. This bug is not due to Code::Blocks being run on a slow computer (my computer is quite fast).

Thank you.

denk_mal

Quote from: LaneMcNair on July 29, 2008, 01:51:13 AM
I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

what happens if you set/unset 'Highlight occurrences'?
(see the post #9 above from Loaden)

denk_mal