| /vim-8.2.3635/nsis/ |
| H A D | gvim.nsi | 85 !packhdr temp.dat "upx --best --compress-icons=1 temp.dat" 100 !define MUI_ICON "icons\vim_16c.ico" 101 !define MUI_UNICON "icons\vim_uninst_16c.ico" 109 !define MUI_WELCOMEFINISHPAGE_BITMAP "icons\welcome.bmp" 110 !define MUI_UNWELCOMEFINISHPAGE_BITMAP "icons\uninstall.bmp" 112 !define MUI_HEADERIMAGE_BITMAP "icons\header.bmp" 113 !define MUI_HEADERIMAGE_UNBITMAP "icons\un_header.bmp" 440 StrCpy $1 "$1 -install-icons"
|
| H A D | README.txt | 75 unzip icons.zip
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | english.nsi | 66 "Create icons for Vim" 68 "Create icons for Vim at various locations to facilitate easy access." 73 "Create icons for gVim executables on the desktop."
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | icemenu.vim | 17 " icons .xpm .png and .gif
|
| /vim-8.2.3635/ |
| H A D | .gitignore | 47 nsis/icons/*
|
| H A D | Filelist | 628 nsis/icons.zip \ 871 runtime/icons/README.txt \ 872 runtime/icons/*.info \ 873 runtime/icons.info \
|
| H A D | CONTRIBUTING.md | 74 Also used for the desktop icons.
|
| H A D | uninstall.txt | 74 8. If you created icons for Vim on the desktop, delete them.
|
| /vim-8.2.3635/src/ |
| H A D | Makefile | 2381 install_normal: installvim installtools $(INSTALL_LANGS) install-icons 2680 ICON48PATH = $(DESTDIR)$(DATADIR)/icons/hicolor/48x48/apps 2681 ICON32PATH = $(DESTDIR)$(DATADIR)/icons/locolor/32x32/apps 2682 ICON16PATH = $(DESTDIR)$(DATADIR)/icons/locolor/16x16/apps 2683 ICONTHEMEPATH = $(DATADIR)/icons/hicolor 2685 KDEPATH = $(HOME)/.kde/share/icons 2686 install-icons:
|
| H A D | gui_gtk_x11.c | 2445 GList *icons = NULL; in mainwin_realize() local 2447 icons = g_list_prepend(icons, gdk_pixbuf_new_from_xpm_data(vim16x16)); in mainwin_realize() 2448 icons = g_list_prepend(icons, gdk_pixbuf_new_from_xpm_data(vim32x32)); in mainwin_realize() 2449 icons = g_list_prepend(icons, gdk_pixbuf_new_from_xpm_data(vim48x48)); in mainwin_realize() 2451 gtk_window_set_icon_list(GTK_WINDOW(gui.mainwin), icons); in mainwin_realize() 2454 g_list_foreach(icons, (GFunc)(void *)&g_object_unref, NULL); in mainwin_realize() 2455 g_list_free(icons); in mainwin_realize()
|
| H A D | config.h.in | 487 /* Define if GResource is used to load icons */
|
| H A D | toolbar.phi | 1 /* Builtin icons for the toolbar in photon */
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_09.txt | 92 This contains icons for the most often used actions. Hopefully the icons are
|
| H A D | usr_42.txt | 305 The toolbar uses icons rather than text to represent the command. For 308 The Vim editor has 28 built-in icons. You can find a table here:
|
| H A D | options.txt | 8231 'toolbar' 'tb' string (default "icons,tooltips") 8237 icons Toolbar buttons are shown with icons. 8247 :set tb=icons,text 8249 will show icons if both are requested. 8261 Controls the size of toolbar icons. The possible values are: 8262 tiny Use tiny icons. 8263 small Use small icons (default). 8264 medium Use medium-sized icons. 8265 large Use large icons. 8266 huge Use even larger icons. [all …]
|
| H A D | gui_x11.txt | 423 To do that, we'll try reducing empty space around icons and labels that looks
|
| H A D | os_vms.txt | 104 You may want to use GUI with GTK icons, then you have to download and install
|
| H A D | starting.txt | 668 edit multiple files by pressing the shift key while clicking on icons, and 669 clicking twice on the last one. The "Default Tool" for all these icons must
|
| H A D | intro.txt | 209 Marcin Dalecki GTK+ GUI port, toolbar icons, gettext()
|
| H A D | version6.txt | 763 - Don't use color names in icons, use RGB values. The names could be 1489 the Start menu, icons from the desktop and the created batch files. (Jon Merz) 1699 text and icons on the fly. (David Harrison) 2059 - Install Icons for KDE when the directories exist and the icons do not exist 3559 Improved NSIS script to support NSIS 180. Added icons for the 3579 Vim-specific icons. (Pruchnik) 4919 Solution: Initialize the sign icons after initializing the GUI. (Vince 6235 The Vim icons in PNG format didn't have a transparent background. (Greg 8834 Solution: Add the Netbeans interface. Includes support for sign icons and 9156 Solution: Don't define buf_signcount() when sign icons are unavailable. [all …]
|
| H A D | gui.txt | 838 make the items look like icons.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | gen_opt_test.vim | 144 \ 'toolbar': [['', 'icons', 'text'], ['xxx']],
|
| H A D | test_signs.vim | 13 " We can specify icons even if not all versions of vim support icons as
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 647 …call <SID>AddOption("toolbar", gettext("\"icons\", \"text\" and/or \"tooltips\"; how to show the t… 650 call <SID>AddOption("toolbariconsize", gettext("size of toolbar icons"))
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 8809 msgid "\"icons\", \"text\" and/or \"tooltips\"; how to show the toolbar" 8810 msgstr "„icons”, „text” и/или „tooltips”; како се приказује алатна линија" 8812 msgid "size of toolbar icons"
|