0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cosmetic improvements (now uses TextMate Web Preview) More... over 19 years ago
Initial import of the Ruby script to compile ActionScript with MTASC. More... over 19 years ago
Use the new asd.rb More... over 19 years ago
Initial import of the Ruby version of asd.pl More... over 19 years ago
Added a small "Hello World" sample for the "Build With MTASC" command More... over 19 years ago
Added some documentation to the setup file for MTASC More... over 19 years ago
Changed keystroke to the TextMate standard (⌃H) More... over 19 years ago
Correcting a typo in the title of the command, to follow Apple's guidelines More... over 19 years ago
Added scope selector for command, so it doesn't clutter the Select Bundle Item list More... over 19 years ago
allan: bomberstudios: btw: Title Case Your Items! :) More... over 19 years ago
[NEW] The "Build with MTASC" command allows TextMate to compile ActionScript out of the box. The bundle includes the latest MTASC binary, compiled for PPC and Intel. Documentation is on the way. More... over 19 years ago
Changed command shortcuts to ⌘+R (Test Movie) and ⌘+B (Build in Flash, Publish Movie) to better fit with the Style Guide <http://macromates.com/wiki/Bundles/StyleGuide> More... over 19 years ago
Moved the 'New Function' command to the top of the list. More... over 19 years ago
• new function (from current word) on ⇧↩ (Ale Muñoz) More... over 19 years ago
Change occurrences of punctuation.section.comment to punctuation.defintion.comment More... over 19 years ago
Optimize a couple of the abhorishly large regex matches. More... over 19 years ago
Global change from punctuation.section.parameters to punctuation.definition.parameters; really this time… I think. More... over 19 years ago
Adding new punctuation scopes to various items. More... over 19 years ago
Change variable.parameter.asp to variable.parameter.function.asp More... over 19 years ago
(Part of the global rename of entity.name.class to entity.name.type) More... over 19 years ago
Move true|false from support.constant to constant.language More... over 19 years ago
• Remove swallow use in favor of a constant.character.escape pattern. More... over 19 years ago
Remove some lingering theme related rules from the grammar. More... over 19 years ago
Move preference rules out of the grammar and into a preference item. More... over 19 years ago
If $FLASH_TEST_URL is not set, now opens $FLASH_SWF_SAVE_PATH if that one is set. More... over 19 years ago
Add basic menu structure. More... over 19 years ago
Add key equivalent of ⌃⌥⇧A to grammar. More... over 19 years ago
• Global move from other.preprocessor.* to meta.preprocessor.* More... over 19 years ago
Converted to the new XML format to avoid an escaping issue. Also removed some outdated colors/styles. More... over 19 years ago
Change declaration.function|class to meta.function|class to conform to new conventions. More... over 19 years ago