User forums > Nightly builds
The 12.11 RC1 (11 November 2012 build 8549) is out.
and4cb:
oBFusCATed: Since my problem does not seem to be related to this Nightly update, since the 10/23 update has the same problem for me, I have opened a new topic in the Help forum titled, "Debugger sometimes stalls when using 'Step Into'."
MortenMacFly:
--- Quote from: raynebc on November 19, 2012, 11:45:44 pm ---Edit: Also, I noticed another bug where when I do a search and replace within all of the project's files, when it completes the operation, it does not render the source file is selected. It made me think C::B had hung until I noticed that all of the rest of the GUI was responsive.
--- End quote ---
If you compile C::B yourself, can you try the following patch:
--- Code: ---Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 8584)
+++ src/sdk/editormanager.cpp (working copy)
@@ -2219,9 +2219,12 @@
// if we showed the progress, the app window is frozen; unfreeze it
if (progress)
+ {
+ delete progress;
Manager::Get()->GetAppWindow()->Thaw();
+ }
- delete progress;
+ Manager::Get()->GetAppWindow()->Refresh();
return pos;
}
--- End code ---
?
dmoore:
--- Quote from: MortenMacFly on November 20, 2012, 06:50:46 pm ---If you compile C::B yourself, can you try the following patch:
--- End quote ---
I can't actually replicate the issue... What is the problem that this is solving? (and how do I reproduce?)
MortenMacFly:
--- Quote from: dmoore on November 20, 2012, 06:56:54 pm ---I can't actually replicate the issue... What is the problem that this is solving? (and how do I reproduce?)
--- End quote ---
- have a project with many files (with dummy content)
- run a "Replace in files" operation
- make sure things get replaces and e.g. editors are open whose content is updated
-> after the operation has finished (and editors were opened) C::B seems like "dead", an UI refresh seems missing.
raynebc:
Thanks! I'm glad to hear that one was sorted out quickly. However now since I've casted all unused return values to (void), I will no longer be able to use the find declaration/implementation features, which will make thinks a little less convenient. Here's to hoping it's also a simple fix.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version