handlename-> |here i would expect a list of what (public) identifiers are declared in class |
Hmm, nope, although it helped a little, i have some completion now at least..
but.
I get some completion sometimes and other times it works fine one minute and stops working the next. All the files are in the same folder as the cbp file and i have "./" in the search folders for compiler.
Needing to save before CC updates is a bit annoying, is there no way that CC can be made to work with the working copy? Is there some specific reason CB cant do this? (i.e. due to scintilla).I think it can do it on a working copy. But now, development on CC is freezed. You can read it's source code and add something. By the way, nowadays, I'm reading it's source code and writing the wiki page
is there no way that CC can be made to work with the working copy?No. At least not implemented.
Is there some specific reason CB cant do this? (i.e. due to scintilla).Yes. imagine you are working an a huge file - processing CC at e.g. each fingertip (character you type in) would cost way too much performance. Doing CC after each 10 fingertips (or whatever) is not a good thing to do (imagine you are deleting a line in a file). Doing the same every n (m)secs is no good, too. Because users would still complain the same thing.