|
From: <no...@so...> - 2001-09-18 00:25:33
|
Bugs item #462388, was opened at 2001-09-17 15:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=462388&group_id=588 Category: editor core Group: minor bug Status: Open Resolution: None Priority: 5 Submitted By: Reinout van Schouwen (reinouts) Assigned to: Nobody/Anonymous (nobody) Summary: Using numbers with Registers Initial Comment: Observed with Sun JDK 1.4b2, Mandrake Linux 8.1b3 When copying text to a Register, jEdit accepts a number (for instance '1') as a register name. However this Register is not stored, it seems. I can't paste it or see it with 'View Registers'. ---------------------------------------------------------------------- >Comment By: John Gellene (jgellene) Date: 2001-09-17 17:25 Message: Logged In: YES user_id=117073 This seems to be another symptom of the focus and input handling problems encountered with JDK 1.4. ---------------------------------------------------------------------- Comment By: Reinout van Schouwen (reinouts) Date: 2001-09-17 15:52 Message: Logged In: YES user_id=5466 Sorry, this is a little different than I thought: Above scenario only occurs when you select 'Copy to Register' with the menu. Instead of the text area, the Search field has focus afterwards. So I click in the text area to give it focus, and the statusbar question disappears as soon as I press a key, but the register has not been stored in that case. If you invoke the function using only the keyboard, everything works like expected. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=462388&group_id=588 |