Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Column Mode Selection with middle mouse button #8264

Open
hubalazs opened this issue May 14, 2020 · 3 comments
Open

Feature request: Column Mode Selection with middle mouse button #8264

hubalazs opened this issue May 14, 2020 · 3 comments
Labels
scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes

Comments

@hubalazs
Copy link

I know the column mode selection can be done with Alt+Left mouse button. However, this could be simplified even more to avoid using the keyboard by pressing only the middle mouse button.
This idea comes from the following editors where this feature is already implemented: Atom, IntelliJ Idea, Sublime Text, VS Code

@sasumner
Copy link
Contributor

So the middle mouse button refers to pressing down on the wheel, correct?
My mouse (Logitech) supports it but it feels horrible mechanically to actually do it, thus leading to the fact that if the described behavior were implemented, I would never use it. But I'm just one datapoint in the population.

Curious, though, as it is a text editor we are talking about -- are your hands ever very far from the keyboard such that a keyboard modifier to a mouse action is difficult?

Usual requests are the other kind: Where doing something requires a mouse action, and keyboard junkies want a non-mouse way.

I think this type of behavior would have to originate with Scintilla, and I didn't see anything in the Scintilla docs about it. I'm going to label this issue as a Scintilla dependency for now.

@sasumner sasumner added the scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes label May 14, 2020
@vinsworldcom
Copy link

@donho
@sasumner

I can confirm this is NOT fixed in Notepad++ 7.9.3 Unicode Debug using the latest Scintilla 4.4.6 DLL.

Cheers.

@sasumner
Copy link
Contributor

@vinsworldcom

You didn't have to comment on this one, as there is nothing in Scintilla that says this is supported.
My idea of marking it as scintilla-dependent came from, if it is going to be supported, Scintilla would be where it would reasonably happen.
Perhaps it was bad of me to mark it as Scintilla-dependent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes
Projects
None yet
Development

No branches or pull requests

3 participants