@David: some questions regarding testing and codecompletion...<div><br></div><div>It doesn't seem like the completion context used in testing gets any of the implementation helpers, is there any way to test for their existence?</div>
<div><br></div><div>Also, I don't seem to be able to test for completion at the end of the top context, ie "#include "somefile" \n (complete here)"</div><div><br></div><div>Finally, at some point, do completion items that have been added to ungroupedElements get filtered later according to whether they match the text at the cursor? That causes problems for implementation items within namespaces (you're typing classname::functionname, which doesn't match with namespace::classname::functionname).</div>
<div><br></div><div>Thanks,</div><div><br></div><div>-OliJG</div>