0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update ruby new class generation code to match the new API (changed after merging file templates branch) More... over 13 years ago
Fixed crash on heredoc parsing More... over 13 years ago
Fixed a bug on symbol parsing and added a test for it More... over 13 years ago
Fixed escaping character for tSTRING_VAR and tSTRING_DBEG tokens More... over 13 years ago
Fixed regression created by the previous commit More... over 13 years ago
Fixed the tCHAR syntax for special characters More... over 13 years ago
Fixed bug on the parser when parsing strings/regexps More... over 13 years ago
Fixed a conflict on heredoc parsing More... over 13 years ago
Polishing More... over 13 years ago
Differentiate between instance and class methods in the usebuilder. More... over 13 years ago
Implemented a specific reopenDeclaration for MethodDeclaration's. More... over 13 years ago
The Ruby::ParseJob class is now taking care of warnings from the parser. More... over 13 years ago
Simplify code More... over 13 years ago
Usebuilder doesn't need to process requires, context builder does that More... over 13 years ago
Polishing More... over 13 years ago
Beautify code that schedules 'required' file for parsing More... over 13 years ago
Adapt to KDevplatform changes. More... over 13 years ago
Updated heredoc parser test More... over 13 years ago
Fixed heredoc identifier parsing More... over 13 years ago
Move failing heredoc test to parser tests: it's parser that crashes More... over 13 years ago
One more failing heredoc test, this time with weird heredoc markers '.,.,', used by rack parser generators More... over 13 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... over 13 years ago
Fixed weird crash on the parser More... over 13 years ago
Fixed typo More... over 13 years ago
Polishing More... over 13 years ago
Fixed require statements for gems in the code completion More... over 13 years ago
Take care of statement modifiers in the Code completion More... over 13 years ago
Improved the "do" keyword completion More... over 13 years ago
More on uninitialized attributes More... over 13 years ago
Fixed the rspec path in the Guardfile More... over 13 years ago