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.16k stars 303 forks source link

Ctrl+dragging copy not working #2247

Open srgloureiro opened 7 years ago

srgloureiro commented 7 years ago

Trying to copy by using Ctrl+mouse dragging does nothing if the dragged text is part of a "hyperlink".

Komodo Edit, version 10.1.4, build 17456, platform win32-x86. Built on Fri Dec 16 19:15:05 2016.

babobski commented 7 years ago

@srgloureiro Just tested it but it working fine on me on hyperlinks. Tested it with color variables and HTML links, but it is working for me.

On what type of hyperlink do you have this issue with?

srgloureiro commented 7 years ago

Both source and target were in the middle of \\started Windows shared folder paths,

babobski commented 7 years ago

If I drag the complete url or part of the url (from the beginning) it tries to open the file or opens the folder in the places widget. If I copy from the beginning of the source en select more than only the url, komodo does nothing ( probability it tries to open it but fails because it is more than only a url ).

Looks like the Ctrl + drag conflicts with the drag and drop functionality in komodo if the dragged part starts with a url. Is this the same problem you're facing or is something else going on?

Naatan commented 7 years ago

Komodo seems to think the url is being dropped from an external source. This should be fairly simple to resolve, thanks for reporting!