Community
Participate
Working Groups
(cross-posting from https://bugzilla.mozilla.org/show_bug.cgi?id=687577 ) STR: 1. Load http://orion.eclipse.org/examples/textview/demo.html and pick the Java/JavaScript file. 2. Put the caret a few lines down into the code, and use Ctrl+Shift+Left to extend the selection. (ctrl-shift-left to select backwards, word-by-word) 3. When you have selected a few lines, start pressing Ctrl+Shift+Up (to select lines upwards). The selection isn't extended towards up, it seems that part of it are unselected at the bottom. Expected result: select whole-lines upwards/downwards. This seems to only affect Linux users.
I have a fix for this bug: https://github.com/mihaisucan/orion.client/tree/bug-360726 Please review the patch and let me know if there are any changes needed before this code can be pushed into the Orion repo. Thank you! Fix explanation: on Mac/Windows systems Ctrl-Shift-Up/Down keys do nothing, but on Linux (with gedit from Gnome) the whole line is selected upwards/downwards. This patch implements the desired behavior for Linux users.
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=340e7e4018ac5e50e8954930060bd080110b5602 Awesome, thank you for the patch. I pushed it now so it gets in for the RC2 build that happens tonight.
Thank you for reviewing and landing my patch!