penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Components.Vim.VimArea.js

raw ยท 717 bytes

/** @constructor
 *  @extends {EventDispatcher}
 */
Components.Vim.VimArea = function(){};

/** @type {Components.Vim.LineFeeder} */
Components.Vim.VimArea.contentFeeder;
/** @type {Components.Vim.Syntax.Analyzer} */
Components.Vim.VimArea.contentAnalyzer;
/** @type {Components.Vim.LineFeeder} */
Components.Vim.VimArea.statusFeeder;
/** @type {Components.Vim.StatusBar} */
Components.Vim.VimArea.statusBar;

/** @type Function */
Components.Vim.VimArea.demo;

/** @type Number */
Components.Vim.VimArea.index;
/** @type Number */
Components.Vim.VimArea.rows;
/** @type Number */
Components.Vim.VimArea.cols;
/** @type Array */
Components.Vim.VimArea.Instances;
/** @type Function */
Components.Vim.VimArea.dispose;