Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Clang based CC, new CC interface
ollydbg:
--- Quote from: Alpha on May 28, 2014, 01:52:35 am ---I unfortunately am currently recovering from a minor surgery, so I am unsure when I will be able to step back into work. Soon hopefully.
--- End quote ---
Hopefully you will be recovered soon :).
BTW: When reviewing the CC code, one idea comes to my mind: is it possible put all the operations on the TokensTree as a "threaded task", and those tasks will only be run from the thread pool. If the user need to show the code suggestion list, we assignment a task to the pool, and it will run in the worker thread, and finally when the task finishes, we can receive an event, and show the suggestion list. It makes some kind of synchronize operations. The main idea is to remove the "lockers" in the TokensTree, and we can serialize the operations on the Tree. We can even assign some priority task, which can be put in the front of the task queue.
edison:
The error message is hard to read when using a dark theme.
Alpha:
The style used is currently hooked (hacked) into wxSmith highlighting; so you can modify it by changing the second to last entry for C++ under Settings->Editor->Syntax highlighting.
edison:
Thanks, it's much better after change the settings.
edison:
The Clanglib does not work with last CB svn build (994x+).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version