1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
• 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
• Where a class is not explicitly imported the package path is now used when trying to locate it. More... about 17 years ago
• Where a class is not explicitly imported the package path is now used when trying to locate it. More... about 17 years ago
• Add match for allow for 'static' declarations to appear before the namespace in methods, getters and setters. More... about 17 years ago
• Add match for allow for 'static' declarations to appear before the namespace in methods, getters and setters. More... about 17 years ago
• Introducing 'include' and '#include' (deprecated) scopes. More... about 17 years ago
• Introducing 'include' and '#include' (deprecated) scopes. More... about 17 years ago
• Final snippets now recognise scope, so package level gets you a final class, and class level gives you a final method. More... about 17 years ago
• Final snippets now recognise scope, so package level gets you a final class, and class level gives you a final method. More... about 17 years ago
• Getter / Setter snippets now recognise interface scope and tailor their output accordingly. More... about 17 years ago
• Getter / Setter snippets now recognise interface scope and tailor their output accordingly. More... about 17 years ago
• Correcting class scope from last weeks refactoring (had retained meta.definition.class). More... about 17 years ago
• Correcting class scope from last weeks refactoring (had retained meta.definition.class). More... about 17 years ago
A couple of todo/experimental items. More... about 17 years ago
A couple of todo/experimental items. More... about 17 years ago
• Internal classes are now correctly recognised by the language definition. • Updated comments, docs and todo's in class parser. More... about 17 years ago
• Internal classes are now correctly recognised by the language definition. • Updated comments, docs and todo's in class parser. More... about 17 years ago
• Adding interface scope recognition for get and set snippets which now tailor their output accordingly. More... about 17 years ago
• Adding interface scope recognition for get and set snippets which now tailor their output accordingly. More... about 17 years ago
• Moving opening curly braces to the following line. More... about 17 years ago
• Moving opening curly braces to the following line. More... about 17 years ago
• Now recognises interface scope and cut's down the available list accordingly. More... about 17 years ago
• Now recognises interface scope and cut's down the available list accordingly. More... about 17 years ago
• Getter/Setters now how have a specific scope within interfaces and highlight parameter and return type errors. More... about 17 years ago
• Getter/Setters now how have a specific scope within interfaces and highlight parameter and return type errors. More... about 17 years ago
• Added accessor for common src list. • Added comments. More... about 17 years ago
• Added accessor for common src list. • Added comments. More... about 17 years ago
• Now references common source list via package_completion.rb. More... about 17 years ago
• Now references common source list via package_completion.rb. More... about 17 years ago
• Removing old mxmlc output parser. More... about 17 years ago