qfn : quickfixnotes: file annotation with quickfix
script karma |
Rating 35/13,
Downloaded by 1816 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Will Drewry |
|
script type |
utility |
|
description |
QuickFixNotes, or QFN, is a quick hack that allows file annotation
based on |quickfix| functionality. In particular, this plugin allows the user
to tie comments to a specific source file, line number, and column number
without modifying the file being reviewed. The goal of the plugin is to
provide a simple and useful mechanism for tracking notes when reviewing any
sort of text file -- from documents and book drafts to source code and
configuration files. Paired with xxd, you can even annotate binary formats
with it. qfn is useful any place where inserting comments into the
file being reviewed is impractical.
Given its simplicity, this plugin only supplies a simple set of features:
* Add a comment for the given line and column number to the |quickfix| list
* Save the current |quickfix| list an expected format
* Provide all functionality without external scripting dependencies
In the future, QFN may support more advanced interfaces to the |quickfix|.
To use, just map <Plug>QuickFixNote and <Plug>QuickFixSave to keys.
When called, QuickFixNote will add an entry to the quickfix list with a user
supplied comment for the current cursor's line number, column, and buffer
name. |
|
install details |
1. Download the vimball.
2. Run: vim qfn.vba
3. Execute the following ex command:
:so %
4. You should now be able to bind <Plug>QuickFixNote and <Plug>QuickFixSave to
your preferred key combinations. You can use the ":help qfn" command at any time
to get more information.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.172
|