haxe-sublime-bundle icon indicating copy to clipboard operation
haxe-sublime-bundle copied to clipboard

Sublime Text bundle for Haxe programming language

Results 36 haxe-sublime-bundle issues
Sort by recently updated
recently updated
newest added

http://i.imgur.com/YlruEWj.png In the screenshot above that variable "castTime" is in a typedef and should not be visible on the list.

When edited files are temporarily saved off the file permissions are copied onto the temp file as well. If the original file was read-only the temp file can no longer...

Sublime Text 3 3059 on Macbook Air. I can select 'Goto definition (Haxe)' from the right-click context menu and it works great, but the shortcut on the keyboard (control +

It seems the bundle is unable to recognise the macro target (`--interp`), which leads to code completion error. A sample _build.hxml_: ``` -main Test --interp ```

Things like `--macro addMetadata("@:nativeChildren", "unityengine.MonoBehaviour")` are parsed incorrectly by the plugin (because of splitting by " "). I guess `--macro` needs special handling.

Windows 8.1 Pro (64bit) / Sublime Text 3 Build 3059 / Haxe 3.1.3 To reproduce: - Open Windows Task Manager - Launch Sublime Text - Open a .hx file -...

- keep quick panel for selection / interaction, and then a separate panel for command results (infos, installation, etc) - to do that, `runcmd` should be replaced by `run_command("exec", {...})`...

As discussed, being able to specify a custom build command for a specific format extension and project file. i.e { '.xml' => { 'build_command' => ['haxelib', 'run', 'openfl'] } }...

OpenFL builds fail with this error: nmml: E:\Code\DisplayingABitmap\project.xml Traceback (most recent call last): File "C:\Users\nadako\SublimeText\sublime_plugin.py", line 549, in run_ return self.run(edit) File "C:\Users\nadako\SublimeText\Data\Packages\Haxe\haxe\commands\build.py", line 28, in run hxproject.current_project(self.view).just_build( view )...

Hi Heinz, I've been trying to work on the bundle today. I wanted the default build to be selected in function of the current file path, to avoid auto-selecting a...