Code Completion Continued...
A couple of updates on the code completion changes. In current CVS code completion can:
- Complete in TRY/CATCH blocks...
- Complete on vars declared in if/for/while...
- Lots of other fixes...
And I have this working although the patch is up for review and not in cvs:
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...