0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 23, 2025 — Jul 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the parser flags attribute to detect if the numeric value is actually a Float More... about 14 years ago
Fixing a couple of crashes on the expressionvisitor More... about 14 years ago
Basic implementation of method calls More... about 14 years ago
Added tests for aliased global variables More... about 14 years ago
Improved the alias statement support by allowing global variables More... about 14 years ago
Added tests for class/instance methods More... about 14 years ago
Adding flags to the basic struct node type More... about 14 years ago
Implemented the MethodDeclarationData More... about 14 years ago
Showing if current method is an instance or a class method in the DeclarationNavigationWidget More... about 14 years ago
Extended the FunctionDeclaration and renamed it to MethodDeclaration. More... about 14 years ago
Defined a few tests regarding arrays & hashes. Leave them as pending right now More... about 14 years ago
Fixed bug on multiple assignments More... about 14 years ago
Implemented a helper method to obtain the QualifiedIdentifier for a node that avoids memory leaks More... about 14 years ago
Polishing More... about 14 years ago
Fixed crash in the ExpressionVisitor for hashes More... about 14 years ago
Applying the VariableLengthContainer type to the hash and array visitors from the ExpressionVisitor More... about 14 years ago
Implemented a VariableLengthContainer type very similar to the python's one More... about 14 years ago
Starting with a basic implementation of arrays and hashes More... about 14 years ago
Updated the New Class wizard to the last version of KDevPlatform More... about 14 years ago
The require_relative construct is now working as expected More... over 14 years ago
Simple require statements seem to work fine More... over 14 years ago
Helper methods regarding the require statement are done More... over 14 years ago
Modified the parser so it also stores the offset of a token inside the file More... over 14 years ago
Starting with the require statement More... over 14 years ago
Reordering initializations on the LanguageSupport class constructor to avoid warnings More... over 14 years ago
Merge branch 'master' of git://anongit.kde.org/kdev-ruby More... over 14 years ago
For some reason I removed the implementation of the visitAssignmentStatement method in the RubyAstVisitor. Writing it again... More... over 14 years ago
The encounter method is too simple, can be inlined More... over 14 years ago
There's no need to keep the m_lastType as a QStack, it can be just a pointer since we only need the last type More... over 14 years ago
adapt to kdevplatform changes More... over 14 years ago