-
[This google code issue](https://code.google.com/p/flashdevelop/issues/detail?id=59) is still an issue.
> https://gist.github.com/Simn/0dd44372e5b5cb699cac
>
> Put the cursor at the end of line 7 an…
-
```
https://gist.github.com/Simn/0dd44372e5b5cb699cac
Put the cursor at the end of line 7 and press enter. FD decreases indentation
of the case expression.
I tried changing several settings, the on…
-
Hi Guys, great to hear you're coming to Amsterdam for the Haxe conference. And even better, just around the corner as we're based on the Overtoom in Amsterdam :-) ! We built our Content and Learning M…
-
1. We take files for the project [libgdx-haxe-example](https://github.com/nadako/libgdx-haxe-example)
2. In FD we create a new project for previously downloaded and unpacked files (Project-> New Proj…
-
```
Running process: D:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "D:\proj\my\client\client\Game_Main\mymain.as3proj" -ipc 17f26e12-a14f-4a3e-97f7-a52f0253dc55 -version "4.15.0" -com…
-
In Haxe, braces around function bodies are optional in case the body is a single expression.
E.g. the following is valid code
```haxe
static function formatEvenness(i:Int):String
return i…
-
After write "**_lime test windows_**" it show me like this help please!!
C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated …
-
I suggest porting Haxe language's libraries, since it's a simple language, and they're mainly focused on games. or creating a binding to the c++ target library (haxe can compile to multiple targets)
…
-
Haxe 4.2.2
NME github source
SWF 3.0.2
I got this error message when building my game:
```
bin/windows/haxe/nme/AssetData.hx:20: characters 62-83 : Type not found : format.swf.SWFLibrary
```
-
In a private cross-platform project I'm using GitHub actions to run my build which goes basically like this:
- install lix with the [setup-lix](https://github.com/lix-pm/setup-lix) action.
- `lix do…