|
From: SourceForge.net <no...@so...> - 2003-12-30 04:13:54
|
Bugs item #865815, was opened at 2003-12-25 20:56 Message generated for change (Comment added) made by spestov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=865815&group_id=588 Category: editor core Group: normal bug Status: Open Resolution: None Priority: 5 Submitted By: Son KwonNam (kwon37xi) Assigned to: Nobody/Anonymous (nobody) Summary: 2 byte characters(cjK characters) regarded as 1 byte Initial Comment: jEdit 4.2 pre7 When typing 2 byte-characters(I'm Korean) the caret moves just 1 byte-space only. so, when I type 5 2byte-chars(the caret must move 5*2=10 byte spaces), the caret only moves 5 byte- spaces. ---------------------------------------------------------------------- >Comment By: Slava Pestov (spestov) Date: 2003-12-29 23:13 Message: Logged In: YES user_id=2280 Try utilities->beanshell->evaluate beanshell expression, and enter this: Debug.DISABLE_MONOSPACE_HACK=true And let me know if it fixes the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=865815&group_id=588 |