1
0
forked from aniani/vim

patch 8.1.1559: popup window title property not implemented yet

Problem:    Popup window title property not implemented yet.
Solution:   Implement the title property.
This commit is contained in:
Bram Moolenaar
2019-06-16 20:09:10 +02:00
parent a730e55cc2
commit eb2310d47d
9 changed files with 98 additions and 26 deletions

View File

@@ -112,7 +112,6 @@ TODO:
popup_setoptions({id}, {options})
hidden option
tabpage option with number
title option
flip option
transparent text property
@@ -452,8 +451,8 @@ The second argument of |popup_create()| is a dictionary with options:
title Text to be displayed above the first item in the
popup, on top of any border. If there is no top
border one line of padding is added to put the title
on.
{not implemented yet}
on. You might want to add one or more spaces at the
start and end as padding.
wrap TRUE to make the lines wrap (default TRUE).
drag TRUE to allow the popup to be dragged with the mouse
by grabbing at at the border. Has no effect if the