Open GoogleCodeExporter opened 8 years ago
Original comment by konigsb...@gmail.com
on 21 Jan 2013 at 2:57
I think I found the bug: EclBinding uses TriggerSequence.format() to get the
Key-Sequence-String but the result is modified by operating system and locale:
On my machine the separator for a 2 key stroke command is separated by ", " not
by " " as expected by the parser.
added a possible fix and 2 unit-tests (1 ignored as its only meaningful on a
win32 machine (possibly with german locale)
and one where i forced a formatter that has the same behaviour in all cases.
Please review.
Original comment by uhdre...@googlemail.com
on 3 Mar 2013 at 7:53
Attachments:
Original issue reported on code.google.com by
uhdre...@googlemail.com
on 21 Jan 2013 at 1:41