Ben Jackson wrote:
> Thanks Bram. I like it a lot. > > One thing i would like is the ability to remove the borders. I’m not a > fan of the borders in general due to the extra screen space they use > (and this the extra code they cover). I can also live without the X in > the corner if the popup goes away with Ctrl-y which I think it does. We could support the full array, like the "border" argument of popup_create(). But I suppose for this info popup just on/off will be sufficient. And the "border" argument actually doesn't have a value for "off", you would need to use [0,0,0,0]. Thus perhaps it's better to have a "border" argument that can be "on" or "off". > I did notice a draw bug when testing. I can raise an issue if you > like, but I was just testing the right side of the screen. > > Create a vsplit and get it so the pum is towards right of screen and > the info popup draws to the left, but overlaps the window to the left > too. When changing the pum selection, artefacts are left in the non > active window. Example: > > https://files.gitter.im/Valloric/ycmd/DT1n/Screenshot-2019-08-19-at-22.32.31.png I did notice something like this when debugging, but could not reproduce it. Perhaps it happens when the info popup is on a window that won't be redrawn. When the popup menu is visible some redrawing is skipped to avoid flicker, that probably interferes here. -- >From "know your smileys": (X0||) Double hamburger with lettuce and tomato /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/201908201953.x7KJrRbF015707%40masaka.moolenaar.net.
