0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved how parameters are printed in the generated builtins.rb file More... over 14 years ago
Fixed returned backtick token on method definitions More... over 14 years ago
Visiting block variables More... over 14 years ago
Merge branch 'master' of git://anongit.kde.org/kdev-ruby More... over 14 years ago
Changed the orientation of lambda children, so it follows the same logic as the token_block More... over 14 years ago
Implemented the visitBlock method for the RubyAstVisitor More... over 14 years ago
Check if the given method call is either a require, an include/extend or just a regular method call More... over 14 years ago
SVN_SILENT made messages (.desktop file) More... over 14 years ago
Implemented a basic OverridePage for the 'Create new class' wizard. Some todo's have been added More... over 14 years ago
Created a basic 'Create new class' dialog More... over 14 years ago
The documentation generator now prints method arguments too More... over 14 years ago
Generated the documentation/builtins.rb file with the kdevruby_doc.rb script More... over 14 years ago
Merged Authors & Hacking files into a single README file More... over 14 years ago
Skip redundant modules/classes More... over 14 years ago
There's no need to subclass RDoc::RDoc, just re-open it More... over 14 years ago
Adding predefined global variables and predefined constants More... over 14 years ago
Added file that generates the documentation for ruby builtins More... over 14 years ago
Added a visitParameter method More... over 14 years ago
Appending a new problem for any error on subclassing More... over 14 years ago
The declarationnavigationwidget shows the class' superclass More... over 14 years ago
Make sure base classes are added properly More... over 14 years ago
Starting with the most basic CodeCompletion structures. Be aware that this does not mean that I'm focusing on code completion right now. I just wanted some basic structures to exist. More... over 14 years ago
Module declarations are now almost the same as the class declarations More... over 14 years ago
Fixing weird issues when declaring classes More... over 14 years ago
The use builder is quite ready and the visitMethodStatement from the declaration/context builders have been re-written More... over 14 years ago
Handle nth_ref global variables properly More... over 14 years ago
Fixed positions on multi-line strings More... over 14 years ago
Handling weird heredoc syntax and updated the parser's README file. More... over 14 years ago
cleaning some todo's More... over 14 years ago
Improved the parsing of keywords More... over 14 years ago