PiRSquared17 / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

selecting a whole line of text (osx) #751

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Selecting a whole line of text on OSX is bound to [Ctrl] + [Shift] + 
[left/right]. In Xcode and other tools it's [Cmd] + [Shift] + [left/right].

Please change the binding or, even better, make it customizable via settings.

regards

Original issue reported on code.google.com by flw...@gmail.com on 11 Jul 2012 at 2:34

GoogleCodeExporter commented 9 years ago
Binding should be Cmd+Shift instead of Ctrl+Shift

Mac key mappings (Ctrl=>Cmd) missing for line select shortcut.

Original comment by CodyPrec...@gmail.com on 11 Jul 2012 at 2:47

GoogleCodeExporter commented 9 years ago
Was just checking on my machine with version 0.7.08 and Cmd + Shift + 
left/right select the whole line of text. So it seems this is working already.

Have you customized the key bindings on your installation?

Which version of OSX are you using?

Original comment by CodyPrec...@gmail.com on 12 Aug 2012 at 6:21

GoogleCodeExporter commented 9 years ago
I'm using Mountain Lion, but have experienced the same behaviour with Lion.

Please test with different programming languages and text. Depending on the 
actual text it will select the whole line, or something entirely different 
(like up to 3 lines, starting anywhere).
It does work with plain text for me too, but will fail with php, html, etc.

(Tested again with editra 0.7.12 and default key bindings)

Original comment by flw...@gmail.com on 13 Aug 2012 at 8:27

GoogleCodeExporter commented 9 years ago
One more thing: maybe the encoding is a factor too. I'm using a lot of utf-8 
encoded files.

Original comment by flw...@gmail.com on 13 Aug 2012 at 8:28

GoogleCodeExporter commented 9 years ago
seems this has been fixed in the latest release if you're selecting text 
towards the end of a line.
selecting text towards the beginning of a line still doesn't work for me.

Original comment by flw...@gmail.com on 14 Feb 2013 at 10:09