AWK-Support : AWK IDE -- Insert code snippets, run and check the code and look up help
script karma |
Rating 4/1,
Downloaded by 4074 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Fritz Mehner |
|
script type |
utility |
|
description |
AWK-IDE for Vim/gVim is written to considerably speed up writing scripts in a
consistent style. This is done by inserting complete statements, idioms, code
snippets, templates, and comments. Compiling and viewing a document, format
conversion and running make can be done with a few keystrokes.
- insert various types of comments
- insert complete but empty statements
- insert often used code snippets
- ... which come in an extendible template library
- run scripts or run syntax check from within the editor
- show compilation errors in a quickfix window
Some screen shots : https://wolfgangmehner.github.io/vim-plugins/awksupport.html
For plug-in managers : https://github.com/WolfgangMehner/awk-support
The help file online : https://wolfgangmehner.github.io/vim-plugins/doc/awksupport.html
The key mappings of this plug-in : https://wolfgangmehner.github.io/vim-plugins/awksupport/awk-hotkeys.pdf
DOCUMENTATION
--------------------------------------------------------
This plug-in comes with a help file (awksupport.txt). Read it with
:h awksupport
** PLEASE READ THE DOCUMENTATION **
Editing actions differ for different modes! There are a lot of features which
can be configured or customized to match your needs.
GitHub
--------------------------------------------------------
AWK-Support is on GitHub:
https://github.com/WolfgangMehner/vim-plugins
(Please help us keep track of all the issues and name your report/request "AWK-Support: <title>")
|
|
install details |
Copy the zip archive awk-support.zip to $HOME/.vim/ or $VIM/vimfiles
(on the Windows platforms) and run
unzip awk-support.zip
If you have already an older version of this plug-in and you have modified the
template files you may want to save your templates first or copy the files from
the archive by hand. See also the file README.md within the zip file. |
|
script versions (upload new version)
Click on the package to download.
awk-support.zip |
1.3 |
2016-08-16 |
7.3 |
Fritz Mehner |
- Add 'g:Awk_CustomTemplateFile'.
- Add template personalization file and setup wizard.
- Change the way lines of code are turned into comments
(insert no space after the hash).
- Change the map for 'comment -> code' to '\co' for consistency with the other
plug-ins. The old map '\cu' still works, however.
- Minor corrections and improvements. |
awk-support.zip |
1.2 |
2014-04-21 |
7.0 |
Fritz Mehner |
- Bugfix: Setup of local templates in case of global installation.
- 'Run -> make script executable' (\re) is now a toggle.
- The Awk executable can now be configured.
- Adjusting end-of-line comments improved.
- Minor corrections and improvements. |
awk-support.zip |
1.1 |
2013-08-22 |
7.0 |
Fritz Mehner |
- Map renamed: \rt -> \rx .
- Wrapper-script missing.
- Resolve home for linked home directories.
- Footer did not appear in doc/awk-hotkeys.pdf
- Bugfix: mapleader issues fixed. |
awk-support.zip |
1.0 |
2013-01-27 |
7.0 |
Fritz Mehner |
Initial upload |
ip used for rating: 95.216.193.219
|