星期四, 二月 24, 2011

csc.snippets

Essbase script snippet file


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 .

For instance, in a csc file, if you type "FIX" in insert mode, it will expand a typical for FIX: 
FIX (fixMbrs)
    commands;
ENDFIX

To go to the next item in the loop, simply 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 .

If anything is missing, broken, not working well on your setup, or an inconvenience for you, please let me know, all feedback is welcome: .

Enhancements:
-------------
* case sensitive


Screenshots:
-------------
* For statem with single srgument
  snipMate_Single_Argument

* For statem with multipule argumets
  snipMate_Multipule_Arguments

* For statem list
  snipMate_Select from List
 
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
       

没有评论:

发表评论