Latest haxe SVN automatically imports types that are used through "using", so
it is no longer necessary to also add an "import" statement in order to access
them directly. FD should syntax highlight these types accordingly:
using haxe.Int32;
...
Int32.ofInt(1); // here Int32 should be highlighted as type
Original issue reported on code.google.com by simon.kr...@simn.de on 1 Jun 2012 at 2:22
Original issue reported on code.google.com by
simon.kr...@simn.de
on 1 Jun 2012 at 2:22