comparison runtime/doc/popup.txt @ 17119:b439e096a011 v8.1.1559

patch 8.1.1559: popup window title property not implemented yet commit https://github.com/vim/vim/commit/eb2310d47d83764a61d63cd5c2788870d7f6eddf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 16 20:09:10 2019 +0200 patch 8.1.1559: popup window title property not implemented yet Problem: Popup window title property not implemented yet. Solution: Implement the title property.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jun 2019 20:15:05 +0200
parents 7ef5283ace3c
children efc6f5e3b543
comparison
equal deleted inserted replaced
17118:27642fa6eeee 17119:b439e096a011
110 Use the mouse wheel for scrolling. 110 Use the mouse wheel for scrolling.
111 - Implement: 111 - Implement:
112 popup_setoptions({id}, {options}) 112 popup_setoptions({id}, {options})
113 hidden option 113 hidden option
114 tabpage option with number 114 tabpage option with number
115 title option
116 flip option 115 flip option
117 transparent text property 116 transparent text property
118 117
119 118
120 ============================================================================== 119 ==============================================================================
450 displayed on; when invalid the current tab page is used. 449 displayed on; when invalid the current tab page is used.
451 {only -1 and 0 are implemented} 450 {only -1 and 0 are implemented}
452 title Text to be displayed above the first item in the 451 title Text to be displayed above the first item in the
453 popup, on top of any border. If there is no top 452 popup, on top of any border. If there is no top
454 border one line of padding is added to put the title 453 border one line of padding is added to put the title
455 on. 454 on. You might want to add one or more spaces at the
456 {not implemented yet} 455 start and end as padding.
457 wrap TRUE to make the lines wrap (default TRUE). 456 wrap TRUE to make the lines wrap (default TRUE).
458 drag TRUE to allow the popup to be dragged with the mouse 457 drag TRUE to allow the popup to be dragged with the mouse
459 by grabbing at at the border. Has no effect if the 458 by grabbing at at the border. Has no effect if the
460 popup does not have a border. As soon as dragging 459 popup does not have a border. As soon as dragging
461 starts and "pos" is "center" it is changed to 460 starts and "pos" is "center" it is changed to