From: Sylvain L. <syl...@us...> - 2017-04-26 10:09:12
|
--- ** [tickets:#131] Keyboard text selection** **Status:** open **Created:** Wed Apr 26, 2017 10:09 AM UTC by Sylvain Loiseau **Last Updated:** Wed Apr 26, 2017 10:09 AM UTC **Owner:** nobody Using shift-alt-left/right key, I can select text word by word. The behavior is the newly implemented one: if I select text toward the left, and then use the right key, it narrows the selection (instead of extending it toward the right). Using the shift-cmd-left/right key, I can select text up to the end of the line. However, the behavior is the old one: if I select toward the left and then toward the right (releasing the cmd key or not) the selection extends toward the right. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2017-04-27 09:52:38
|
I think this is the standard behavior recommended by Apple. I observe the same behavior in TextEdit. If your cursor is in the middle of a line and you press shift-cmd-left, the left part of the line is selected. Then you press shift-cmd-right and the right part of the line is additionally selected, so that the entire line is now selected. I see that TextWrangler on the contrary toggles the left and the right parts of the line when you press successively shift-cmd-left and shift-cmd-right. The current behavior is the one implemented by the Cocoa text engine: I tried to remove Alpha's definitions and still I get the same behavior (which means that we do not even have to bother about these key bindings in AlphaTcl because we have them for free). --- ** [tickets:#131] Keyboard text selection** **Status:** open **Created:** Wed Apr 26, 2017 10:09 AM UTC by Sylvain Loiseau **Last Updated:** Wed Apr 26, 2017 10:09 AM UTC **Owner:** nobody Using shift-alt-left/right key, I can select text word by word. The behavior is the newly implemented one: if I select text toward the left, and then use the right key, it narrows the selection (instead of extending it toward the right). Using the shift-cmd-left/right key, I can select text up to the end of the line. However, the behavior is the old one: if I select toward the left and then toward the right (releasing the cmd key or not) the selection extends toward the right. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Sylvain L. <syl...@un...> - 2017-04-28 11:49:40
|
I’m sorry, if it is the recommended behavior of Mac apps (and indeed it is how it works in TextEdit, Mail, in Safary form…), it is ok for me. I was used to the behavior in other Apps (such as Word, TextWrangler, TextMate) having the other convention. But it’s ok. Best Sylvain > Le 27 avr. 2017 à 11:52, Bernard Desgraupes <bde...@us...> a écrit : > > I think this is the standard behavior recommended by Apple. I observe the same behavior in TextEdit. If your cursor is in the middle of a line and you press shift-cmd-left, the left part of the line is selected. Then you press shift-cmd-right and the right part of the line is additionally selected, so that the entire line is now selected. I see that TextWrangler on the contrary toggles the left and the right parts of the line when you press successively shift-cmd-left and shift-cmd-right. The current behavior is the one implemented by the Cocoa text engine: I tried to remove Alpha's definitions and still I get the same behavior (which means that we do not even have to bother about these key bindings in AlphaTcl because we have them for free). > > [tickets:#131] Keyboard text selection > > Status: open > Created: Wed Apr 26, 2017 10:09 AM UTC by Sylvain Loiseau > Last Updated: Wed Apr 26, 2017 10:09 AM UTC > Owner: nobody > > Using shift-alt-left/right key, I can select text word by word. The behavior is the newly implemented one: if I select text toward the left, and then use the right key, it narrows the selection (instead of extending it toward the right). > > Using the shift-cmd-left/right key, I can select text up to the end of the line. However, the behavior is the old one: if I select toward the left and then toward the right (releasing the cmd key or not) the selection extends toward the right. > > Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ > > To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel ----- Sylvain Loiseau syl...@un... Université Paris 13 99 avenue Jean-Baptiste Clément F-93430 Villetaneuse Laboratoire Sedyl, UMR 8202 Campus CNRS 7 rue Guy Môquet F-94800 Villejuif |
From: Bernard D. <bde...@us...> - 2017-04-27 09:54:10
|
Additional remark: AlphaX did the same. Or did I miss your point ? --- ** [tickets:#131] Keyboard text selection** **Status:** open **Created:** Wed Apr 26, 2017 10:09 AM UTC by Sylvain Loiseau **Last Updated:** Thu Apr 27, 2017 09:52 AM UTC **Owner:** nobody Using shift-alt-left/right key, I can select text word by word. The behavior is the newly implemented one: if I select text toward the left, and then use the right key, it narrows the selection (instead of extending it toward the right). Using the shift-cmd-left/right key, I can select text up to the end of the line. However, the behavior is the old one: if I select toward the left and then toward the right (releasing the cmd key or not) the selection extends toward the right. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2017-04-29 07:21:58
|
- **status**: open --> wont-fix - **Comment**: Resolving as *WONTFIX* since we agreed that this is the expected behavior. --- ** [tickets:#131] Keyboard text selection** **Status:** wont-fix **Created:** Wed Apr 26, 2017 10:09 AM UTC by Sylvain Loiseau **Last Updated:** Thu Apr 27, 2017 09:54 AM UTC **Owner:** nobody Using shift-alt-left/right key, I can select text word by word. The behavior is the newly implemented one: if I select text toward the left, and then use the right key, it narrows the selection (instead of extending it toward the right). Using the shift-cmd-left/right key, I can select text up to the end of the line. However, the behavior is the old one: if I select toward the left and then toward the right (releasing the cmd key or not) the selection extends toward the right. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |