| /vim-8.2.3635/runtime/icons/ |
| H A D | README.txt | 1 Choose your preferred icon and replace the standard Vim icon with it. 17 2. Rename the Vim icon to Vim.WB. 19 3. By default, the Vim icon is a program icon. 20 Change the icon type from "program" to "project" using IconEdit from the 23 4. Change the icon settings using "information" from the WorkBench's "icon"
|
| /vim-8.2.3635/src/ |
| H A D | sign.c | 953 sign_define_init_icon(sign_T *sp, char_u *icon) in sign_define_init_icon() argument 956 sp->sn_icon = vim_strsave(icon); in sign_define_init_icon() 1035 char_u *icon, in sign_define_by_name() argument 1068 if (icon != NULL) in sign_define_by_name() 1069 sign_define_init_icon(sp, icon); in sign_define_by_name() 1297 char_u *icon = NULL; in sign_define_cmd() local 1313 icon = vim_strnsave(arg, p - arg); in sign_define_cmd() 1341 vim_free(icon); in sign_define_cmd() 2172 char_u *icon = NULL; in sign_define_from_dict() local 2190 icon = dict_get_string(dict, (char_u *)"icon", TRUE); in sign_define_from_dict() [all …]
|
| H A D | uninstall.c | 320 char icon[BUFSIZE]; in main() local 363 sprintf(icon, "%s\\%s", path, icon_link_names[i]); in main() 364 if (stat(icon, &st) == 0) in main()
|
| H A D | gui_photon.c | 1734 gui_mch_settitle(char_u *title, char_u *icon) in gui_mch_settitle() argument 2419 PhImage_t *icon = NULL; in gui_ph_toolbar_find_icon() local 2425 icon = gui_ph_toolbar_load_icon(menu->iconfile); in gui_ph_toolbar_find_icon() 2428 if ((icon == NULL) && in gui_ph_toolbar_find_icon() 2431 icon = gui_ph_toolbar_load_icon(full_pathname); in gui_ph_toolbar_find_icon() 2433 if (icon != NULL) in gui_ph_toolbar_find_icon() 2434 return icon; in gui_ph_toolbar_find_icon()
|
| H A D | os_unix.c | 2133 set_x11_icon(char_u *icon) in set_x11_icon() argument 2138 Xutf8SetWMProperties(x11_display, x11_window, NULL, (const char *)icon, in set_x11_icon() 2145 XmbSetWMProperties(x11_display, x11_window, NULL, (const char *)icon, in set_x11_icon() 2149 char *c_icon = (char *)icon; in set_x11_icon() 2156 XSetIconName(x11_display, x11_window, (char *)icon); in set_x11_icon() 2201 mch_settitle(char_u *title, char_u *icon) in mch_settitle() argument 2208 if (title == NULL && icon == NULL) // nothing to do in mch_settitle() 2261 gui_mch_settitle(title, icon); in mch_settitle() 2266 if ((type || *T_CIS != NUL) && icon != NULL) in mch_settitle() 2278 out_str_nf(icon); in mch_settitle() [all …]
|
| H A D | gui_x11.c | 1409 static Pixmap icon = 0; in gui_mch_init() 1450 if (!icon) in gui_mch_init() 1452 XpmCreatePixmapFromData(dsp, root_window, magick, &icon, in gui_mch_init() 1458 XtVaSetValues(vimShell, XtNiconPixmap, icon, XtNiconMask, icon_mask, NULL); in gui_mch_init() 1460 XtVaSetValues(vimShell, XmNiconPixmap, icon, XmNiconMask, icon_mask, NULL); in gui_mch_init()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version4.txt | 24 'icon' and 'title' default value changed |icon-changed| 302 'icon' and 'title' default value changed *icon-changed* 309 The default for 'icon' now depends on the possibility of restoring the 310 original value, just like 'title'. If you don't like your icon titles to be 311 changed, add this line to your vimrc: |'icon'|
|
| H A D | howto.txt | 82 |'icon'| set window icon title
|
| H A D | sign.txt | 21 about the file. One example of this would be a debugger which had an icon 24 placement of a sign, or icon, in the left-hand side of the window and 84 When two signs with the same priority are present, and one has an icon or text 124 icon={bitmap} 142 Define the text that is displayed when there is no icon or the 390 icon full path to the bitmap file for the sign. 393 text text that is displayed when there is no icon 433 icon full path to the bitmap file of the sign 437 text text that is displayed when there is no icon
|
| H A D | gui_x11.txt | 257 *X11-icon* 258 Vim uses a black&white icon by default when compiled with Motif or Athena. A 259 colored Vim icon is included as $VIMRUNTIME/vim32x32.xpm. For GTK+, this is 260 the builtin icon used. Unfortunately, how you should install it depends on 262 'guioptions', to remove the black&white icon: > 270 Make sure the icon file's location is consistent with the window manager's 272 drop the icon into one the pre-defined directories: > 465 Note: You might want to use 'toolbariconsize' to adjust the icon size, too. 467 Note: Depending on the icon theme and/or the font in use, some extra tweaks
|
| H A D | os_win32.txt | 324 *windows-icon* 325 Q. I don't like the Vim icon, can I change it? 326 A. Yes, place your favorite icon in bitmaps/vim.ico in a directory of
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | desktop.vim | 10 " - https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.11.html (2006-02-07) 80 " icon theme 103 " icon theme
|
| H A D | icon.vim | 4 " URL: ftp://ftp.halcyon.com/pub/users/wturner/icon.vim 198 let b:current_syntax = "icon"
|
| H A D | mgp.vim | 25 syn keyword mgpCommand contained prefix icon bimage default tab vgap hgap
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 134 OSC 0; = Set icon name and title 135 OSC 1; = Set icon name
|
| /vim-8.2.3635/src/xpm/ |
| H A D | README.txt | 24 :exe 'sign define vimxpm icon='.$VIMRUNTIME.'\\vim32x32.xpm'
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_amiga.pro | 14 void mch_settitle(char_u *title, char_u *icon);
|
| H A D | sign.pro | 11 int sign_define_by_name(char_u *name, char_u *icon, char_u *linehl, char_u *text, char_u *texthl);
|
| H A D | os_mswin.pro | 5 void mch_settitle(char_u *title, char_u *icon);
|
| H A D | gui_gtk_x11.pro | 31 void gui_mch_settitle(char_u *title, char_u *icon);
|
| H A D | gui_photon.pro | 18 void gui_mch_settitle(char_u *title, char_u *icon);
|
| H A D | os_unix.pro | 19 void mch_settitle(char_u *title, char_u *icon);
|
| H A D | gui_haiku.pro | 53 void gui_mch_settitle(char_u *title, char_u *icon);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_signs.vim | 14 " icon is ignored when not supported. "(not supported)" is shown after 15 " the icon name when listing signs. 18 …call Sign_command_ignore_error('sign define Sign2 text=xy texthl=Title linehl=Error icon=../../pix… 23 \ 'icon=../../pixmaps/stock_vim_find_help.png .*text=xy ' . 100 …ore_error('sign define Sign3 text=y texthl=DoesNotExist linehl=DoesNotExist icon=doesnotexist.xpm') 197 call assert_equal('"sign define Sign icon= linehl= text= texthl=', @:) 209 call feedkeys(":sign define Sign icon=Xsig\<C-A>\<C-B>\"\<CR>", 'tx') 210 call assert_equal('"sign define Sign icon=XsignOne XsignTwo', @:) 371 " Some gui like Motif do not support the png icon format. 403 \ 'icon' : 'sign2.ico'} [all …]
|
| H A D | test_menu.vim | 432 " Test for "icon=filename" in a toolbar 435 nmenu icon=myicon.xpm Toolbar.Foo :echo "Foo"<CR> 436 call assert_equal('myicon.xpm', "Toolbar.Foo"->menu_info().icon) 439 " Test for using the builtin icon
|