sponsor Vim development Vim logo Vim Book Ad

csc.snippets : Essbase script snippet file

 script karma  Rating 0/0, Downloaded by 628  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
csc.snippets 0.1 2011-02-24 7.0 Anthony Yuan Initial upload
ip used for rating: 54.159.186.146

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github