heon21st / flashdevelop

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

Haxe Completion Server #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See attached, enables the use of the new --wait completion server feature of 
haXe 2.09.

Does not include localized descriptions. Also doesn't work with custom haXe 
build path due to
ASContext.Context.Settings.GetDefaultSDK().Path
throwing a null pointer when called during construction of Context.hx (see 
lines 736).

Original issue reported on code.google.com by simon.kr...@simn.de on 12 Dec 2011 at 10:37

Attachments:

GoogleCodeExporter commented 9 years ago
We'll look into integrating/completing this submission for FD 4.1. Thanks

Original comment by philippe...@gmail.com on 12 Dec 2011 at 12:58

GoogleCodeExporter commented 9 years ago
As of haxe revision 4123 quoted strings are supported for the server 
completion, BUT they have to quote the whole argument:
   "path to/file.hx@123"
FD currently does
   "path to/file.hx"@123
which will not work. The first option is valid for both commandline and 
completion server so it should be changed once you start working on this.

See: 
http://code.google.com/p/haxe/issues/detail?id=602&can=1&sort=-id&colspec=ID%20S
tatus%20Priority%20Platform%20Owner%20Summary

Original comment by simon.kr...@simn.de on 19 Dec 2011 at 5:02

GoogleCodeExporter commented 9 years ago
Implemented

Original comment by philippe...@gmail.com on 5 May 2012 at 8:13