aboutsummaryrefslogtreecommitdiffstats
path: root/applauncher.js
diff options
context:
space:
mode:
authoranekos2009-02-04 13:30:41 +0000
committeranekos2009-02-04 13:30:41 +0000
commit87273259825c1d137bc1e280867a7853302c299b (patch)
tree1533d7342eb72cae48a232fbac4ae24cfd1d9b7a /applauncher.js
parentf4761cd19f9de338d73e788abb6c80896588db2f (diff)
downloadvimperator-plugins-87273259825c1d137bc1e280867a7853302c299b.tar.bz2
PLUGIN_INFO 修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29543 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'applauncher.js')
-rw-r--r--applauncher.js32
1 files changed, 17 insertions, 15 deletions
diff --git a/applauncher.js b/applauncher.js
index 1e64d1b..ae28700 100644
--- a/applauncher.js
+++ b/applauncher.js
@@ -11,23 +11,25 @@ var PLUGIN_INFO =
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/applauncher.js</updateURL>
<detail lang='ja'><![CDATA[
== Commands ==
- :applaunch [name]
- :runapp [name]
+ :applaunch [name]:
+ :runapp [name]:
[name] で指定されたアプリケーションを起動します。
== .vimperatorrc example ==
- js <<EOM
- liberator.globalVariables.applauncher_list = [
- [ 'name', 'application path', ['arguments', '%URL%', '%SEL%']],
- [ 'Internet Explorer', 'C:\\Program Files\\Internet Explorer\\iexplore.exe', '%URL%'],
- [ 'Internet Explorer(Search)', 'C:\\Program Files\\Internet Explorer\\iexplore.exe', '%SEL%'],
- ];
- liberator.globalVariables.applauncher_charset = 'Shift_JIS';
- EOM
- %URL% は実行時に選択中のリンクURL、もしくは開いているページのURLに置き換えられます。
- %SEL% は選択中の文字列に置き換えられます。
- %TITLE% はページのタイトルに置き換えられます。
- 引数を複数指定する場合は配列形式で指定してください。
- applauncher_charset を指定すると、渡される文字列が指定の文字セットに変換されます。
+ >||
+ js <<EOM
+ liberator.globalVariables.applauncher_list = [
+ [ 'name', 'application path', ['arguments', '%URL%', '%SEL%']],
+ [ 'Internet Explorer', 'C:\\Program Files\\Internet Explorer\\iexplore.exe', '%URL%'],
+ [ 'Internet Explorer(Search)', 'C:\\Program Files\\Internet Explorer\\iexplore.exe', '%SEL%'],
+ ];
+ liberator.globalVariables.applauncher_charset = 'Shift_JIS';
+ EOM
+ ||<
+ %URL% は実行時に選択中のリンクURL、もしくは開いているページのURLに置き換えられます。
+ %SEL% は選択中の文字列に置き換えられます。
+ %TITLE% はページのタイトルに置き換えられます。
+ 引数を複数指定する場合は配列形式で指定してください。
+ applauncher_charset を指定すると、渡される文字列が指定の文字セットに変換されます。
]]></detail>
</VimperatorPlugin>