brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Allow line selection by clicking in the line number gutter #8993

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by john-aws Wednesday Dec 10, 2014 at 04:46 GMT Originally opened as https://github.com/adobe/brackets/issues/10137


If I want to select lines 3-5, I'd like to be able to simply click in the line number gutter adjacent to line 3 and then drag the mouse pointer down to line 5. As it stands, I have to be quite accurate to find just the correct point to the right of the line number gutter but not too far right otherwise I will be at column 2 and will not get the whole line.

This 'gutter' method of selecting whole lines is much, much faster and far more accurate than line selection as it stands, at least in 1.0 build 1.0.0-15191 (release 3f2eb90a4) with the default settings.

Thanks. Keep up the great work!

core-ai-bot commented 3 years ago

Comment by Mark-Simulacrum Wednesday Dec 10, 2014 at 12:07 GMT


https://github.com/talmand/Brackets-Select-Lines is an extension that allows you to do this. If you want this in core, please up vote this Trello card: https://trello.com/c/rQOTX8JH/1022-click-drag-in-gutter-selects-line-s-double-click-selects-block.

This issue is a duplicate of https://github.com/adobe/brackets/issues/8760.

core-ai-bot commented 3 years ago

Comment by john-aws Wednesday Dec 10, 2014 at 13:49 GMT


Good enough, thanks for the quick response.