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 (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
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)
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.
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards, pasgui
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here (http://www.esnips.com/web/CodeBlocks).
Build for Slackware 12.1 updated:
http://sr.uz/index.php/packages/?p=127&more=1&c=1
still the double click problem !!! :? :(
When i open a .cpp file, CB can open it, but show a msg: can't find the file position.
[attachment deleted by admin]
Same problem here...
Quote
Originally posted by Acki
still the double click problem !!! :? :(
Settings->Editor->General Settings->Other options :
uncheck 'Highlight occurrences, when i edit some code, CB will changed to:
[attachment deleted by admin]
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 (http://apt.jenslody.de/).
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:
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 (http://dl.free.fr/qMv7W4QUq)
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]
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.
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.
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
Quote from: denk_mal on July 29, 2008, 10:48:40 AM
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
I still have the problem when I change the option.
Quote from: LaneMcNair on July 29, 2008, 11:30:00 PM
I still have the problem when I change the option.
I have that problem too, before and after switching the option off.
SVN 5172 build available for Mac OSX (Intel) build with gcc 4.2.1 against up to date SVN wxWidget 2.8 branch
http://dl.free.fr/rdMZP4JJe (http://dl.free.fr/rdMZP4JJe)
laptop-mp:Desktop mathieu$ openssl dgst -sha1 CodeBlocksSVN-5172-OSX-Intel.zip
SHA1(CodeBlocksSVN-5172-OSX-Intel.zip)= e60449eae965a2a764e76dd5f7e5ad64a49640b8
laptop-mp:Desktop mathieu$ openssl dgst -md5 CodeBlocksSVN-5172-OSX-Intel.zip
MD5(CodeBlocksSVN-5172-OSX-Intel.zip)= 50c957d3b9f5ee2492fdf4050995d825
laptop-mp:Desktop mathieu$ ls -l CodeBlocksSVN-5172-OSX-Intel.zip
-rw-r--r-- 1 mathieu staff 12204059 1 aoĆ» 07:29 CodeBlocksSVN-5172-OSX-Intel.zip
I have here an image of a highlight bug I found.
I was just trying some code and then I placed a /* */ around the code and then I placed // in front of the */ and that kind of messed thing s up.
I am on winxp pro sp3
[attachment deleted by admin]
The colouring got wrong with comments and the typing is slower in this nightly, with highlight ocurrences on or off.
I'm on Debian (jens repository).
Philipe