0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First implementation of the completion of require file items More... over 13 years ago
Polishing More... over 13 years ago
Implemented the code that handles the completion of the access of module members More... over 13 years ago
Polishing More... over 13 years ago
Create the expanding widget if this is a NormalItem More... over 13 years ago
SVN_SILENT made messages (.desktop file) More... over 13 years ago
Added some tests regarding memberAccess More... over 13 years ago
Only show the public methods when offering the completion on the memberAccessItems method More... over 13 years ago
First implementation of the completion of class members More... over 13 years ago
Implemented the completion code that handles the completion in a standard access More... over 13 years ago
Implemented tests for the completion of base classes and module mixins More... over 13 years ago
Offer code completion for module mixins. More... over 13 years ago
Improved the data method on the NormalItem class More... over 13 years ago
Created a new completion item named NormalItem that will handle stuff like classes, methods, ... More... over 13 years ago
It now knows how to auto-complete the base class when declaring a new class More... over 13 years ago
Decide in the constructor what kind of access does the context have More... over 13 years ago
Defined the different contexts that the completion code may have More... over 13 years ago
Grouped the ruby keywords into a separate group. More... over 13 years ago
Defined the completion to be done for each keyword More... over 13 years ago
Created a basic test suite for the completion code More... over 13 years ago
Added the possibility to auto-complete one-liners (shebang, encoding line,...) More... over 13 years ago
Created the class KeywordItem to handle the completion of keywords More... over 13 years ago
Typo More... over 13 years ago
Implemented a reopenDeclaration method in the DeclarationBuilder. More... over 13 years ago
Created a cache for the ruby's search paths in the Loader class More... over 13 years ago
Move the helper methods that deal with the require statements into a new class named Loader More... over 13 years ago
Fixed crash when subclassing a class with no internal context More... over 13 years ago
Fixed strange crash when creating a new file More... over 13 years ago
Check that the actual class/module declaration is valid More... over 13 years ago
Fixed the scope of method arguments, but the uses of the arguments are not working yet :( More... over 13 years ago