News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 13 february 2006 build is out.

Started by killerbot, February 13, 2006, 11:35:54 PM

Previous topic - Next topic

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 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)


Acki

Hi,
I think there is a little bug now...
I can't delete tools from the tools menu anymore !!!

tiwag

custom variables can't be deleted either ...

Szabadember

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)

killerbot

it seems to be gone, but I had it happening on me, last week (once).

artur

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.

tiwag

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->

killerbot

QuoteI can't delete tools from the tools menu anymore !!!

Quotecustom variables can't be deleted either ...

Yiannis has fixed those in rev 2002

Szabadember

When will be Code::Blocks RC3 out?
Are there any more serious bugs, that need to be fixed?

thomas

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Acki

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 !!!!!

killerbot

This was a bug introduced yesterday, tonight nightly (which is building at this very moment) will have it fixed :-)

Zingam

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?

tiwag

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:

Game_Ender

#14
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 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.