User forums > Nightly builds
The 04 May 2006 build is out.
killerbot:
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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z
The 04 May 2006 build is out.
- Windows : http://download.berlios.de/codeblocks/CB_20060504_rev2411_win32.7z
- Linux :
http://download.berlios.de/codeblocks/CB_20060504_rev2411_ubuntu.deb
http://download.berlios.de/codeblocks/CB_20060504_rev2411_fc4+5.rpm
Resolved Fixed:
* Fixed wrong address display in memory window (debugger)
* Fixed ENTER key in address field of memory window (debugger)
* Typo in config loading
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)
tretton:
Hi! I hope you won't kill me if I post some bugs here instead of over at BerliOS. I really don't want to register just for that, and these bugs are so small. =/ (But I will if you insist though.)
Alright, here goes:
1. Abbreviations: The "--->" thingy inserts an actual tab character even though I've told CB to insert tabs as spaces.
2. The caret doesn't stop blinking when I press the tab key, so after repeated tabs the caret disappears and I must wait a short while to see where I am. (In contrast to when I press backspace several times and always see the caret.)
[edit]
I'm using WinXP SP2 and the latest CB nightly.
[/edit]
Thanks for the best IDE ever!
-tretton
takeshimiya:
--- Quote from: tretton on May 04, 2006, 11:23:31 pm ---1. Abbreviations: The "--->" thingy inserts an actual tab character even though I've told CB to insert tabs as spaces.
--- End quote ---
The problem there is that it uses a cbStyledTextCtrl (the preview window over there) which haves the settings hardcoded, they aren't readed from the settings that cbEditor (the main editor) uses.
The following editor-preview windows haves that inconsistency:
-Source formatter (AStyle)
-Default code
-Abbreviations
-Syntax highlighting
Another little inconsistency is that 'Syntax highlighting' let's you select a language other than C/C++, while:
-Source formatter (AStyle) does not: it's ok as AStyle doesn't support another language, but there should be a warning. In the future even supporting other source formatters for other languages will be better.
-Default code does not: this shouldn't be difficult to solve.
-Abbreviations does not: neither this.
--- Quote from: tretton on May 04, 2006, 11:23:31 pm ---2. The caret doesn't stop blinking when I press the tab key, so after repeated tabs the caret disappears and I must wait a short while to see where I am. (In contrast to when I press backspace several times and always see the caret.)
--- End quote ---
Have you tried disabling "Hide cursor as you type" in Windows' cursor settings?
tretton:
1. Oh, okay. Just wanted to point it out. =)
2. Maybe you thought I meant the mouse cursor? =) I mean the focus marker which blinks where you type (while you're not typing). This is the only program I know of that "misbehaves" on this issue. I mean, it does work for backspace.
I also tried what you said, but it didn't help. Not very surprising though, since the mouse cursor shouldn't have anything to do with it. I hope.
takeshimiya:
--- Quote from: tretton on May 05, 2006, 01:30:53 am ---This is the only program I know of that "misbehaves" on this issue. I mean, it does work for backspace.
--- End quote ---
I can reproduce it, but it's a Scintilla issue (I can reproduce it in SciTE), so make sure you submit a bug report to them here: http://sourceforge.net/tracker/?group_id=2439
Nonetheless, you can configure the color & width of the caret in Settings->Editor->Gutter, margins and caret.
Scintilla should have a method to disable blinking too.
Navigation
[0] Message Index
[#] Next page
Go to full version