2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 09, 2025 — Mar 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add some msvc fixes More... almost 14 years ago
build python library with CMake More... almost 14 years ago
move the python-src folder before finding KDE - thus not having any include paths set More... almost 14 years ago
Don't update the type of the raw containers More... almost 14 years ago
Prettier display of various completion items in full completion mode More... almost 14 years ago
Provide completion for the names of function default-arguments More... almost 14 years ago
Passing utf8 strings to the python parser doesn't work. Instead, skip the coding line check now. More... almost 14 years ago
Display a nice message when the debugger stops because its client died More... almost 14 years ago
Visit comparison ASTs in the expression visitor More... almost 14 years ago
With kdevplatform changes, the import completion should work nicely now. More... almost 14 years ago
At least class alias completion works now for imports More... almost 14 years ago
Another attempt to create a ruleset on when to update a declaration and when not to More... almost 14 years ago
Split the visitVariableDeclaration function into pieces to be re-used elsewhere More... almost 14 years ago
correctly import alias declarations from other files More... almost 14 years ago
Fix arguments from being highlighted incorrectly in some cases More... almost 14 years ago
Fix bug: multiple "import foo.bar" "import "foo.baz" statements would only import the first item from the module More... almost 14 years ago
If the python decoding functions are skipped, it's necessary to make sure the file ends with a newline More... almost 14 years ago
A few DUChain fixes for imports More... almost 14 years ago
Unit tests for the last commit More... almost 14 years ago
Don't search in parent contexts of classes if looking for members More... almost 14 years ago
Dangerous change: completely disable python codecs and feed utf8 into the parser directly More... almost 14 years ago
Fix character encoding: ascii -> utf8 More... almost 14 years ago
Drop-in quickfix for the "my top context is running away if the user inserts text!" issue More... almost 14 years ago
Merge branch 'completionrefactor' More... almost 14 years ago
Several small fixes in various codecompletion-related things More... almost 14 years ago
All completion tests pass now. Yay! More... almost 14 years ago
The hard work for the new include completion should be done now; polishing can begin. More... almost 14 years ago
Interactive progress display for the test runner More... almost 14 years ago
Mark test for unsupported feature as expected to fail, and update the test runner to support XFAIL nicely More... almost 14 years ago
Fix a small regression in the debugger caused by changes to expressionUnderCursor More... almost 14 years ago