Merge remote-tracking branch 'vim/master' into Astro
This commit is contained in:
23
botanjs/src/externs/Components.Vim.Controls.ActionEvent.js
Normal file
23
botanjs/src/externs/Components.Vim.Controls.ActionEvent.js
Normal file
@@ -0,0 +1,23 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Controls.ActionEvent = function(){};
|
||||
|
||||
/** @type {Components.Vim.VimArea} */
|
||||
Components.Vim.Controls.ActionEvent.target;
|
||||
/** @type {Components.Vim.Syntax.TokenMatch} */
|
||||
Components.Vim.Controls.ActionEvent.range;
|
||||
/** @type {Components.Vim.Syntax.Number} */
|
||||
Components.Vim.Controls.ActionEvent.count;
|
||||
/** @type String */
|
||||
Components.Vim.Controls.ActionEvent.key;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.ActionEvent.ModKeys;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.ActionEvent.Escape;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.ActionEvent.canceled;
|
||||
/** @type Number */
|
||||
Components.Vim.Controls.ActionEvent.keyCode;
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.ActionEvent.kMap;
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.ActionEvent.cancel;
|
@@ -1,21 +0,0 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Controls.InputEvent = function(){};
|
||||
|
||||
/** @type {Components.Vim.VimArea} */
|
||||
Components.Vim.Controls.InputEvent.target;
|
||||
/** @type {Components.Vim.Syntax.TokenMatch} */
|
||||
Components.Vim.Controls.InputEvent.range;
|
||||
/** @type String */
|
||||
Components.Vim.Controls.InputEvent.key;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.InputEvent.ModKeys;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.InputEvent.Escape;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.InputEvent.canceled;
|
||||
/** @type Number */
|
||||
Components.Vim.Controls.InputEvent.keyCode;
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.InputEvent.kMap;
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.InputEvent.cancel;
|
Reference in New Issue
Block a user