aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-03-16 12:04:57 +0000
committeranekos2010-03-16 12:04:57 +0000
commitc8cabd611da051384a0486fa4f9f0b59c518ea6b (patch)
tree6cba67d4b538481bae7cb43fad98205755e899f1
parent42d027256f21f1c0fcecf0c23d514f8b55d57803 (diff)
downloadvimperator-plugins-c8cabd611da051384a0486fa4f9f0b59c518ea6b.tar.bz2
ドキュメント追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37038 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-xx-hint.js29
1 files changed, 26 insertions, 3 deletions
diff --git a/x-hint.js b/x-hint.js
index e5f8b79..fa8e537 100755
--- a/x-hint.js
+++ b/x-hint.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
<name lang="ja">X-Hint</name>
<description>Show the hints with given XPath.</description>
<description lang="ja">指定のXPathでヒントを表示する。</description>
- <version>1.1.1</version>
+ <version>1.1.2</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -59,7 +59,7 @@ let PLUGIN_INFO =
// INFO {{{
let INFO =
<>
- <plugin name="X-Hint" version="1.1.1"
+ <plugin name="X-Hint" version="1.1.2"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/x-hint.js"
summary="Show the hints with given XPath."
lang="en-US"
@@ -78,8 +78,20 @@ let INFO =
</p>
</description>
</item>
+ <item>
+ <tags>:xhintdo</tags>
+ <tags>:xhdo</tags>
+ <spec>:xhintdo <a>XPath</a> <a>javascript</a></spec>
+ <description>
+ <p>
+ Show the hints with <a>XPath</a>.
+ And do <a>javascript</a> code.
+ This command gives the variable "elem" to the context of <a>javascript</a>.
+ </p>
+ </description>
+ </item>
</plugin>
- <plugin name="X-Hint" version="1.1.1"
+ <plugin name="X-Hint" version="1.1.2"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/x-hint.js"
summary="Show the hints with given XPath."
lang="ja"
@@ -98,6 +110,17 @@ let INFO =
</p>
</description>
</item>
+ <item>
+ <tags>:xhintdo</tags>
+ <tags>:xhdo</tags>
+ <spec>:xhintdo <a>XPath</a> <a>javascript</a></spec>
+ <description>
+ <p>
+ <a>XPath</a> でヒントを出し、<a>javascript</a> コードを実行します。
+ <a>javascript</a> の context には 変数 "elem" が与えられます。
+ </p>
+ </description>
+ </item>
</plugin>
</>;
// }}}