Tamas Sopronyi

Results 36 comments of Tamas Sopronyi

Further minor issues: * The border of the list doesn't exactly look like in the Flex version, it's because of the different implementation of Feathers' TabNavigator and its styling *...

It's possibly a very easy fix changing `var targetJavaPath:String = (pvo.projectType == JavaProjectTypes.JAVA_DOMINO) ?` to `var targetJavaPath:String = (pvo.projectType == JavaProjectTypes.JAVA_DOMINO && model.java8Path) ?` at line 347 in SharedCore/src/actionScripts/plugin/java/javaproject/CreateJavaProject.as

I can confirm I can reproduce the error following @Aszusz 's steps on the Windows build. `Error #2044: Unhandled IOErrorEvent:. text=Error #3218: Error while writing data to NativeProcess.standardInput.` I'll look...

I'm currently investigating which SWC files should be removed from the repository and which should be kept in place. The final build (the installed application) only contains a [SWC required...

I still need to check the rest of the projects (eg. MoonshineSDKInstaller) to see if they're dependent on the existence of this file

These are fair points, thank you. We can keep the swc file in the repo for now.

Thank you, will do

FeathersUI has been updated to version 1.0.0-rc.1. The Ant build file pulls the latest one, so no action is needed on our end, just note that the conversion goes on...

Yes, sure, I'll put together a list of what has been converted already and what part of the software may be affected

@piotrzarzycki21 Please check https://github.com/Moonshine-IDE/Moonshine-IDE/tree/features/haxeconversion/ide/MoonshineGUICore/docs/conversionstatus for changelog And please let me know if you need anything else. Thank you