0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Point to ruby 1.8 shim More... almost 10 years ago
Use version 1.8 of ruby for bundle items More... almost 11 years ago
Add initial semantic classes. More... over 11 years ago
Use requiredCommands. More... over 12 years ago
Correct menu ordering. More... over 12 years ago
Improve comment.line match. More... over 12 years ago
Move folding settings. More... over 12 years ago
Add readme. More... over 12 years ago
Converting the rest of the “Run” commands to #!. None of the Run Script commands source bash_init.sh anymore. More... over 14 years ago
Updating various executor commands to call TextMate::Executor.make_project_master_current_document. More... over 15 years ago
• Move IO's Run command to TextMate::Executor. More... almost 16 years ago
[NEW] Add a ScriptMate based “Run Script” command to the IO bundle. More... almost 16 years ago
Remove unfinished Run command. More... about 16 years ago
Add the following keys to the bundle’s info.plist: More... about 17 years ago
Match single letter prototypes More... over 17 years ago
Added Io comment preference item More... over 17 years ago
Adding new punctuation scopes to various rules. More... over 17 years ago
Rename support.function.OpenGL.io to support.function.open-gl.io; everything else uses lowercase, no reason to stop now :) More... over 17 years ago
Remove swallow use in favor of a constant.character.escape pattern. More... over 17 years ago
[FIXED] The triple-quoted string rule was improperly placed, and therefore was not being used at all. More... over 17 years ago
Add basic menu structure. More... almost 18 years ago
- scope self, sender, etc as variable.language.io by analogy with the ObjC language's handling of "self" (note that this is not consistent with C++'s handling of "this" but there may be some subtle difference which eludes me) - repair the () and ,) meta-scopes to match the new behaviour of applying scope to the left instead of to the right More... almost 18 years ago
Applied Nicholas Seckar's changes. I really hope I didn't break anything! ^_^;; More... about 18 years ago
• all single line comments, bullet points (plain text), and quoted lines (mail) now optionally match the newline character — this is so that when the caret is at the end of the line, the scope is still that of “the line.” This is so key equivalents bound to a given scope (like the ‘enter’ key) also work when typing at the end of the line, which would be expected. More... about 18 years ago
Removed single quotes from multiline comment regex, because they caused comment coloring to cease at the first single quote. (I'm not sure why they were there at all, but anyone who knows should feel free to enlighten me!) More... about 18 years ago
In language grammar, moved comment definitions above operator definitions --- "/" was eating "//" More... about 18 years ago
• rename item and remove empty preferences More... over 18 years ago
Moved to proper location More... over 18 years ago
OpenGL bundle to be used by C and anything else that wants it. Includes completions which ObjC currently overrides, alas. More... over 18 years ago
• added a few comments to the syntax • match () and added a snippet to overload return inside these More... over 18 years ago