21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 24, 2025 — Jan 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[UnitTests][ScintillaControl] Simple tests for folding. closes #3054 (#3056) More... over 5 years ago
[ASClassWizard] Fixed: Bug on implementation 2 interfaces. fixes #2949 (#3053) More... over 5 years ago
[Haxe][CompletionList] Fixed: Popup completion list replaced with different popup completion list. fixes #2177 (#3052) More... over 5 years ago
Fixed NPE. fixes #2977 (#3050) More... over 5 years ago
[ASComplete][SmartInsertion] Fixed: autoimport dont works in external library. fixes #2914 (#3048) More... over 5 years ago
[AS3][CodeComplete] Added calltip for 'as', 'is', 'instanceof' and 'delete' operators. fixes #3046 (#3047) More... over 5 years ago
[ASComplete] Fixes for ExpressionEndPosition. fixes #2981 (#3045) More... over 5 years ago
[ASClassWizard] Fixed creating a new class in an external library. fixes #3035 (#3044) More... over 5 years ago
[HaxeContext] Fix NPE. fixes #3038 (#3043) More... over 5 years ago
[OpenResourceForm] "AdditionalClassPaths" and "GlobalClassPaths" was added for search. fixes #3040 (#3042) More... over 5 years ago
Bump Microsoft.NETCore.Platforms to 3.1.2 (#3041) More... over 5 years ago
[AppMan] Bump Haxe to 4.1.3 (#3039) More... over 5 years ago
[Haxe][CodeComplete] Fixed: Circumstantial hard crash with unclosed string. fixes #3027 (#3032) More... over 5 years ago
Haxe 4.1.1 (#3031) More... over 5 years ago
[AppMan] Bump Haxe to 4.1.0 (#3030) More... over 5 years ago
[Refactoring] Small cleanup... (#3021) More... almost 6 years ago
[CodeComplete] Fixed RTE. fixes #2054 (#3020) More... almost 6 years ago
[CodeComplete] Improved auto import functionality. fixes 2841 (#3019) More... almost 6 years ago
[AS3][CodeComplete] Improved code completion for `var v:Vector.<Type> = new <complete>`. fixes #2980 (#3017) More... almost 6 years ago
[Refactoring] `!string.IsNullOrEmpty(value) && Path.Exists(value)` -> `Path.Exists(value)`, `!string.IsNullOrEmpty(value) && Directory.Exists(value)` -> `Directory.Exists(value)` (#3018) More... almost 6 years ago
[Haxe][CodeComplete] Fixed type inference for 'for(v in v<complete>'. fixes #2963 (#3016) More... almost 6 years ago
[FlashDebugger][Refactoring] Small cleanup... (#3015) More... almost 6 years ago
[Haxe][FileParser] fixes #2978 (#3014) More... almost 6 years ago
[Refactoring][PluginCore] Small cleanup... (#3013) More... almost 6 years ago
[MacroManager] Restore default menu. fixes #2911 (#3012) More... almost 6 years ago
[Refactoring] `ObjectSerializer.Deserialize<T>(string file, T obj)` (#3011) More... almost 6 years ago
[Refactoring] `sci.SelText.Length != 0` -> `sci.SelTextSize` (#3010) More... almost 6 years ago
[Refactoring] Non-generic collections shouldn't be used (#3009) More... almost 6 years ago
[UnitTests] Bump NUnit to 3.12.0 (#3008) More... almost 6 years ago
[Refactoring] `value != ""` -> `value.Length != 0` (#3007) More... almost 6 years ago