Hey Guys,
I used to use really often the shortcut ctrl-shit-w with some text selected to wrap it into an HTML, the command is still there in the HTML bundle menu but it does not work anymore (whatever the grammar is HTML or HTML Rails)
Thank you very much for your help
Ronan Montain Lion, last Textmate release
I can confirm that this no longer works via the keyboard. Works fine from the menu. I'm pretty sure the keyboard shortcut was working as recently as build a9435. Not sure about a9437.
I also noticed this. ⌃⇧⌘W (Wrap each selected line in open/close tag) does not work with multiple disconnected selections. In this case only the last contiguous selection modified.
On Tue, Jul 2, 2013 at 7:09 AM, Capripot capripot@gmail.com wrote:
Hey Guys,
I used to use really often the shortcut ctrl-shit-w with some text selected to wrap it into an HTML, the command is still there in the HTML bundle menu but it does not work anymore (whatever the grammar is HTML or HTML Rails)
Thank you very much for your help
Ronan Montain Lion, last Textmate release
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
It seems that when the macro for ⌃W in the Text bundle was updated to extend the selection with following matches, ⌃⇧W was add to that bundle as well to extend the selection with previous matches. This is taking precedence even when the scope is "HTML" and that is why the selection is not being wrapped with a <tag>.
On Tue, Jul 2, 2013 at 9:15 AM, Curt Sellmer sellmerfud@gmail.com wrote:
I can confirm that this no longer works via the keyboard. Works fine from the menu. I'm pretty sure the keyboard shortcut was working as recently as build a9435. Not sure about a9437.
I also noticed this. ⌃⇧⌘W (Wrap each selected line in open/close tag) does not work with multiple disconnected selections. In this case only the last contiguous selection modified.
On Tue, Jul 2, 2013 at 7:09 AM, Capripot capripot@gmail.com wrote:
Hey Guys,
I used to use really often the shortcut ctrl-shit-w with some text selected to wrap it into an HTML, the command is still there in the HTML bundle menu but it does not work anymore (whatever the grammar is HTML or HTML Rails)
Thank you very much for your help
Ronan Montain Lion, last Textmate release
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 2 Jul 2013, at 21:52, Curt Sellmer wrote:
It seems that when the macro for ⌃W in the Text bundle was updated to extend the selection with following matches, ⌃⇧W was add to that bundle as well to extend the selection with previous matches. This is taking precedence even when the scope is "HTML" and that is why the selection is not being wrapped with a <tag>.
Correct, though it wasn’t intentional to block the wrapping key and should be fixed shortly, sorry about the inconvenience.
Relevant issue: https://github.com/textmate/text.tmbundle/issues/6