ilyxa20 / flashdevelop

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

haxe: Handle "using" like "import" for syntax highlighting #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by philippe...@gmail.com on 30 Jul 2012 at 8:52

GoogleCodeExporter commented 8 years ago
Fixed in SVN.

Original comment by philippe...@gmail.com on 12 Nov 2012 at 2:37