Extend selection (Cmd + w) does not select enclosing list
See original GitHub issueI’m
show ps = unlines $ map (\f -> f ps) [path, show.width, show.height, show.currentSlide]
When the cursor is in the middle of width it select in this order:
width
show.width
unlines $ map (\f -> f ps) [path, show.width, show.height, show.currentSlide]
= unlines $ map (\f -> f ps) [path, show.width, show.height, show.currentSlide]
show ps = unlines $ map (\f -> f ps) [path, show.width, show.height, show.currentSlide]
I would expect selecting enclosing list first (that is what I wanted to do).
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Sublime Text 3 Incremental Selection - Stack Overflow
Press Ctrl+W successively to extend selection to the next containing node (for example, an expression, a paired tag, an entire conditional block, a...
Read more >Mac keyboard shortcuts - Apple Support
Option–Shift–Left Arrow: Extend text selection to the beginning of the current word, then to the beginning of the following word if pressed ...
Read more >Handle caret and select text | JetBrains Rider Documentation
Make a selection from the current caret position to the beginning/end of the current word, and then extend the selection word by word...
Read more >Eclipse Shortcuts - Tutorial - Vogella.com
Eclipse supports of course the typical shortcuts, e.g. Ctrl + S for saving, Ctrl + C for copying the selected text or file...
Read more >Selection commands | Rhino 3-D modeling
Whole objects and sub-objects in nested blocks cannot be selected. Select sub-parts with a command-line filter. Command-line selection filters work on a more ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @tobiasgwaaler for your fix, I’ve merged it, so we’ll see it in the next release 0.3-beta.30
@carymrobbins thanks, will do!