Home
last modified time | relevance | path

Searched refs:icons (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/nsis/
H A Dgvim.nsi85 !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 DREADME.txt75 unzip icons.zip
/vim-8.2.3635/nsis/lang/
H A Denglish.nsi66 "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 Dicemenu.vim17 " icons .xpm .png and .gif
/vim-8.2.3635/
H A D.gitignore47 nsis/icons/*
H A DFilelist628 nsis/icons.zip \
871 runtime/icons/README.txt \
872 runtime/icons/*.info \
873 runtime/icons.info \
H A DCONTRIBUTING.md74 Also used for the desktop icons.
H A Duninstall.txt74 8. If you created icons for Vim on the desktop, delete them.
/vim-8.2.3635/src/
H A DMakefile2381 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 Dgui_gtk_x11.c2445 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 Dconfig.h.in487 /* Define if GResource is used to load icons */
H A Dtoolbar.phi1 /* Builtin icons for the toolbar in photon */
/vim-8.2.3635/runtime/doc/
H A Dusr_09.txt92 This contains icons for the most often used actions. Hopefully the icons are
H A Dusr_42.txt305 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 Doptions.txt8231 '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 Dgui_x11.txt423 To do that, we'll try reducing empty space around icons and labels that looks
H A Dos_vms.txt104 You may want to use GUI with GTK icons, then you have to download and install
H A Dstarting.txt668 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 Dintro.txt209 Marcin Dalecki GTK+ GUI port, toolbar icons, gettext()
H A Dversion6.txt763 - 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 Dgui.txt838 make the items look like icons.
/vim-8.2.3635/src/testdir/
H A Dgen_opt_test.vim144 \ 'toolbar': [['', 'icons', 'text'], ['xxx']],
H A Dtest_signs.vim13 " We can specify icons even if not all versions of vim support icons as
/vim-8.2.3635/runtime/
H A Doptwin.vim647 …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 Dsr.po8809 msgid "\"icons\", \"text\" and/or \"tooltips\"; how to show the toolbar"
8810 msgstr "„icons”, „text” и/или „tooltips”; како се приказује алатна линија"
8812 msgid "size of toolbar icons"

12