Skip to content

Code Completion Continued...

Tuesday, 15 March 2005  |  manyoso

A couple of updates on the code completion changes. In current CVS code completion can:

  1. Complete in TRY/CATCH blocks...
  2. Complete on vars declared in if/for/while...
  3. Lots of other fixes...

And I have this working although the patch is up for review and not in cvs:

Color Completion in KDevelop

There are a few issues, because it relies on richtext and the problem is I have to strip out some chars programmatically which becomes a problem for apps who use katepart and completion entries with legitimate richtext chars...