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 13 February 2006 build is out.
- Windows : http://download.berlios.de/codeblocks/CB_20060213_rev2001_win32.7z
- Linux : not supported yet
Resolved Fixed:
- Script bindings updates
- Support double-click editing in project dependencies
- Changed CB_IMPLEMENT_PLUGIN macro and friends, to take an additional argument as the plugin's title. This will fix the "disabled plugins are displayed by name instead of title" problem in "Plugins->Manage plugins". Updated all plugins (core and contrib)
- Added GetDefaultPath() and SetDefaultPath() in ProjectManager. These return/set the default path for new projects
- BcbEVT_TARGETS_MODIFIED is now fired when targets are modified in any way. This fixes the bug with the out-of-sync targets toolbar combobox
- Fixed MacrosManager to recognize the targets toolbar combobox. This means that macros that rely on the selected target work now even if not building the project
- Small fix in script bindings
- Added random compiler variables
- Patch #827 : Unicode fixes
- Added "Clear Libraries" button (patch by Morten McFly)
- cbMessageBox (drop-in replacement for wxMessageBox)
- TODO plugin remembers style and position selection
- Adjusted spacing of buttons from rev 1998
Regressions/Confirmed/Annoying/Common bugs:
- DDE bug : clicking in windows explorer on a CB registered file throws an error message box
- toolbar-images-not-changing-state (is a wx problem)
Hi,
I think there is a little bug now...
I can't delete tools from the tools menu anymore !!!
custom variables can't be deleted either ...
QuoteDDE bug : clicking in windows explorer on a CB registered file throws an error message box
This bug is not present anymore for me!(for about i don't know how much builds now)
it seems to be gone, but I had it happening on me, last week (once).
When I use Polish characters in source code
wxMessageBox(_("Błąd podczas pobierania listy baz"), _("BŁĄD"), wxICON_ERROR | wxOK);
CB writes on HDD empty file.
When I delete these characters file is written OK.
Quote from: artur on February 14, 2006, 12:35:21 PM
When I use Polish characters in source code
wxMessageBox(_("Błąd podczas pobierania listy baz"), _("BŁĄD"), wxICON_ERROR | wxOK);
CB writes on HDD empty file.
When I delete these characters file is written OK.
use UTF-8 encoding
Edit->File Encoding->
QuoteI can't delete tools from the tools menu anymore !!!
Quotecustom variables can't be deleted either ...
Yiannis has fixed those in rev 2002
When will be Code::Blocks RC3 out?
Are there any more serious bugs, that need to be fixed?
Quote from: Szabadember on February 14, 2006, 04:05:34 PM
When will be Code::Blocks RC3 out?
When it's ready.
(Trademark owned by mandrav).
Quote from: Szabadember on February 14, 2006, 04:05:34 PM
Are there any more serious bugs, that need to be fixed?
Yes, several bugs as well as a few things that are still rather suboptimal.
Quote from: tiwag on February 14, 2006, 08:28:40 AM
custom variables can't be deleted either ...
But I could before this version !!!
I recopied the old version, deleted the tools and copie the new version again over it !!!
But if I trie this with the new version I can't !?!?!
I go to the customize tools menu, select a tool, click on "remove", I get asked if I really whant to, I select yes but the entry is still there !!!!!
This was a bug introduced yesterday, tonight nightly (which is building at this very moment) will have it fixed :-)
Quote from: tiwag on February 14, 2006, 12:45:17 PM
Quote from: artur on February 14, 2006, 12:35:21 PM
When I use Polish characters in source code
wxMessageBox(_("Błąd podczas pobierania listy baz"), _("BŁĄD"), wxICON_ERROR | wxOK);
CB writes on HDD empty file.
When I delete these characters file is written OK.
use UTF-8 encoding
Edit->File Encoding->
Something doesn't work here. First before I chose UTF-8 an empty file was saved overwritting everyting. After that I've chosen UTF-8 but after saving CB the characters were not the right one. I was trying to use cyrillic characters.
Is it possible for CB to automatically detect the encoding, when using non-ASCII characters?
Should I report this as a bug or as suggestion for a new feature?
Quote from: Zingam on February 14, 2006, 09:23:40 PM
Quote from: tiwag on February 14, 2006, 12:45:17 PM
Quote from: artur on February 14, 2006, 12:35:21 PM
When I use Polish characters in source code
wxMessageBox(_("Błąd podczas pobierania listy baz"), _("BŁĄD"), wxICON_ERROR | wxOK);
CB writes on HDD empty file.
When I delete these characters file is written OK.
use UTF-8 encoding
Edit->File Encoding->
Something doesn't work here. First before I chose UTF-8 an empty file was saved overwritting everyting. After that I've chosen UTF-8 but after saving CB the characters were not the right one. I was trying to use cyrillic characters.
Is it possible for CB to automatically detect the encoding, when using non-ASCII characters?
Should I report this as a bug or as suggestion for a new feature?
i also had 0-byte files when saving as ISO-encoded file, but it worked for me after switching to UTF-8, but i don't use cyrillic chars :roll:
Quote from: thomas on February 14, 2006, 04:42:26 PM
Yes, several bugs as well as a few things that are still rather suboptimal.
Is there any time to setup a roadmap kind of like what Ogre (http://www.ogre3d.org/wiki/index.php/DagonNotes#Annotated_roadmap) has. I am sure you or Mandrav, already has one in there head, this just gives the community a little more insight into the fast developement cycle codeblocks has.
Quote from: tiwag on February 14, 2006, 10:00:32 PM
Quote from: Zingam on February 14, 2006, 09:23:40 PM
Quote from: tiwag on February 14, 2006, 12:45:17 PM
Quote from: artur on February 14, 2006, 12:35:21 PM
When I use Polish characters in source code
wxMessageBox(_("Błąd podczas pobierania listy baz"), _("BŁĄD"), wxICON_ERROR | wxOK);
CB writes on HDD empty file.
When I delete these characters file is written OK.
use UTF-8 encoding
Edit->File Encoding->
Something doesn't work here. First before I chose UTF-8 an empty file was saved overwritting everyting. After that I've chosen UTF-8 but after saving CB the characters were not the right one. I was trying to use cyrillic characters.
Is it possible for CB to automatically detect the encoding, when using non-ASCII characters?
Should I report this as a bug or as suggestion for a new feature?
i also had 0-byte files when saving as ISO-encoded file, but it worked for me after switching to UTF-8, but i don't use cyrillic chars :roll:
I've switched encoding to UTF-8 and then files were seved correctly, but...
When I've closed file and reopened it (without closing CB) encoding was set to ASCII again.
If you 're having problems, please start a new topic. This forum is only for nightlies announcements.
C::B doesn't perform encoding detection (yet). If someone wants to implement it, patches are welcome.
Here's a link to help you get started: A composite approach to language/encoding detection (http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html)
If you saved as UTF-8, just make sure to save it with the BOM.
Hi,
When I remove some files from project (about 3 or 4) the CB crashes (on Windows XP) :/
Can you fix this ? :)
Quote from: Game_Ender on February 14, 2006, 10:51:10 PM
Is there any time to setup a roadmap kind of like what Ogre (http://www.ogre3d.org/wiki/index.php/DagonNotes#Annotated_roadmap) has.
Ogre annotated roadmap looks good, clear and easy to read.
Michael