md-haxebinding icon indicating copy to clipboard operation
md-haxebinding copied to clipboard

Filter out fields that is not available on selected platform.

Open aaulia opened this issue 12 years ago • 1 comments

I have to work with TextField a lot recently, and got surprised a few times, since some fields like "restrict" and "getTextFormat()" is only available in flash but not on other platforms (windows/linux/android and other cpp too I guess). I think it would be very helpful if MD filter out this platform specific fields (I believe they were surrounded by conditional compilation, should this HaXe responsibility in providing the correct completion list)?

aaulia avatar Sep 07 '12 03:09 aaulia

This refers to #10

atomicptr avatar Jan 11 '13 10:01 atomicptr