User forums > Nightly builds

The 02 April 2011 build (7075) is out.

<< < (3/7) > >>

oBFusCATed:

--- Quote from: oBFusCATed on April 08, 2011, 10:59:55 pm ---^ I've seen this on windows, too :(

--- End quote ---
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.

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.


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

--- End code ---

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.

--- End quote ---
...which one?

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

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version