Saturday, October 22, 2011

Re: Disabling ultra-annoying "drag text with html markup from browsers"

On 10/22/2011 05:00 PM, AK wrote:
> Hi, I asked about this (Disabling "drag text with html markup from
> browsers") about a month ago and I finally got around to trying to find
> a fix and was able to do this by recompiling Gvim with following lines
> commented out:
>
>
> static const GtkTargetEntry selection_targets[] =
> /* {"text/html", 0, TARGET_HTML}, */
>
> static const GtkTargetEntry dnd_targets[] =
> /* {"text/html", 0, TARGET_HTML}, */
>
> Hopefully if anyone else needs this they'll be able to find this
> temporary fix.
>
> However, it seems like a completely pointless and annoying feature..
> possibly it would be better to disable html drops by default and have it
> available as an option?
>
> -ak

I forgot to add that the lines are in gui_gtk_x11.c file. -ak

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: