2008/12/16 Robert Zeigler <[email protected]> > I've been playing with the improved modeler today while working on a > cayenne project that I just upgraded from cayenne 2 to 3.0M5. Overall, very > nice! I like the syntax highlighting, the new options, the ability to > copy/paste tables, queries, entities, etc. I noticed two things that feel > like regressions to me, though. > > 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.
On Windows everything works as I expected. Seems that JEdit panel doesn't handle Mac keys well. However, I'm afraid I won't be able to fix that properly because I don't have Mac (or we'll follow the way we used in other issue when I commit changes and someone else with Mac is to check them). A new feature that would also be nice is an "undo" option, at least for > editing scripts. :) > "Undo" was a SoC task I didn't finish. Probably it will be done next summer, eh? :)
