0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the standard bundle license to the README More... over 9 years ago
Cleanup Readme More... over 9 years ago
Add description and contact info More... over 9 years ago
Point to ruby 1.8 shim More... over 9 years ago
Use version 1.8 of ruby for bundle items More... over 10 years ago
Allow tag closure to end import rules, fixes #7. More... over 11 years ago
Don't count tag closings when looking ahead for regex. More... over 11 years ago
Improvements for imports. More... about 12 years ago
Fix for closures and URI and URL. More... almost 13 years ago
Better support for abstract methods. More... almost 13 years ago
Make the regex patterns for the create package command match the whole name of the directory, not part of. More... almost 13 years ago
Allow methods to be in inner class blocks. More... almost 13 years ago
Merge branch 'master' of github.com:textmate/groovy.tmbundle More... almost 13 years ago
Merge pull request #5 from helo/adding_installation_readme More... almost 13 years ago
added readme with installation instructions More... almost 13 years ago
Added support for inner classes. More... almost 13 years ago
Support methods where the only modifier is an annotation. More... almost 13 years ago
Refined method match not to not match method identifies containing a period, which caused a death recursion. More... almost 13 years ago
Allow any groovy code in enum initialisation calls. More... almost 13 years ago
Support for vars with no space before =, e.g. foo="bar" More... almost 13 years ago
Added generate package command from Java bundle. More... almost 13 years ago
Fix for ending of assertion matching. More... almost 13 years ago
Improved support for “$” as a valid method identifier. More... about 13 years ago
Removed some snippets that are now in the java bundle. More... about 13 years ago
Support nested types as method returns. More... about 13 years ago
Remove usage of TM_RUBY. More... over 13 years ago
Some Groovy syntax improvements. More... over 13 years ago
Removing snippets from here that are duplicated in the Java bundle and changing the scope of the Java ones to work for Groovy More... over 14 years ago
Removed “is” keyword as it is only a method. More... over 14 years ago
Added “in” keyword. More... over 14 years ago