Issue 88 in eclihx: Autocompletion does not work if the encoding of a file utf-8

0 views
Skip to first unread message

ecl...@googlecode.com

unread,
Dec 8, 2011, 1:31:40 PM12/8/11
to eclih...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 88 by diablito...@gmail.com: Autocompletion does not work if the
encoding of a file utf-8
http://code.google.com/p/eclihx/issues/detail?id=88

Hello. I have a problem.
Autocompletion does not work if the encoding of a file utf-8, and at a file
there are characters of Russian.

Example:

package test;
class Main {
private var z : Int;
public function new() {
this.z=1;
}
public static function main() {
//ая
var a = new Main();
a.
}
}

If the file encoding cp1251, all works.
I assume that the position of the carriage is probably incorrectly defined.

ecl...@googlecode.com

unread,
Dec 8, 2011, 1:46:50 PM12/8/11
to eclih...@googlegroups.com
Updates:
Status: Duplicate
Mergedinto: 76

Comment #1 on issue 88 by goodwi...@gmail.com: Autocompletion does not work

Thank you for posting. This is a dublicate of Issue 76. There's an
inconsistant between haxe --display option taking offset in bytes and
eclipse api for autocompletion that gives you an offset in chars.

Reply all
Reply to author
Forward
0 new messages