Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Request : C::B View::notebook enhancements
ollydbg:
--- Quote from: daniloz on January 27, 2011, 09:22:40 am ---One more info: I've turned on the debug output on parserthread.cpp
--- Code: ---#define CC_PARSERTHREAD_DEBUG_OUTPUT 1
--- End code ---
and I see lots of messages in the DebugLog panel (as expected). If I change from one tab to another before waiting for *all* messages to show up, i.e. while the logging is in progress, it freezes here, no matter what!
I'm just not sure if this is because the parser hasn't finished and that causes the freeze or it's just a display problem, that the DebugLog is flooded with messages and moving to another editor tab just cannot be treated by the painting thread... Anyway, just FYI.
--- End quote ---
This is because there are too many log message, so you will get freeze, You can disable all the "header path search" in the CC dialog, so that CC can only parse your project files.
oBFusCATed:
There is another bug with the enhancement:
1. Goto the main menu
2. Open a menu that is rendered on top of the notebook
3. Hover on an item on top of the notebook
The result is that the menu closes and the tooltip shows
daniloz:
--- Quote from: oBFusCATed on February 17, 2011, 10:25:25 pm ---There is another bug with the enhancement:
1. Goto the main menu
2. Open a menu that is rendered on top of the notebook
3. Hover on an item on top of the notebook
The result is that the menu closes and the tooltip shows
--- End quote ---
Here, on Windows Vista 32-bit, trunk svn 7010, the menu doesn't close when the tooltip shows and I can come back to it...
However, if I do one more step:
4- after the tooltip is shown, click outside C::B
C::B crashes! :-o
Jenna:
I look into it, thanks for reporting.
Jenna:
Could you please test svn r7011 (if needed, I can merge trunk to debugger-branch).
I was not able to reproduce the crash on windows (tested on vista 64-bit), but the tooltip should not appear any more if the tab is behind an open menu.
So the crash might also be fixed.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version