comparison runtime/doc/eval.txt @ 20386:3b3589275ab9 v8.2.0748

patch 8.2.0748: cannot get a list of all popups Commit: https://github.com/vim/vim/commit/ef6b979bfae82f64781d8b0ce0194c57111243d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 13 16:34:15 2020 +0200 patch 8.2.0748: cannot get a list of all popups Problem: Cannot get a list of all popups. Solution: Add popup_list(). Use it in the test runner.
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 May 2020 16:45:05 +0200
parents 56265f711890
children aee0b72ca6d6
comparison
equal deleted inserted replaced
20385:3613c433a314 20386:3b3589275ab9
2625 popup_findinfo() Number get window ID of info popup window 2625 popup_findinfo() Number get window ID of info popup window
2626 popup_findpreview() Number get window ID of preview popup window 2626 popup_findpreview() Number get window ID of preview popup window
2627 popup_getoptions({id}) Dict get options of popup window {id} 2627 popup_getoptions({id}) Dict get options of popup window {id}
2628 popup_getpos({id}) Dict get position of popup window {id} 2628 popup_getpos({id}) Dict get position of popup window {id}
2629 popup_hide({id}) none hide popup menu {id} 2629 popup_hide({id}) none hide popup menu {id}
2630 popup_list() List get a list of window IDs of al popups
2631 popup_locate({row}, {col}) Number get window ID of popup at position
2630 popup_menu({what}, {options}) Number create a popup window used as a menu 2632 popup_menu({what}, {options}) Number create a popup window used as a menu
2631 popup_move({id}, {options}) none set position of popup window {id} 2633 popup_move({id}, {options}) none set position of popup window {id}
2632 popup_notification({what}, {options}) 2634 popup_notification({what}, {options})
2633 Number create a notification popup window 2635 Number create a notification popup window
2634 popup_show({id}) none unhide popup window {id} 2636 popup_show({id}) none unhide popup window {id}