0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created a Data class for the ClassDeclaration More... almost 14 years ago
Add simplistic new class file template for ruby More... almost 14 years ago
Update ruby new class generation code to match the new API (changed after merging file templates branch) More... almost 14 years ago
Fixed crash on heredoc parsing More... almost 14 years ago
Fixed a bug on symbol parsing and added a test for it More... almost 14 years ago
Fixed escaping character for tSTRING_VAR and tSTRING_DBEG tokens More... almost 14 years ago
Fixed regression created by the previous commit More... almost 14 years ago
Fixed the tCHAR syntax for special characters More... almost 14 years ago
Fixed bug on the parser when parsing strings/regexps More... almost 14 years ago
Fixed a conflict on heredoc parsing More... almost 14 years ago
Polishing More... almost 14 years ago
Differentiate between instance and class methods in the usebuilder. More... almost 14 years ago
Implemented a specific reopenDeclaration for MethodDeclaration's. More... almost 14 years ago
The Ruby::ParseJob class is now taking care of warnings from the parser. More... almost 14 years ago
Simplify code More... almost 14 years ago
Usebuilder doesn't need to process requires, context builder does that More... almost 14 years ago
Polishing More... almost 14 years ago
Beautify code that schedules 'required' file for parsing More... almost 14 years ago
Adapt to KDevplatform changes. More... almost 14 years ago
Updated heredoc parser test More... almost 14 years ago
Fixed heredoc identifier parsing More... almost 14 years ago
Move failing heredoc test to parser tests: it's parser that crashes More... almost 14 years ago
One more failing heredoc test, this time with weird heredoc markers '.,.,', used by rack parser generators More... almost 14 years ago
Test for crash during heredoc parsing. Currently we have two problems: - we treat heredoc as ruby code - we fail during heredoc parsing and crash instead of bailing out More... almost 14 years ago
Fixed weird crash on the parser More... almost 14 years ago
Fixed typo More... almost 14 years ago
Polishing More... almost 14 years ago
Fixed require statements for gems in the code completion More... almost 14 years ago
Take care of statement modifiers in the Code completion More... almost 14 years ago
Improved the "do" keyword completion More... almost 14 years ago