News:

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

Main Menu

The 02 April 2011 build (7075) is out.

Started by killerbot, April 02, 2011, 01:46:51 PM

Previous topic - Next topic

killerbot

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.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc452-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc452-TDM.7z

The 02 April 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110402_rev7075_win32.7z
  - Linux :
   none

Resolved Fixed:


  • report missing external dependencies as a warning (as this might be a wrong project / target setup probably)
  • Replace tabs with spaces for all exporters
  • source_exporter plugin: pumped wxPDFDoc to most recent version
  • source_exporter plugin: changed static to dynamic library
  • source_exporter plugin: removed artifacts (remaining files from old version
  • pumped wxPropGrid to v1.4.15
  • CC: "Pretty Print" token only in case of container or function
  • wxSmith-Aui: fix crash that occurred if the user tried to add a wxAuiToolbar to a wxAuiToolbar
  • fix button-size
  • accessibility enhancements: now the tab-control of active notebook page gets the focus via "View -> Focus ...", instead of the page itself; keyboard-navigation should work better now
  • (hopefully) fixed an issue where the tab-style sometimes was not correcly updated, if it was changed in the settings
  • moved the 'Close workspace' item at the end of the context menu
  • replaced cbMessageBox with AnnoyingDialog, when deleting entries in the Recent files/projects list in the Start page
  • (hopefully) fix a possible crash in cbAuiNotebook on windows
  • pumped (wx)Scintilla to v2.25 (C++ lexer changed for wxSmith portions)
  • streamlined wxScintilla with wxSTC from wxWidgets trunk (v2.9)
  • codesnippets plugin: fixed a (rare) crash
  • fix a possible crash in wxSmithAui due to not initialised bool property (see: http://forums.next.codeblocks.org/index.php/topic,14358.msg96511.html#msg96511 )
  • fix a possible crash in code-profiler, due to a missing index-out-of-bounds-check when parsing the outpout of gprof ( issue described here: http://forums.next.codeblocks.org/index.php/topic,14450.msg97143.html#msg97143)

Regressions/Confirmed/Annoying/Common bugs:




Jenna

Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

killerbot

INFO :
* wxwidgets 2.8.12
* build with TDM-GCC 4.5.2

fubo

I'm getting error when I start C::B claiming about old version for wxSmithAui plugin. Is it normal?

Newling

I get this warning too.
But then everything works normally.

Rudolf Fuerstauer

fubo

Seems fixed using wxmsw28u_gcc_cb_wx2812_gcc452-TDM.7z. I noticed it has a really smaller size (6MB vs 9MB) then the one I had.

bug1z

Hello.
I have a next problem. When I click on Abort process (x) - process can't be aborted.
It a hanging in a tack manager.
And it's a not just of this build.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

fubo

@bug1z
I am having it too now and in previous build as well.

bug1z

#9
And...
std::vector < std::string > text;
...
...

If I want to write:

...
var = text.at( i ).substr(...);
...


after I pres a second dot - code complete to do a next:
var = text.at( i ).var

oBFusCATed

Quote from: oBFusCATed on April 08, 2011, 10:59:55 PM
^ I've seen this on windows, too :(
The stop button doesn't work if you set C::B's src target to "Console" and enable "pause when execution ends".
This bug is 100% reproducible. I'm running windows xp sp3 C::B debuggers branch nightly r7075.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Patch for non precompiled header build on Windows. Tim S.

Note: I have to change codeblocks.cbp by adding missing lex file to the project.


Index: src/plugins/defaultmimehandler/defaultmimehandler.cpp
===================================================================
--- src/plugins/defaultmimehandler/defaultmimehandler.cpp (revision 7098)
+++ src/plugins/defaultmimehandler/defaultmimehandler.cpp (working copy)
@@ -18,6 +18,7 @@
#include "cbeditor.h"
#include "configmanager.h"
#include "editormanager.h"
+#include "logmanager.h"
#include "manager.h"
#endif
#include <wx/choicdlg.h>
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Quote from: stahta01 on April 13, 2011, 12:54:06 AM
Note: I have to change codeblocks.cbp by adding missing lex file to the project.
...which one?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

bug1z

#13
So...I found the more trouble.

When my code going in end of page, I don't see all methods.
Please, fix this problem.

ham

my wishlist:

- the "outgreying" of deactivated preprocessor statements should be enhanced (maybe a setable color in editorsyntaxmenu).
- project tree: multiselection of files for adding, deleting. also more advanced renaming possibilities pls.

+ CC proposals seem to work now, some minor problems with symbols from used namespaces
- CC no automatic proposals when inside () in a function, only when typing (
- CC Autocompletion help window for parameters often disappear too fast und reappears only by typing '()' 2 or 3 times,
- CC Autocompletion help window is formatted very poorly:
    - just one color,
    - long parameterlists go out of visibility, because of too long lines. pls use more height space

- the logwindow/auitabs/projecttree should be autohiding for more overview, and reappear by compiling or mousing to bottomline of editorwindow
- the symbolbrowser is lame, should be divided in 2 tabs or independent widgets, also much more filter options!
    - should be more like eclipse or vc++6.0

sorry for my bad english

thx in advance, CB is the best OpenSourceIDE for me anyways :-)