New issue 85 by a...@onthewings.net: code completion does not work when
hxml contain -cmd
http://code.google.com/p/eclihx/issues/detail?id=85
With hxml containing "-cmd", the code completion does not work.
For example,
-cpp bin
-main Main
-cp src
-cmd (cd bin && ./Main)
Comment #1 on issue 85 by goodwi...@gmail.com: code completion does not
work when hxml contain -cmd
http://code.google.com/p/eclihx/issues/detail?id=85
(No comment was entered for this change.)
Comment #2 on issue 85 by goodwi...@gmail.com: code completion does not
Hello! Could you please confirm that problem is there with the last build
of eclihx from trunk (http://www.eclihx.org/installation-notes)?
Please try to reproduce the problem after changing () to "" like
-cmd "cd bin && ./Main"
Also ensure that the problem is there after using haxe compiler directly.
Thank you for your help!
Comment #4 on issue 85 by goodwi...@gmail.com: code completion does not
work when hxml contain -cmd
http://code.google.com/p/eclihx/issues/detail?id=85
(No comment was entered for this change.)
Yes, it works now!
Sorry for the late reply!
Nice :)
Comment #7 on issue 85 by goodwi...@gmail.com: code completion does not
work when hxml contain -cmd
http://code.google.com/p/eclihx/issues/detail?id=85
(No comment was entered for this change.)