cream-ascii : Insert an ASCII character from a dialog box
script karma |
Rating 34/13,
Downloaded by 1778 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Steve Hall |
|
script type |
utility |
|
description |
Insert an ASCII character from a dialog box. See the screenshot at http://cream.sourceforge.net/screenshot-ascii.png.
This is one of many custom utilities and functions for gVim from the Cream project (http://cream.sourceforge.net), a configuration of Vim for those of us familiar with Apple and Windows software.
|
|
install details |
Just copy this file and paste it into your vimrc. Or you can drop the entire file into your plugins directory.
Two cream ASCII menu items attempt to load into the bottom of the default Tools menu. (If you have customized your menus and Tools has been removed or altered, this could fail, obviously.)
If you choose not to use the menus, you can also call the Cream_ascii() function directly from the command line. Options are as follows:
:call Cream_ascii() -- No argument inserts a complete ASCII table into the current document
:call Cream_ascii("dialog") -- The argument "dialog" calls the dialog version of the program
:call Cream_ascii([32-255]) -- You can also use a number 32-255 to insert that decimal character with Vim's nr2char()
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.221.87.167
|