JEdit isn't handling mac keyboard shortcuts within the raw sql script editor pane ---------------------------------------------------------------------------------
Key: CAY-1149 URL: https://issues.apache.org/cayenne/browse/CAY-1149 Project: Cayenne Issue Type: Bug Components: CayenneModeler GUI Affects Versions: 3.0M5 Environment: OS X 10.5. Java 1.5 Reporter: Robert Zeigler 1) When editing sql scripts, it used to be that if you highlighted a section of text and did command-c (on a mac; presumably ctrl-c on windows), that section of text would be copied. I assume this was due to os-x/java's default handling of copy/paste actions. Now, it replaces the text with c. 2) The old text-editor used the system-default key bindings for navigation (eg: alt/option left to move the cursor one word left ); the new editor uses windows' key bindings (eg: ctrl-left arrow to move the cursor one word left), even on a mac. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.