1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
• Fixing problem where flex_env wasn't being set, updated 'new' to use flex_mate snippetizer. • Class parser now treats Interfaces separately from classes. More... about 17 years ago
• Multiline method parameter support now appears to work. • Stripping multiline comments (but leaving equivalent whitespace) means we should now sidestep picking up invalid methods and properties. • Added test to flex_mate. More... about 17 years ago
• Multiline method parameter support now appears to work. • Stripping multiline comments (but leaving equivalent whitespace) means we should now sidestep picking up invalid methods and properties. • Added test to flex_mate. More... about 17 years ago
• Removing Open MX Sourcecode (now in the Flex bundle). • Organising menu structure. • Adding escape require to flex_env • Cleaning out old code from auto complete function. More... about 17 years ago
• Removing Open MX Sourcecode (now in the Flex bundle). • Organising menu structure. • Adding escape require to flex_env • Cleaning out old code from auto complete function. More... about 17 years ago
• Fixing problem where the namespace appeared the wrong side of the document block in get/set snippets. More... about 17 years ago
• Fixing problem where the namespace appeared the wrong side of the document block in get/set snippets. More... about 17 years ago
• Starting work to look for multiple interface ancestors. More... about 17 years ago
• Starting work to look for multiple interface ancestors. More... about 17 years ago
• adding missing newline in method override declaration. More... about 17 years ago
• adding missing newline in method override declaration. More... about 17 years ago
• Further improvements to method captures. More... about 17 years ago
• Further improvements to method captures. More... about 17 years ago
• Refactoring work, making the regular expressions uniform and containing them within their own objects. More... about 17 years ago
• Refactoring work, making the regular expressions uniform and containing them within their own objects. More... about 17 years ago
• Removing documentation tag that got past the auto generation. More... about 17 years ago
• Removing documentation tag that got past the auto generation. More... about 17 years ago
• Introducing common env rb script to use script for commands. • Added logging and a shortcut to Dialog 2's tool tip to flex_mate.rb • Extracted UI code from the class parser and encapsultated it in it's own class. • Closing a few loopholes in the class parser, including elegantly handling method parameters, and snippetizing output for public and protected methods. More... about 17 years ago
• Introducing common env rb script to use script for commands. • Added logging and a shortcut to Dialog 2's tool tip to flex_mate.rb • Extracted UI code from the class parser and encapsultated it in it's own class. • Closing a few loopholes in the class parser, including elegantly handling method parameters, and snippetizing output for public and protected methods. More... about 17 years ago
• Added comments to class parser, introducing code to add method parameters to output. • Added method snippetizer to flex_mate. More... about 17 years ago
• Added comments to class parser, introducing code to add method parameters to output. • Added method snippetizer to flex_mate. More... about 17 years ago
• Improving flexibility of class recognition in language syntax where final and dynamic is specified. • Tweaking package snippet. • Better logic for ancestor searching in class parser. More... about 17 years ago
• Improving flexibility of class recognition in language syntax where final and dynamic is specified. • Tweaking package snippet. • Better logic for ancestor searching in class parser. More... about 17 years ago
• Wildcarded imports are now expanded when locating classes. More... about 17 years ago
• Wildcarded imports are now expanded when locating classes. More... about 17 years ago
• Removing original completion classes and adding updated version as there were missing classes. • Class Completions now has a fail message property to help diagnose why parsing has failed - ie references to classes we can't find. More... about 17 years ago
• Removing original completion classes and adding updated version as there were missing classes. • Class Completions now has a fail message property to help diagnose why parsing has failed - ie references to classes we can't find. More... about 17 years ago
• Correcting reference to class_parser. More... about 17 years ago
• Correcting reference to class_parser. More... about 17 years ago
• Adding missing class to auto completion list. • Introducing new utility module to contain common tm flex tasks. • Added a list of common places to search for flex to the bundle settings. • Fixed bug in auto completions where the correct type of a member was located but the document it belonged to was being lost. More... about 17 years ago