0
I Use This!
Very Low Activity

Commits : Listings

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