adireddy / eclihx

Automatically exported from code.google.com/p/eclihx
0 stars 0 forks source link

Enhancement: support for nme ? #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your enhancement:
Ok, i'm new to Haxe and eclihx is the only available ide for linux and it seems 
to work ! so... thanks for that.
If i'm moving on haxe it's for the nme package. Actually, i can compile project 
with nme but i loose autocompletion and i have error on nme package import.

Original issue reported on code.google.com by via...@gmail.com on 16 Jan 2012 at 9:40

GoogleCodeExporter commented 9 years ago
Hi,
if you add '-lib nme' to the build.hxml file then the nme package should appear 
when you type:

import nme.

I'm assuming you have nme in haxelib already.
If not go to: http://www.haxenme.org/developers/get-started/

Original comment by fintanbo...@gmail.com on 17 Jan 2012 at 12:54

GoogleCodeExporter commented 9 years ago
I know that this is very expected feature and hope that will be able to resolve 
it soon.

Original comment by goodwi...@gmail.com on 17 Jan 2012 at 9:11

GoogleCodeExporter commented 9 years ago
if the "-lib nme" works and eclihx doesn't show errors anymore, i can create a 
ant task and i'll be able to code in full environment... awesome !

Flash developpment on linux is harder than a couple years ago, no more 
flashbuilder, no more ASDT plugin (damned FDT !), flash developp is for 
windos... so thanks again for eclihx.

Original comment by via...@gmail.com on 20 Jan 2012 at 1:51

GoogleCodeExporter commented 9 years ago
If you're looking to generate a '.hxml' project file from an NME project file 
(.nmml), use the following command:

'nme display yourNMEProject.nmml [mac|windows|linux|ios|android 
>yourHaxeProject.hxml'

Cheers

Rich

Original comment by sixm...@gmail.com on 15 Apr 2012 at 4:11