| /vim-8.2.3635/src/ |
| H A D | menu.c | 568 menu = menu->next; in add_menu_path() 895 menu = menu->next; in menu_nable_recurse() 1347 menu = menu->next; in set_context_in_menu_cmd() 1408 menu = menu->next; in get_menu_name() 1440 menu = menu->next; in get_menu_name() 1490 menu = menu->next; in get_menu_names() 1546 menu = menu->next; in get_menu_names() 2055 menu = menu->next; in gui_create_initial_menus() 2094 menu = menu->next; in gui_update_menus_recurse() 2223 menu = menu->next; in gui_create_tearoffs_recurse() [all …]
|
| H A D | gui_athena.c | 471 if (menu->iconidx >= 0 && menu->iconidx in get_toolbar_pixmap() 743 menu = menu->next) in athena_calculate_ins_pos() 764 menu->submenu_id = XtVaCreatePopupShell((char *)menu->dname, in gui_mch_add_menu() 773 menu->id = XtVaCreateManagedWidget((char *)menu->dname, in gui_mch_add_menu() 785 menu->submenu_id = XtVaCreatePopupShell((char *)menu->dname, in gui_mch_add_menu() 813 menu->id = XtVaCreateManagedWidget((char *)menu->dname, in gui_mch_add_menu() 1043 vimmenu_T *menu, in gui_mch_submenu_change() argument 1156 get_toolbar_pixmap(menu, &menu->image); in gui_mch_add_menu_item() 1178 menu->id = XtCreateManagedWidget((char *)menu->dname, in gui_mch_add_menu_item() 1205 menu->id = XtVaCreateManagedWidget((char *)menu->dname, in gui_mch_add_menu_item() [all …]
|
| H A D | gui_gtk.c | 386 if (menu->iconidx >= 0 && menu->iconidx < n_names) in create_menu_icon() 396 if (menu->iconidx >= 0 && menu->iconidx < n_ids) in create_menu_icon() 619 if (menu->actext != NULL && menu->actext[0] != NUL) in menu_item_new() 640 if (menu->name[0] == ']' || menu_is_popup(menu->name)) in gui_mch_add_menu() 782 menu, in gui_mch_add_menu_item() 828 menu->id, idx); in gui_mch_add_menu_item() 875 for (; menu != NULL; menu = menu->next) in recurse_tearoffs() 877 if (menu->submenu_id != NULL && menu->tearoff_handle != NULL in recurse_tearoffs() 878 && menu->name[0] != ']' && !menu_is_popup(menu->name)) in recurse_tearoffs() 966 if (menu->parent != NULL && menu_is_toolbar(menu->parent->name)) in gui_mch_destroy_menu() [all …]
|
| H A D | gui_photon.c | 237 vimmenu_T *menu; in gui_ph_show_tooltip() local 246 if (menu != NULL) in gui_ph_show_tooltip() 806 gui_menu_cb(menu); in gui_ph_handle_menu() 921 vimmenu_T *menu; in gui_ph_handle_pg_change() local 930 if (menu) in gui_ph_handle_pg_change() 931 gui_menu_cb(menu); in gui_ph_handle_pg_change() 2504 menu->submenu_id = menu->id = NULL; in gui_mch_add_menu() 2538 menu->submenu_id = PtCreateWidget(PtMenu, menu->id, n, args); in gui_mch_add_menu() 2552 gui_ph_position_menu(menu->id, menu->priority); in gui_mch_add_menu() 2652 PtAddCallback(menu->id, Pt_CB_ACTIVATE, gui_ph_handle_menu, menu); in gui_mch_add_menu_item() [all …]
|
| H A D | gui_motif.c | 890 vimmenu_T *menu; in do_set_mnemonics() local 1013 if (menu->actext != NULL && menu->id != (Widget)0) in gui_motif_add_actext() 1063 menu = menu->next; in gui_mch_recurse_tearoffs() 1221 if (menu->iconidx >= 0 && menu->iconidx in get_toolbar_pixmap() 1238 menu->xpm = get_toolbar_pixmap(menu, &menu->xpm_fname); in add_pixmap_args() 1325 menu->id = XtCreateManagedWidget((char *)menu->dname, in gui_mch_add_menu_item() 1400 (XtPointer)menu); in gui_mch_add_menu_item() 1422 while (menu) in gui_motif_update_mousemodel() 1449 menu = menu->next; in gui_motif_update_mousemodel() 1504 if (menu != NULL) in gui_mch_new_tooltip_font() [all …]
|
| H A D | gui_w32.c | 2246 vimmenu_T *menu, in gui_mch_menu_hidden() argument 6465 vimmenu_T *menu, in gui_mch_add_menu() argument 6556 gui_mch_tearoff(menu->dname, menu, 0xffffL, 0xffffL); in gui_make_tearoff() 6649 RemoveMenu(menu->parent->submenu_id, menu->id, MF_BYCOMMAND); in gui_mch_destroy_menu() 7468 for ( ; menu != NULL; menu = menu->next) in tearoff_lookup_menuhandle() 7510 vimmenu_T *menu; in tearoff_callback() local 7803 menu = menu->children->next; in gui_mch_tearoff() 7805 menu = menu->children; in gui_mch_tearoff() 7807 for ( ; menu != NULL; menu = menu->next) in gui_mch_tearoff() 8029 menu->en_dname != NULL ? menu->en_dname : in get_toolbar_bitmap() [all …]
|
| H A D | gui_haiku.cc | 4476 vimmenu_T *menu, in gui_mch_add_menu() argument 4485 menu->id = NULL; in gui_mch_add_menu() 4522 menu->id = tmp->FindItem((const char *) menu->dname); in gui_mch_add_menu() 4549 vimmenu_T *menu, in gui_mch_add_menu_item() argument 4576 menu->id = item; in gui_mch_add_menu_item() 4585 menu->id = item; in gui_mch_add_menu_item() 4598 vimmenu_T *menu) in gui_mch_destroy_menu() argument 4603 if (menu->parent && menu_is_toolbar(menu->parent->name)) { in gui_mch_destroy_menu() 4647 vimmenu_T *menu, in gui_mch_menu_grey() argument 4651 if (menu->parent && menu_is_toolbar(menu->parent->name)) { in gui_mch_menu_grey() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_42.txt | 27 To define a menu item, use the ":menu" command. The basic form of this 30 :menu {menu-item} {keys} 32 The {menu-item} describes where on the menu to put the item. A typical 36 :menu File.Save :update<CR> 83 are the priorities in the File menu: 124 <Tab> is displayed right aligned in the menu. In the File.Save menu the name 150 :menu! Insert and Command-line mode 231 specific menu item for Insert mode: > 242 To delete a menu, the same command is used as for listing, but with "menu" 248 You can delete a whole menu, with all its items, by using the menu name. [all …]
|
| H A D | gui.txt | 487 *menu.vim* 577 *menu-text* 659 *:menu-<silent>* *:menu-silent* 669 *:menu-<special>* *:menu-special* 677 *:menu-<script>* *:menu-script* 865 menu PopUp 891 :[range]em[enu] {menu} Execute {menu} from the command line. 945 *:menu-disable* *:menu-enable* 961 Here is an example on how to add menu items with menu's! You can add a menu 1030 :popu[p] {name} Popup the menu {name}. The menu named must [all …]
|
| H A D | gui_w32.txt | 99 3. select "Open With..." menu entry 105 *send-to-menu* *sendto* 106 You can also install Vim in the "Send To" menu: 125 *win32-popup-menu* 193 Vim in the "Open With..." context menu *win32-open-with-menu* 357 window to be created with the same menu entries on it. The floating menu can 367 :te[aroff] {name} Tear-off the menu {name}. The menu named must have at 369 menu-bar (see |win32-hidden-menus|). 373 will make the "File" menu (if there is one) appear as a tearoff menu. > 377 This creates a floating menu that doesn't exist on the main menu-bar. [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_menu.vim | 4 CheckFeature menu 8 source $VIMRUNTIME/menu.vim 44 " menu. 163 " Make sure we don't have stale menu items like Buffers menu. 216 menu Xmenu.foo.A1 a1 217 menu Xmenu.]bar bar 219 menu Xmenu.-sep- : 260 menu Test.menu :menu<CR> 261 menu! Test.menu! :menu!<CR> 405 menu ]Test.menu :menu<CR> [all …]
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | README.txt | 3 The contents of each menu file is a sequence of lines with "menutrans" 13 The "$VIMRUNTIME/menu.vim" file will search for a menu translation file. This 27 and use the menu translation file: 36 and the menu translation file is: 40 The menu translation file should set the "did_menu_trans" variable so that Vim 49 For UTF-8 menu files which only use latin1 characters, you can rely on Vim 50 doing the conversion. Let the UTF-8 menu file source the latin1 menu file, 53 MS-Windows codepages), thus the converted menu file must be available.
|
| H A D | menu_ru_ru.vim | 14 " Quit when menu translations have already been done. 36 " Help menu 51 " File menu 69 " Edit menu 136 " Tools menu 176 " The Spelling popup menu 211 " Syntax menu 225 " Buffers menu 227 menutrans &Refresh\ menu О&бновить\ меню 235 " Window menu [all …]
|
| H A D | menu_ru_ru.koi8-r.vim | 5 " URL: cvs://cvs.sf.net:/cvsroot/ruvim/extras/menu/menu_ru_ru.vim 14 " Quit when menu translations have already been done. 36 " Help menu 51 " File menu 69 " Edit menu 136 " Tools menu 202 " Syntax menu 216 " Buffers menu 218 menutrans &Refresh\ menu �&�������\ ���� 226 " Window menu [all …]
|
| H A D | menu_af_af.latin1.vim | 5 " Quit when menu translations have already been done. 20 " Help menu 31 " File menu 43 " Edit menu 58 " Programming menu 74 " Names for buffer menu. 81 " Window menu 100 " The popup menu 143 " Syntax menu
|
| H A D | menu_pt_br.vim | 21 " Help menu 34 " File menu 48 " Edit menu 127 " Programming menu 146 " Tools.Spelling menu 189 " Names for buffer menu. 191 menutrans &Refresh\ menu A&tualizar\ menu 198 " Window menu 220 " The popup menu 272 " Syntax menu [all …]
|
| H A D | menu_pt_pt.vim | 5 " Quit when menu translations have already been done. 20 " Help menu 32 " File menu 46 " Edit menu 124 " Programming menu 168 " Names for buffer menu. 170 menutrans &Refresh\ menu A&ctualizar\ menu 177 " Window menu 199 " The popup menu 251 " Syntax menu [all …]
|
| H A D | menu_nl_nl.latin1.vim | 5 " Quit when menu translations have already been done. 19 " Help menu 32 " File menu 46 " Edit menu 101 " Tools menu 146 " Names for buffer menu. 148 menutrans &Refresh\ menu Ververs\ menu 154 " Window menu 179 " The popup menu 222 " Syntax menu [all …]
|
| H A D | menu_uk_ua.cp1251.vim | 10 " Quit when menu translations have already been done. 20 " Help menu 32 " File menu 46 " Edit menu 102 " Programming menu 151 " Names for buffer menu. 153 menutrans &Refresh\ menu &�������� 160 " Window menu 186 " The popup menu 230 " Syntax menu
|
| H A D | menu_uk_ua.koi8-u.vim | 10 " Quit when menu translations have already been done. 20 " Help menu 32 " File menu 46 " Edit menu 102 " Programming menu 151 " Names for buffer menu. 153 menutrans &Refresh\ menu &�������� 160 " Window menu 186 " The popup menu 230 " Syntax menu
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | icemenu.vim | 5 " Extensions: ~/.icewm/menu 7 " highlighting when editing your user's menu file (~/.icewm/menu). 26 " prog and menu 27 syntax keyword _ids menu prog
|
| /vim-8.2.3635/src/proto/ |
| H A D | menu.pro | 1 /* menu.c */ 8 int get_menu_index(vimmenu_T *menu, int state); 11 int menu_is_child_of_popup(vimmenu_T *menu); 17 void gui_create_initial_menus(vimmenu_T *menu); 21 void execute_menu(exarg_T *eap, vimmenu_T *menu, int mode_idx);
|
| H A D | gui_gtk.pro | 3 void gui_mch_add_menu(vimmenu_T *menu, int idx); 4 void gui_mch_add_menu_item(vimmenu_T *menu, int idx); 8 void gui_mch_menu_set_tip(vimmenu_T *menu); 9 void gui_mch_destroy_menu(vimmenu_T *menu); 19 void gui_mch_show_popupmenu(vimmenu_T *menu);
|
| H A D | gui_photon.pro | 57 void gui_mch_add_menu(vimmenu_T *menu, int index); 58 void gui_mch_add_menu_item(vimmenu_T *menu, int index); 59 void gui_mch_destroy_menu(vimmenu_T *menu); 60 void gui_mch_menu_grey(vimmenu_T *menu, int grey); 61 void gui_mch_menu_hidden(vimmenu_T *menu, int hidden); 63 void gui_mch_show_popupmenu(vimmenu_T *menu);
|
| H A D | gui_motif.pro | 11 void gui_mch_add_menu(vimmenu_T *menu, int idx); 15 void gui_mch_add_menu_item(vimmenu_T *menu, int idx); 16 void gui_motif_update_mousemodel(vimmenu_T *menu); 21 void gui_mch_destroy_menu(vimmenu_T *menu); 22 void gui_mch_show_popupmenu(vimmenu_T *menu);
|