1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Since asdoc will print the type of a variable automatically, it is not nescessary to print it in the @param description. To reflect this fact, the type is now the tab stop, so you can overwrite it with your description. More... over 15 years ago
Fixes Description tabstop for public and protected methods in asdoc command not showing up when the method has parameters. More... over 15 years ago
people who type stuff like public override function startEntry( req: INavigationRequest ): void Are now supported by the language definition. More... over 15 years ago
• Removing extra newline at end of asdoc block. More... over 15 years ago
asdoc command now inserts @private correctly based on the defined namespace More... over 15 years ago
• Fixing a completion problem where methods with a return type had their parameters missing. More... over 15 years ago
• Function command now recognises handler naming conventions and adapts the snippet it provides accordingly. More... over 15 years ago
• Improved the doc search command. More... over 15 years ago
• Handling another rescue case for the TextMate.each_text_file_in_project problem. More... over 15 years ago
• Added TextMate.each_text_file_in_project problem to 'Known Issues' More... over 15 years ago
• Adding check for the minimum support version. More... over 15 years ago
Correcting the spelling of my name More... over 15 years ago
• Finally we're correctly compiling swc's when 'TM_FLEX_OUTPUT' ends with '.swc'. More... over 15 years ago
• Warn the user that they can't 'run' swcs. More... over 15 years ago
• Adding completion lookup stubs for fl, air, and flash ide classes. More... over 15 years ago
• Integrated the help and README documents. More... over 15 years ago
• Spelling corrections. More... over 15 years ago
• Removing whitespace. More... over 15 years ago
• Adding separators to template list popup. More... over 15 years ago
• Svn installation instructions removed from the README. More... over 15 years ago
• Tweaking the mxmlc exhaust parser. More... over 15 years ago
• Removing code that dealt with the change to TextMate.each_text_file. More... over 15 years ago
• Now recognise (and prefer where present) flex_sdk_3.5.0 More... over 15 years ago
• Patching to handle changes in the underlying TextMate rb class. More... over 15 years ago
• Fixing an error when calculating output for a single file compile. More... over 15 years ago
• Improved package definition recognition. More... over 15 years ago
• Switching further references of 'lib' to 'libs'. More... over 15 years ago
• Changing the project template to create a 'libs' directory (instead of 'lib'). More... over 15 years ago
• Initial work to compile using compc by specifying TM_FLEX_OUTPUT's suffix with .swc More... over 15 years ago
• Mxml exhaust now caches all input so that it can be retrieved later. Added extra tests and improved parsing. More... over 15 years ago