csc.snippets : Essbase script snippet file
script karma |
Rating 0/0,
Downloaded by 733 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Anthony Yuan |
|
script type |
utility |
|
description |
Essbase script snippet file should be up-to-date with all features of Essbase 9.
you can insert into your code using a trigger word followed by a <tab>.
For instance, in a csc file, if you type "FIX<tab>" in insert mode, it will expand a typical for FIX:
FIX (fixMbrs)
commands;
ENDFIX
To go to the next item in the loop, simply <tab> over to it; if there is repeated code, such as the "i" variable in this example, you can simply start typing once it's highlighted and all the matches specified in the snippet will be updated. To go in reverse, use <shift-tab>.
If anything is missing, broken, not working well on your setup, or an inconvenience for you, please let me know, all feedback is welcome: <yyq123 at gmail.com>.
Enhancements:
-------------
* case sensitive
Screenshots:
-------------
* For statem with single srgument
http://www.flickr.com/photos/yyq123/5454484247/
* For statem with multipule argumets
http://www.flickr.com/photos/yyq123/5454484239/
* For statem list
http://www.flickr.com/photos/yyq123/5454484241/ |
|
install details |
Prerequisite
-------------
* Install snipMate plugin (http://www.vim.org/scripts/script.php?script_id=2540)
Installation
-------------
* Copy csc.snippets to ~/.vim/snippets/csc.snippets or c:\program files\vim\vimfiles\snippets\csc.snippets |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.144.134.101
|