question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extend selection (Cmd + w) does not select enclosing list

See original GitHub issue

I’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:closed
  • Created 8 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
carymrobbinscommented, Mar 11, 2016

Thanks @tobiasgwaaler for your fix, I’ve merged it, so we’ll see it in the next release 0.3-beta.30

0reactions
tobiasgwaalercommented, Mar 6, 2016

@carymrobbins thanks, will do!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found