0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 22, 2025 — Jan 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A few crashes have been fixed. However, it's still very unstable :( More... almost 15 years ago
Improving the integration with the new parser. There still are some issues though. More... almost 15 years ago
Polishing CMakeLists More... almost 15 years ago
Fixed crash. More... almost 15 years ago
Messing up things :( More... almost 15 years ago
It compiles. However, a lot of things are gone. I have to implement it from scratch :S More... almost 15 years ago
First steps to integrate the parser into the plugin More... almost 15 years ago
Initial commit More... almost 15 years ago
Port the original version of kdevelop ruby language support to kdevelop/kdevplatform trunk. Get the previous revision for ruby support sources for KDevelop 4.0/4.1. I haven't checked the compilation against 4.2. This code might work or might not. More... almost 15 years ago
SVN_SILENT made messages (.desktop file) More... almost 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... over 15 years ago
SVN_SILENT made messages (.desktop file) More... over 15 years ago
SVN_SILENT made messages (.desktop file) More... over 15 years ago
SVN_SILENT made messages (.desktop file) More... over 15 years ago
improve few names & descriptions More... over 15 years ago
SVN_SILENT link More... over 15 years ago
Update kdevelop plugin version to 9. More... almost 16 years ago
Fix build: add current binary dir to include path, this will find railsswitchers.moc More... almost 16 years ago
Use custom "Object" type for all Ruby function arguments and return types. It's more correct to use "Object" rather than "mixed" as in Ruby everything is "Object" after all. More... almost 16 years ago
Start adding tests for Ruby's duchain builder. For now check building duchain for functions and class instance functions. More... almost 16 years ago
Allow to build tests for Ruby support More... almost 16 years ago
Set StructureType for a class declaration. We created the type, but never bound it to the declaration. More... almost 16 years ago
Remove commented code and debug output More... almost 16 years ago
Compile various parts of ruby language support into their own libraries - rubyparser, rubyduchain, rubynavigation. This way it will be easier to create tests and dedicated "test" executables for them. More... almost 16 years ago
Parse ruby function arguments, build AST nodes for them, declarations and types. This also introduces type builder to the ruby support. Currently it constructs types for classes, functions and function arguments. More... almost 16 years ago
Implement "Run Current Test Function" (Meta-Shift-F9) in Ruby support. This works for ruby's Test::Unit framework and runs ruby <testfile.rb> -n <functionname> More... almost 16 years ago
Implement "Run Current File" (Meta-F9) function for Ruby support. This will execute currently opened file with ruby interpreter. More... almost 16 years ago