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

Ctrl + Drag-n-Drop disabled by multi-cursor? #5153

Closed
lhmouse opened this issue Mar 12, 2024 · 9 comments
Closed

Ctrl + Drag-n-Drop disabled by multi-cursor? #5153

lhmouse opened this issue Mar 12, 2024 · 9 comments

Comments

@lhmouse
Copy link
Contributor

lhmouse commented Mar 12, 2024

With 6.24.309.1.rc3, I notice a change: Usually I do drag-n-drop with Ctrl held to perform a fast copy (into the same window or to another); but now click with Ctrl held seems to add a cursor and no longer performs the drag operation? Is this intended? Is there an option to get the old behavior?

I have checked all menu items thrice and there doesn't seem an option about this.

@hpwamr
Copy link
Collaborator

hpwamr commented Mar 12, 2024

but now click with Ctrl held seems to add a cursor and no longer performs the drag operation?

Hello @lhmouse ,
It seems that the fast copy with Ctrl is well performed, but doesn't received the focus (stays in background).
If you check the Notepad3 icon on the taskbar, you will see the new copy. 🤔

2024-03-12_092934

In addition in case of Notepad3 in a window view, the copy appears clearly.

2024-03-12_094355

@lhmouse
Copy link
Contributor Author

lhmouse commented Mar 12, 2024

@hpwamr I meant to select some text, then click, hold, and drag the selected text.

@hpwamr
Copy link
Collaborator

hpwamr commented Mar 12, 2024

I meant to select some text, then click, hold, and drag the selected text.

Sorry about the misunderstanding. 🤔
You are right, "click, hold and drag selected text" has a problem.
I will check from which version this regression occurs!

@hpwamr
Copy link
Collaborator

hpwamr commented Mar 12, 2024

Hello @lhmouse ,

I confirm, it's a bug (regression). 😬

This regression started with version: Notepad3 6.24.111.1 rc2

  • [.111.1]- Allow selected lines movement for rectangular selection also.
  • [.111.1]- Add detection of Windows 11 Version information.
  • [.111.1]- Horizontal mouse wheel scrolling direction.
  • [.111.1]- Ctrl+Up/Down should keep selection.
  • [.111.1]- "grepWinNP3": Search results context menu "Fix Open with Editor" (GRE).
  • [.111.1]- "grepWinNP3": bug directly passed search path (GRE).

@lhmouse
Copy link
Contributor Author

lhmouse commented Mar 30, 2024

The issue seems to be caused by 868683e.
Downdating the scintilla directory just before that commit fixes the issue.

@RaiKoHoff
Copy link
Collaborator

To get the old behavior, you have to disable the Multiple Selection Scintilla feature.
PR #5203 will add this option switch to the Settings Menu

@lhmouse
Copy link
Contributor Author

lhmouse commented May 31, 2024

Thank you. I will have a look.

@lhmouse lhmouse closed this as completed May 31, 2024
@hpwamr
Copy link
Collaborator

hpwamr commented May 31, 2024

Hello @lhmouse ,

Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_6.24.531.1_rc3.paf" or newer, see the 1st list in issue #1129.

"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.

Also, feel free to test the "BETA/RC Setup", version "Notepad3_6.24.531.1_rc3_Setup" or newer, see the 2nd list in issue #1129.

Comments and suggestions are welcome... 😃

@lhmouse
Copy link
Contributor Author

lhmouse commented May 31, 2024

It looks good to me. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants