From dee735ce7b6a55d7754f494ea1ae9e4b95e26be6 Mon Sep 17 00:00:00 2001 From: janus_wel Date: Thu, 27 Nov 2008 18:01:48 +0000 Subject: import git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25164 d0d07461-0603-4401-acd4-de1884942a52 --- migratestatusbar.js | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 migratestatusbar.js diff --git a/migratestatusbar.js b/migratestatusbar.js new file mode 100644 index 0000000..f22da9d --- /dev/null +++ b/migratestatusbar.js @@ -0,0 +1,113 @@ +/* + * ==VimperatorPlugin== + * @name migratestatusbar.js + * @description migrate specified elements to status bar. + * @description-ja 指定した要素をステータスバーに移動する。 + * @author janus_wel + * @version 0.10 + * @minversion 2.0pre + * @maxversion 2.0pre + * ==/VimperatorPlugin== + * + * LICENSE + * New BSD License + * + * USAGE + * this script do not effect in default. + * you should set liberator.globalVariables.migrate_elements. + * it is the ARRAY has objects like below: + * + * { + * id: id of the target element, + * dest: id of the destination element - this is marker. in fine tuning, used 'after', + * after: boolean that show insert position is after 'dest' element. + * } + * + * refer: http://d.hatena.ne.jp/janus_wel/20081127/1227807826 + * + * EXAMPLE + * in .vimperatorrc + * + * javascript <