New issue 92 by fintanbo...@gmail.com: code assist broken for certain
scenarios in trunk
http://code.google.com/p/eclihx/issues/detail?id=92
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 }
Comment #1 on issue 92 by goodwi...@gmail.com: code assist broken for
certain scenarios in trunk
http://code.google.com/p/eclihx/issues/detail?id=92
(No comment was entered for this change.)
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.