Added support for drag and drop (files and text)
This commit tries to replicate how GVim handles drop events for files and text.
added:
- When text is dropped, it will pasted to the current buffer and cursor (nvim_paste).
- When files are dropped when
cmdlineis closed, they will be opened using:editor:split(splitif the current buffer is modified). - When files are dropped when
cmdlineis opened, the names will be added into thecmdlinebuffer
Note: not sure why
Cargo.lockchanged to much, only addedurlencoding. Its just that the checksum values changed place.
What do you think @vhakulinen ?
Hi. I'm a bit busy with life atm and don't have the time/energy to work on gnvim currently. Drag & drop is definitely a feature that gnvim should have and I really appreciate the work you've done here. But this will have to wait from my site for a while.
Again, I really appreciate the work you've done here.
Is there any plan to work on this? I would appreciate this feature very much.
Deprecated.
Gnvim was rewritten from ground up for gtk4.