comparison runtime/doc/popup.txt @ 17580:d5e5d0fc3fa8 v8.1.1787

patch 8.1.1787: cannot resize a popup window commit https://github.com/vim/vim/commit/9bcb70c18a740bf9d97a1420df5964618f218a89 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 1 21:11:05 2019 +0200 patch 8.1.1787: cannot resize a popup window Problem: Cannot resize a popup window. Solution: Allow for resizing by dragging the lower right corncer.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Aug 2019 21:15:07 +0200
parents 2704c4e3e20a
children 506dd2efcbb2
comparison
equal deleted inserted replaced
17579:8c91fe192c56 17580:d5e5d0fc3fa8
1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 28 1 *popup.txt* For Vim version 8.1. Last change: 2019 Aug 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
432 borderchars 432 borderchars
433 borderhighlight 433 borderhighlight
434 callback 434 callback
435 close 435 close
436 drag 436 drag
437 resize
437 cursorline 438 cursorline
438 filter 439 filter
439 firstline 440 firstline
440 flip 441 flip
441 highlight 442 highlight
540 drag TRUE to allow the popup to be dragged with the mouse 541 drag TRUE to allow the popup to be dragged with the mouse
541 by grabbing at at the border. Has no effect if the 542 by grabbing at at the border. Has no effect if the
542 popup does not have a border. As soon as dragging 543 popup does not have a border. As soon as dragging
543 starts and "pos" is "center" it is changed to 544 starts and "pos" is "center" it is changed to
544 "topleft". 545 "topleft".
546 resize TRUE to allow the popup to be resized with the mouse
547 by grabbing at at the bottom right cornder. Has no
548 effect if the popup does not have a border.
545 close When "button" an X is displayed in the top-right, on 549 close When "button" an X is displayed in the top-right, on
546 top of any border, padding or text. When clicked on 550 top of any border, padding or text. When clicked on
547 the X the popup will close. Any callback is invoked 551 the X the popup will close. Any callback is invoked
548 with the value -2. 552 with the value -2.
549 When "click" any mouse click in the popup will close 553 When "click" any mouse click in the popup will close