| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 7 Displaying text in a floating window. *popup* *popup-window* *popupwin* 12 Closing the popup window |popup-close| 14 Terminal in popup window |popup-terminal| 20 Position popup with textprop |popup-textprop-pos| 63 |popup-buffer|. 66 - popup menu, see |popup-menu| 346 the popup menu. See |complete-popup|. The info popup is 380 "tabpage" will be -1 for a global popup, zero for a popup on 423 If {id} is a displayed popup, hide it now. If the popup has a 650 the side of the popup or popup menu. [all …]
|
| H A D | ft_sql.txt | 379 completion plugin to populate the popup with 425 To enable the popup, while in INSERT mode, use the following key combinations 434 Drilling In / Out - When viewing a popup window displaying the list 438 - When viewing a popup window displaying the list 449 the popup window. This makes the re-displaying of these lists very 478 Assuming "select" is highlighted in the popup list press <Enter> to choose 481 choose "from" from the popup list. 509 popup window and the table name already chosen when the list became active. > 516 the key map. This will limit the contents of the popup window to just items 525 the popup window is active. [all …]
|
| H A D | usr_42.txt | 15 |42.4| Toolbar and popup menus 295 *42.4* Toolbar and popup menus 345 The popup menu pops up where the mouse pointer is. On MS-Windows you activate 347 left mouse button. On Unix the popup menu is used by pressing and holding the 349 The popup menu only appears when the 'mousemodel' has been set to "popup" 354 There is a separate popup menu for each mode. Thus there are never grey
|
| H A D | tags | 8550 popup popup.txt /*popup* 8551 popup-buffer popup.txt /*popup-buffer* 8553 popup-close popup.txt /*popup-close* 8555 popup-filter popup.txt /*popup-filter* 8560 popup-intro popup.txt /*popup-intro* 8561 popup-mapping popup.txt /*popup-mapping* 8562 popup-mask popup.txt /*popup-mask* 8566 popup-props popup.txt /*popup-props* 8570 popup-usage popup.txt /*popup-usage* 8571 popup-window popup.txt /*popup-window* [all …]
|
| H A D | insert.txt | 664 When the popup menu is displayed there are a few more special keys, see 1160 menu extra text for the popup menu, displayed after "word" 1163 preview or popup window 1193 *complete-popup* 1194 When "popup" is in 'completeopt' a popup window is used to display the "info". 1198 height maximum height of the popup 1199 width maximum width of the popup 1200 highlight highlight group of the popup (default is PmenuSel) 1216 in 'completeopt'. The info popup will then be initially hidden and 1305 Vim can display the matches in a simplistic popup menu. [all …]
|
| H A D | os_qnx.txt | 56 Menus, popup menus and menu priorities |:menu| 57 |popup-menu|
|
| H A D | gui.txt | 275 'mousemodel' "popup" "extend" 353 button with the shift key pressed when 'mousemodel' is "popup". 381 When 'mousemodel' is "popup" this starts or extends a 859 *popup-menu* 862 button is pressed, if 'mousemodel' is set to popup or popup_setpos. 1022 In the Win32 and GTK+ GUI, you can cause a menu to popup at the cursor. 1029 *:popup* *:popu* 1043 :popup File 1048 :popup ]Toolbar 1049 This creates a popup menu that doesn't exist on the main menu-bar. [all …]
|
| H A D | version8.txt | 30563 popup menu. 34302 Files: runtime/doc/popup.txt 34597 runtime/doc/popup.txt 34751 runtime/doc/popup.txt 35309 runtime/doc/popup.txt 35534 runtime/doc/popup.txt 37256 popup window. 37672 clicks in popup close the popup menu. 37829 Problem: Cannot have an info popup align with the popup menu. 37867 Solution: Recycle buffers only used for popup windows. Do not list popup [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 1 " Tests for popup windows 60 " move popup over ruler 1572 " x closes the popup 3333 \ 'popup below', 3334 \ 'popup below', 3335 \ 'popup below', 3336 \ 'popup below', 3345 \ 'popup on top', 3346 \ 'popup on top', 3347 \ 'popup on top', [all …]
|
| H A D | test_popup.vim | 60 " (idea is, C-L inserts the match from the popup menu 529 " select first entry from the completion popup 533 " select second entry from the completion popup 684 " popup first entry "!" must be at the top 689 " popup shifted down, first line is now empty 752 " Test that popup and previewwindow do not overlap. 856 call assert_fails('popup Test.Foo', 'E336:') 857 call assert_fails('popup Test.Foo.X', 'E327:') 858 call assert_fails('popup Foo', 'E337:') 965 popup Edit [all …]
|
| H A D | test_execute_func.vim | 98 let popupwin = popup_create('the popup win', {'line': 2, 'col': 3}) 101 call assert_match('the popup win', line)
|
| H A D | test_behave.vim | 6 call assert_equal('popup', &mousemodel)
|
| H A D | test_menu.vim | 196 call feedkeys(":popup Xmenu.\<C-A>\<C-B>\"\<CR>", 'xt') 197 call assert_equal('"popup Xmenu.A1 A2 A3 A4', @:) 215 " Test for expanding popup menus with some hidden items 220 call feedkeys(":popup Xmenu.\<C-A>\<C-B>\"\<CR>", 'xt') 221 call assert_equal('"popup Xmenu.foo', @:)
|
| H A D | popupbounce.vim | 1 " Use this script to measure the redrawing performance when a popup is being
|
| /vim-8.2.3635/ |
| H A D | uninstall.txt | 16 remove. For uninstalling the "Edit with Vim" popup menu entry you still 30 1. Remove the "Edit with Vim" popup menu entry, if it exists. This is done by 32 "Edit with Vim" popup menu entry. You only need to run uninstall.exe when
|
| /vim-8.2.3635/src/ |
| H A D | gui_athena.c | 1593 Widget popup; in gui_athena_menu_timeout() local 1604 popup = get_popup_entry(XtParent(w)); in gui_athena_menu_timeout() 1605 if (popup == (Widget)0) in gui_athena_menu_timeout() 1607 XtPopup(popup, XtGrabNonexclusive); in gui_athena_menu_timeout() 1764 Widget popup; in submenu_widget() local 1767 popup = XtNameToWidget(XtParent(widget), (char *)pullright_name); in submenu_widget() 1770 return popup; in submenu_widget()
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | tradchinese.nsi | 274 "Right: popup menu, Left: visual mode (Default)" 276 "Right: popup menu, Left: select mode (Windows)"
|
| H A D | english.nsi | 276 "Right: popup menu, Left: visual mode (Default)" 278 "Right: popup menu, Left: select mode (Windows)"
|
| H A D | dutch.nsi | 277 "Right: popup menu, Left: visual mode (Default)" 279 "Right: popup menu, Left: select mode (Windows)"
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | GvimExt.reg | 19 "DisplayName"="Vim 8.2: Edit with Vim popup menu entry"
|
| H A D | README.txt | 8 To install the "Edit with Vim" popup menu entry, it is recommended to use the 34 To uninstall the "Edit with Vim" popup menu entry, it is recommended to use
|
| /vim-8.2.3635/src/proto/ |
| H A D | mouse.pro | 19 win_T *mouse_find_win(int *rowp, int *colp, mouse_find_T popup);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 101 \ display-popup displayp find-window findw if if-shell join-pane joinp 109 \ pipep popup prev previous-layout previous-window prevl refresh
|
| H A D | 8th.vim | 274 Builtin option nk:option plot nk:plot plot-fn nk:plot-fn pop-font nk:pop-font popup-begin nk:popup… 275 Builtin popup-close nk:popup-close popup-end nk:popup-end popup-scroll-ofs nk:popup-scroll-ofs pop…
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_dos.txt | 74 popup menu. 121 ":help win32-popup-menu".
|