21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Haxe][GotoDeclaration] Added unit tests for issue #366. closes #366 (#2334) More... over 7 years ago
[Haxe][FileParser] Support for @:publicField. Fixed: Outline panel: incompatibility with @:publicFields. fixes #163 (#2333) More... over 7 years ago
[AS2Context][Context][CheckModel] Fixed: Package 'xxx' did not match file path doesn't work for root (empty) package. fixes #894 (#2332) More... over 7 years ago
[CodeRefactor][Rename] Fixed: renaming folder's name to it previous name calls a bug. fixes #2318 (#2331) More... over 7 years ago
[CodeComplete][FindParameterIndex] Fixed: Function call tip wrong param index. fixes #2324 (#2330) More... over 7 years ago
[Haxe][FileParser] Fixed: Wrong parse of class with single-line functions. fixes #1907 (#2329) More... over 7 years ago
[Flash] Added basic support for AIR31 and FP31 (#2328) More... over 7 years ago
[Haxe][InferParameterType] Improved inference of the paramater's type. fixes# 2312 More... over 7 years ago
[Haxe][FileParser] Fixed parsing of function's parameters, eg `foo( ? v : Type)`. fixes #2320 (#2323) More... over 7 years ago
[Haxe][CodeGenerator][GenerateSwitch] Disable 'Generate Switch' for the declaration of function's parameter (#2316) More... over 7 years ago
[Haxe][AS3] Extracted `HaxeContext.Model.FileParser` from `ASFileParser` (#2314) More... over 7 years ago
[Haxe][CodeComplete] Improved inference the type of the optional parameter with default value. fixes #2312 (#2313) More... over 7 years ago
[Refactoring] Performance optimizations... Removed an attempt was made to get an expression if the cursor moved to a comment or to a reserved word(public, function, etc...). (#2311) More... over 7 years ago
[Refactoring] Small refactoring... (#2310) More... over 7 years ago
[CodeGenerator][GenerateConstructor] Fixed: Generate constructor inserts constructor in a strange location. fixes #2305 (#2308) More... over 7 years ago
[Haxe][CodeComplete][InferVariableType] Fixed: System.StackOverflowException. fixes #2306 (#2307) More... over 7 years ago
[CodeGenerator][InsertImport] Fixed: Incorrect position of autoimport. fixes #2303 (#2304) More... over 7 years ago
[Haxe][CodeGenerator][GenerateConstructor] Fixed: Support 'Generate Constructor' for 'enum'. fixes #2301 (#2302) More... over 7 years ago
[Haxe][CodeGenerator] Fixed: Disable the generation of static members in the 'enum'. fixes #2299 (#2300) More... over 7 years ago
[AS3][Haxe][CodeGenerator] Fixed: Disable the generation of static members in the 'interface'. fixes #2297 (#2298) More... over 7 years ago
[Haxe][CodeGenerator] Fixed: Disable the generation of static members in the 'typedef'. fixes #2295 (#2296) More... over 7 years ago
[Haxe][CodeGenerator][GeneratePublicFunction] Fixed: Wrong result after executing 'Generate public function' in 'typedef'. fixes #2293 (#2294) More... over 7 years ago
[HaxeProject][AdditionalCompilerOptions] Added support for hxml files. fixes #1793. part2 (#1827) More... over 7 years ago
[Haxe] Support `--cwd` in hxml projects (#2052). fixes #2051 More... over 7 years ago
[Haxe][GotoDeclaration] Fixed: Incorrect behavior for 'Optional Arguments'. fixes #2291 (#2292) More... over 7 years ago
[Regression][CodeRefactor] Fixed NPE (#2290) More... over 7 years ago
[Regression][Haxe][CodeRefactor][FindAllReferences] Fixed: Renaming function's arguments dont work when a compiler service 'EnableForFindAllReferences' is enabled. fixes #2250 (#2289) More... over 7 years ago
[Haxe][CodeGenerator][GenerateSwitch] Fixed: Support 'Generate switch' for 'enum abstract'. fixes #2285 (#2288) More... over 7 years ago
[Haxe][CodeRefactor][OrganizeImports] Fixed: Disable 'Organize imports' for 'import.hx'. fixes #2284 (#2287) More... over 7 years ago
[Refactoring] Removed redundant checks 'classModel.Extends != null' because 'classModel.Extends' can't be null (#2286) More... over 7 years ago