-
# Dynamic (Class Fields - Access Modifier) - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/ma…
-
When I try to get autocompletion to work I get the error in the title.
build.hxml:
```
-main Test
-neko Test.n
```
Text.hx (I'm trying to get autocompletion on test):
``` haxe
class Test
{
pub…
-
Hej,
When using `?pos : haxe.PosInfos` as last argument onto a macro function (inline expression) I get this message : `haxe.PosInfos is not allowed on macro functions, use Context.currentPos() ins…
-
I am using lix, and I am trying to force vshaxe to use the Haxe executable that is within the project scope... But I am getting this error
```
Path to Haxe executable is not valid: '${workspaceFo…
-
- **Haxe version:** Haxe Compiler 4.3.4
- **Flixel version:** (version: 5.7.0)
- **OpenFL version:** version 9.3.3
- **Lime version:** Lime Command-Line Tools (8.1.2)
- **Affected targets:** Windo…
-
# Optional Fields - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/types-structure-opti…
-
I get this error every time, open a Haxe project :
```
java.lang.RuntimeException: java.lang.IllegalStateException: @NotNull method com/intellij/plugins/haxe/haxelib/HaxeLibrary.getVersionString …
-
### Badge Name
Haxe
### Description
https://haxe.org
-
```
08-31 10:44:40.913 24191 18394 I trace : nme/display/Stage.hx:532: Exception: Code offset miscaculation
08-31 10:44:40.913 24191 18394 I trace :
08-31 10:44:40.913 24191 18394 I trace : C…
-
Currently the **Build Project** and **Build & Run** menus generate different types of files/executables (release/debug) for different Haxe targets.
**Build Project** calls [haxeBuildDebugHandler()]…