0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More on uninitialized attributes More... over 13 years ago
Fixed the rspec path in the Guardfile More... over 13 years ago
Don't show the return type in completion items More... over 13 years ago
Don't show types for methods, it's awkward for a Ruby user More... over 13 years ago
Initializing the token attribute from lex_strterm More... over 13 years ago
Initializing the m_mapAst so valgrind does not complain More... over 13 years ago
Some valgrind fixes More... over 13 years ago
Simplified some attributes in the DeclarationBuilder class. More... over 13 years ago
Fixed a test for the Code completion. More... over 13 years ago
Simplify/Optimize ClassType::clone More... over 13 years ago
Fix ClassType: you must override and properly implement ::equals for custom types More... over 13 years ago
Fix hash More... over 13 years ago
Fix ctor of custom ClassType More... over 13 years ago
Do nothing in the Usebuilder for the self keyword. More... over 13 years ago
Fixed the self keyword inside method definitions. More... over 13 years ago
Test for a problem with Hash of unsure storage. Problem is not reproducible when all duchain tests are run, but is 100% reproducible when just this test is run. More... over 13 years ago
Fixed the Expressionvisitor so now string variables uses are marked as they should. More... over 13 years ago
Added test to check the uses of string variables when this string is a method call member More... over 13 years ago
Remove unneeded calls to RubyAstVisitor visitor methods More... over 13 years ago
Improve performance of if expression parsing: make it O(n) instead of O(n!), visitLastStatement is already smart enough to traverse the elsif/else tree, so there's no need for additional visiting and loop More... over 13 years ago
Fixed crash with open strings More... over 13 years ago
Set access policy to public by default when visiting the singleton class. This fixes the crash as specified in duchain/singletonMethodVisibility test. More... over 13 years ago
Test for singleton method visibility (crashes right now) More... over 13 years ago
Fixed the require method for gems More... over 13 years ago
Adapt to a change on KDevPlatform More... over 13 years ago
bump plugin version to 15 More... over 13 years ago
Polishing More... over 13 years ago
Adapt to KDevplatform changes: Use IndexedString instead of KUrl in BackgroundParser. More... over 13 years ago
Sort the cache in the Loader::getRequiredFile method. More... over 13 years ago
Fixed regression of the parser regarding the offset of a string position. More... over 13 years ago