|
From: SourceForge.net <no...@so...> - 2003-08-13 04:29:03
|
Bugs item #766839, was opened at 2003-07-06 16:32 Message generated for change (Comment added) made by rasterboy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=766839&group_id=588 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: not possible to put accents over vowels Initial Comment: ---------------------------------------------------------------------- Comment By: Pete Prodoehl (rasterboy) Date: 2003-08-12 23:06 Message: Logged In: YES user_id=30119 So is this a bug in Apple's JDK? Should this be reported to Apple? ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-08-12 16:19 Message: Logged In: YES user_id=2280 It seems Apple's JDK sends different events to text fields than it does to the jEdit text area! Text fields get KEY_TYPED with the accent, but the text area does not. ---------------------------------------------------------------------- Comment By: Pete Prodoehl (rasterboy) Date: 2003-08-06 22:10 Message: Logged In: YES user_id=30119 I tried the snapshot, still no good in the buffer, but in dialogs of macros and plugins accented characters do work, though in the Search and Replace dialog when typing option-i it creates the accent mark, but then also toggles the Ignore Case checkbox at the same time, so the option-i accent does not work there. ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-08-06 15:49 Message: Logged In: YES user_id=2280 please try the snapshot i posted below since sf's anonymous cvs is 24 hours behind ---------------------------------------------------------------------- Comment By: Pete Prodoehl (rasterboy) Date: 2003-08-06 09:36 Message: Logged In: YES user_id=30119 Re: previous msg: Oops, the date for the test from CVS should have been 2003-08-06, about a half hour before this post was made. ---------------------------------------------------------------------- Comment By: Pete Prodoehl (rasterboy) Date: 2003-08-06 09:34 Message: Logged In: YES user_id=30119 I've tried with a version from CVS on 2003-08-07, and within a buffer I can not get accents over characters, but in the search bar and search dialog I can get them to appear. (Using Mac OS X/Java 1.4.1) I've also been able to get the accented characters to appear in dialogs for macros and plugins, so is the input for a buffer different that for the search bar or dialog boxes? ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-08-05 13:52 Message: Logged In: YES user_id=2280 Try 4.2pre5 snapshot from www.jedit.org/jedit.jar ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-07 03:01 Message: Logged In: NO Mmmmh, I'm sorry... Right now, on my Mac, it's indeed still not working with a checkout about 5 minutes old. Here's a sample output of the keyboard tester utility: Paul Event KEY_PRESSED,keyCode=0x5b,keyChar=0xffff,modifiers=0x0 passed ==> Translated to <5b,0> Event KEY_RELEASED,keyCode=0x5b,keyChar=0x5e,modifiers=0x0 passed Event KEY_TYPED,keyCode=0x0,keyChar=0xea,modifiers=0x0 passed ==> Translated to <0,ea> Event KEY_PRESSED,keyCode=0x45,keyChar=0xea,modifiers=0x0 filtered Event KEY_RELEASED,keyCode=0x45,keyChar=0x65,modifiers=0x0 passed Event KEY_TYPED,keyCode=0x0,keyChar=0xe9,modifiers=0x0 passed ==> Translated to <0,e9> Event KEY_PRESSED,keyCode=0x2f,keyChar=0xe9,modifiers=0x0 passed ==> Translated to <2f,0> Event KEY_RELEASED,keyCode=0x2f,keyChar=0xe9,modifiers=0x0 passed Typed by hand: eé Typed in another app: êé ---------------------------------------------------------------------- Comment By: Paul Libbrecht (polx) Date: 2003-07-06 17:17 Message: Logged In: YES user_id=647450 As far as I know this was fixed Friday... try the latest checkout, or, if I remember well, try replacing ${JEDIT_HOME}/jedit.jar by the one at http://www.jedit.org/jedit.jar. (do make a backup first) Hope that helps. Paul ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=766839&group_id=588 |