adireddy / eclihx

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

code assist broken for certain scenarios in trunk #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think the problem for this scenario of completion was introduced after 
addressing issue 91:

"var ob = new <caret>"

but the problem already existed for:

"var ob:<caret>"

both scenarios result console message:

characters 1-2 : Unexpected }

Original issue reported on code.google.com by fintanbo...@gmail.com on 10 Jan 2012 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 10 Jan 2012 at 9:57

GoogleCodeExporter commented 9 years ago
Don't think it was broken with last commit. Completion in eclihx is now only a 
wrapper for --display option of haxe compiler. Probably it simply gives no 
proposals for those cases.

Original comment by goodwi...@gmail.com on 10 Jan 2012 at 10:10