Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Reload never works in cc parser test project r7738
(1/1)
ollydbg:
--- Code: ---void Frame::OnMenuReloadSelected(wxCommandEvent& event)
{
if (!ParserTestAppGlobal::s_fileQueue.IsEmpty())
Start();
}
--- End code ---
Hi, morten, the s_fileQueue is always empty after the first run (you delete/cleam them after the parsing), so you never hit the "Start();" again.
MortenMacFly:
--- Quote from: ollydbg on January 30, 2012, 03:10:52 pm ---Hi, morten, the s_fileQueue is always empty after the first run (you delete/cleam them after the parsing), so you never hit the "Start();" again.
--- End quote ---
Yes, this is a missing change after the last refactoring ::). Just remove the If-clause and it should work again.
Navigation
[0] Message Index
Go to full version