Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Weird crash - CC

<< < (2/3) > >>

Biplab:

--- Quote from: MortenMacFly on February 17, 2010, 09:46:15 am ---
--- Quote from: Biplab on February 17, 2010, 09:43:32 am ---I hope others have noticed this too.

--- End quote ---
Well - that's because CC find around 5 times the tokens as before. But you may want to setup the scope for the symbols differently (e.g. not "all", but "project only").

--- End quote ---

My point is that this shouldn't come at the cost of user experience. If needed, we should lower the thread priority or do the needful so that CC leaves some cpu time for ui processing.

MortenMacFly:

--- Quote from: Biplab on February 17, 2010, 09:49:36 am ---My point is that this shouldn't come at the cost of user experience. If needed, we should lower the thread priority or do the needful so that CC leaves some cpu time for ui processing.

--- End quote ---
Yes - we had discussed this already (somewhere?!). Someone proposed doing the UI update (of the symbols tree) in an own thread, rather than calling it "directly".

Loaden:
This issue still existed in wx-2.9.2svn.
It's seems occured in wx-svn59336.


--- Quote ---VZ  2009/3/5 22:13:19             
fix multiple problems with selection in controls with wxTR_MULTIPLE style (closes #626)

--- End quote ---

Loaden:
This is an endloop in wx.
OnTreeItemCollapsing -> CollapseAndReset -> IsTreeEventAllowed -> HandleTreeEvent -> OnTreeItemCollapsing  ...

oBFusCATed:

--- Quote from: Loaden on December 14, 2010, 09:22:15 am ---This is an endloop in wx.

--- End quote ---
You mean infinite loop?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version