-
```
What steps will reproduce the problem?
1. Have many hxml file in the project structure. Make sure there
are some hxml file with same name in different dir.
2. Open the haXe package explorer
P…
-
Context: https://github.com/jrblevin/markdown-mode/issues/5
-
```haxe
var color:FlxColor;
color.setRGB(0,204,255,255);
//this blue color R G B A , i need change alpha because sometimes
//i use variable earlier with other color
```
but extension show me not…
-
When building on haxe 4 you'll get :
`src/Api.hx:7: characters 8-25 : Type not found : haxe.web.Dispatch`
`src/Editor.hx:8: characters 8-17 : Type not found : js.JQuery`
This is due to these hax…
-
I create a Sprite and use graphics.drawtriangles method to display a set of triangles,
and it looks ok and works fine, but when I render(draw) it to bitmapData
there appear gaps on triangles' diagon…
-
when i am triyng to build the game this error message pops up: source/PlayState.hx:3379: characters 17-32 : Class has no field SKIP_STEP_LIMIT
C:/Program Files/HaxeToolkit/haxe/lib/polymod/git/polymo…
-
Hi, thanks for the great work on this plugin
We found some errors and deprecations in the codebase, here's the list
1. **File:** filter/wiris/integration/lib/haxe/Utf8.class.php
**Line:** …
-
I want to build the example project with the suggested command `haxelib run basis build.basis android`, but I get the following build errors:
```
haxe/src/example/MainView.hx:9: characters 7-38 : Cla…
ghost updated
11 years ago
-
[Google Issue #576 : http://code.google.com/haxe/issues/detail?id=576]
by dominic....@gmail.com, at 2011-11-19T12:27:27.000Z
Problem:
haXe doesn't have a library format like JAR in Java or SWC in AS…
-
[Google Issue #1649 : http://code.google.com/haxe/issues/detail?id=1649]
by skial.ba...@gmail.com, at 2013-03-22T09:22:30.000Z
Consider adding asm.js to the Haxe/JS target. Either behind a flag `-D a…