I have already deleted the old codeintel database, I followed these instructions:
http://community.activestate.com/faq/codeintel-database-fix
I am running Linux Mint 17, coding with PHP
Test 1:
ctrl+click on a function name in a class.
Expected result:
In previous versions, the parent class that contained the function name would be loaded, and scrolled directly to the function defintion.
Actual result:
Scrolls to the top of the current document.
Test 2:
Writing code “$this->” then press ctrl+enter
Expected result:
Code completion list shows classes from parent class.
Actual result:
Code completion list shows only functions from current class.
Additional notes:
I still have Komodo 9 installed, and I can confirm, with the same project files, the same code base, everything is is the same, and the above tests work correctly with the expected results.
Questions:
Has something major changed from version 9 to 10? Do I need to alter preferences or settings to get codeintel to work with the new editor?
I really like Komodo, but this is a deal breaker if I can’t get it working.