User forums > Nightly builds
The 24 August 2010 build (6527) is out.
danselmi:
There is still a bug.
--- Code: ------ NassiPlugin.cpp (revision 6539)
+++ NassiPlugin.cpp (working copy)
@@ -213,7 +213,7 @@
#ifdef USE_SVG
if ( !exportmenu->FindItem(NASSI_ID_EXPORT_SVG) )
- exportmenu->Append(NASSI_ID_EXPORT_SVG, _("SVG"), _T"export to SVG format"));
+ exportmenu->Append(NASSI_ID_EXPORT_SVG, _("SVG"), _("export to SVG format"));
#endif
if ( !exportmenu->FindItem(NASSI_ID_EXPORT_BITMAP) )
--- End code ---
MortenMacFly:
--- Quote from: danselmi on August 26, 2010, 12:40:16 pm ---There is still a bug.
--- End quote ---
--- Quote from: Xaviou on August 26, 2010, 10:18:38 am ---
--- Quote from: gd_on on August 26, 2010, 09:01:09 am ---PS : I don't think that lines 973 and 992 in NassiView.cpp need to be translated, so original _T is OK.
--- End quote ---
You're right. Sorry again :(
--- End quote ---
Done.
Grom:
Debugger problem
BUG!!! :shock: :shock: :shock: Can't step in into template class methods!!! :shock: Please Fix it!
Xaviou:
Hi
I don't know if it is a bug, but CB crashed while using i18n.
If i18n is enabled, CB crash when trying to show the contextual menu in the editor (right click in a source file).
If i18, is disabled, CB does not crash.
After having a look at the crash report (attached to this post), I tried disabling the "EditorTweaks" plugin.
CB doesn't crash anymore, even if i18n is enabled.
Perhaps it comes from the translations, so, here is a link to the used translation file (to be put in CB_INSTALL_DIR\share\CodeBlocks\locale\fr_FR )
http://codeblocks.archive-host.com/CB_20100824_rev6525_fr.zip
This appends on a Windows XP SP2 machine.
Regards
Xav'
oBFusCATed:
--- Quote from: killerbot on August 24, 2010, 08:02:52 pm ---
* bug-fix of crash for non-attached plugins (e.g. disabled EditorTweaks), thanks oBFusCATe
--- End quote ---
This problems should have been fixed. :(
Is it possible that you've not installed the nightly correctly?
Can you try to remove all files from the nightly and extract the new files in a clean directory?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version