Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Click and drag in line number gutter does not select lines #3818

Open zwierko opened 4 years ago

zwierko commented 4 years ago

Short Summary

When clicking and dragging in the line number gutter, only the first line is selected instead of multiple lines. Selecting multiple lines by clicking and dragging in the gutter used to be the behavior in previous versions of Komodo, and is standard behavior in most other editors.

Steps to Reproduce

Click and drag the mouse in the gutter next to lines your would like selected.

Expected results

Multiple lines are selected.

Actual results

Only the first line is ever selected.

Platform Information

Komodo IDE Version 12.0.0 Operating System (and version): Windows 10 Enterprise 2016 LTSB

th3coop commented 4 years ago

@zwierko I've honestly never heard of this. Which version of Komodo do you recall using this in? It'll help me track down what changed.

th3coop commented 4 years ago

@zwierko nvm, looks like it work sin Komodo 10. As a workaround, is anything preventing you from clicking just to the right, in the editor area instead of the line number, and doing the same action? This should achieve the same thing.

zwierko commented 4 years ago

That's what I have been doing. I just wanted to report it in hopes the behavior would be fixed back to what it was. It also makes Komodo consistent with most other popular IDEs and editors. It's a minor thing though, so I appreciate your time.

th3coop commented 4 years ago

I just wanted to report it in hopes the behavior would be fixed back to what it was.

Absolutely. I appreciate the report. I just wanted to make sure you're not blocked. Thanks for the report, @zwierko.