aboutsummaryrefslogtreecommitdiffstats
path: root/x-hint.js
blob: 12de09616587cae547caa3bf85eb9ce1d731fd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
/* NEW BSD LICENSE {{{
Copyright (c) 2010, anekos.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright notice,
       this list of conditions and the following disclaimer in the documentation
       and/or other materials provided with the distribution.
    3. The names of the authors may not be used to endorse or promote products
       derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.


###################################################################################
# http://sourceforge.jp/projects/opensource/wiki/licenses%2Fnew_BSD_license       #
# に参考になる日本語訳がありますが、有効なのは上記英文となります。                #
###################################################################################

}}} */

// PLUGIN_INFO {{{
let PLUGIN_INFO =
<VimperatorPlugin>
  <name>X-Hint</name>
  <name lang="ja">X-Hint</name>
  <description>Show the hints with given XPath.</description>
  <description lang="ja">指定のXPathでヒントを表示する</description>
  <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>
  <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/x-hint.js</updateURL>
  <minVersion>2.3</minVersion>
  <maxVersion>2.3</maxVersion>
  <detail><![CDATA[
    :xh[int] <Hint-Mode> <XPath>:
      Show the <Hint-Mode> hints with <XPath>
  ]]></detail>
  <detail lang="ja"><![CDATA[
    :xh[int] <Hint-Mode> <XPath>:
      <XPath>  <Hint-Mode> ヒントを表示
  ]]></detail>
</VimperatorPlugin>;
// }}}
// INFO {{{
let INFO =
<>
  <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"
          xmlns="http://vimperator.org/namespaces/liberator">
    <author email="anekos@snca.net">anekos</author>
    <license>New BSD License</license>
    <project name="Vimperator" minVersion="2.3"/>
    <p>Show the hints with given XPath.</p>
    <item>
      <tags>:xhint</tags>
      <tags>:xh</tags>
      <spec>:xh<oa>int</oa> <a>HintMode</a> <a>XPath</a></spec>
      <description>
        <p>
          Show the <a>HintMode</a> hints with <a>XPath</a>
        </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.2"
          href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/x-hint.js"
          summary="Show the hints with given XPath."
          lang="ja"
          xmlns="http://vimperator.org/namespaces/liberator">
    <author email="anekos@snca.net">anekos</author>
    <license>New BSD License</license>
    <project name="Vimperator" minVersion="2.3"/>
    <p>Show the hints with given XPath.</p>
    <item>
      <tags>:xhint</tags>
      <tags>:xh</tags>
      <spec>:xh<oa>int</oa> <a>HintMode</a> <a>XPath</a></spec>
      <description>
        <p>
          <a>XPath</a> で <a>HintMode</a> ヒントを表示する。
        </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>
</>;
// }}}


(function () {

  const description = 'Show the hint with given xpath.';

  let last = {};

  function xpath ()
    (last.xpath || '//a')

  plugins.libly.$U.around(
    hints,
    'show',
    function (next, [minor, filter, win]) {
      if (last.xpath) {
        // save
        last.hintMode = this._hintModes[minor];
        last.hintTags = last.hintMode.tags;
        // override
        last.hintMode.tags = xpath;
      }
      return next();
    },
    true
  );

  plugins.libly.$U.around(
    hints,
    'hide',
    function (next, [minor, filter, win]) {
      if (last.hintMode)
        last.hintMode.tags = last.hintTags;
      last = {};
      return next();
    },
    true
  );

  function showHintsWith (mode, xpath) {
    last.xpath = xpath;
    hints.show(mode);
  }

  __context__.show = showHintsWith;

  commands.addUserCommand(
    ['xh[int]'],
    description + '(:xhint <mode> <xpath>)',
    function (args) {
      showHintsWith(args[0], args.literalArg);
    },
    {
      literal: 1
    },
    true
  );

  let (hintModeText = 'x-hint-do', js = null) {
    hints.addMode(
      hintModeText,
      'X-Hint DO',
      function (elem) {
        let context = {__proto__: modules.userContext, elem: elem};
        try {
          liberator.eval(js, context);
        } catch (e) {
          liberator.echoerr(e);
        }
      }
    );

    commands.addUserCommand(
      ['xhintdo', 'xhdo'],
      'Run js-code with X-Hint. (:xhdo <xpath> <javascript>)',
      function (args) {
        js  = args.literalArg;
        showHintsWith(hintModeText, args[0]);
      },
      {
        literal: 1,
        completer: function (context, args) {
          if (args.completeArg == 1)
            completion.javascript(context);
        }
      },
      true
    );
  }

})();

// vim:sw=2 ts=2 et si fdm=marker:
>.slice(1).toUpperCase()), function () gv['gmail_commando_' + n] ); }); return conf; })(); const Languages = [ ['af', 'Afrikaans'], ['sq', 'Albanian'], ['am', 'Amharic'], ['ar', 'Arabic'], ['hy', 'Armenian'], ['az', 'Azerbaijani'], ['eu', 'Basque'], ['be', 'Belarusian'], ['bn', 'Bengali'], ['bh', 'Bihari'], ['bg', 'Bulgarian'], ['my', 'Burmese'], ['ca', 'Catalan'], ['chr', 'Cherokee'], ['zh', 'Chinese'], ['zh-CN', 'Chinese_simplified'], ['zh-TW', 'Chinese_traditional'], ['hr', 'Croatian'], ['cs', 'Czech'], ['da', 'Danish'], ['dv', 'Dhivehi'], ['nl', 'Dutch'], ['en', 'English'], ['eo', 'Esperanto'], ['et', 'Estonian'], ['tl', 'Filipino'], ['fi', 'Finnish'], ['fr', 'French'], ['gl', 'Galician'], ['ka', 'Georgian'], ['de', 'German'], ['el', 'Greek'], ['gn', 'Guarani'], ['gu', 'Gujarati'], ['iw', 'Hebrew'], ['hi', 'Hindi'], ['hu', 'Hungarian'], ['is', 'Icelandic'], ['id', 'Indonesian'], ['iu', 'Inuktitut'], ['ga', 'Irish'], ['it', 'Italian'], ['ja', 'Japanese'], ['kn', 'Kannada'], ['kk', 'Kazakh'], ['km', 'Khmer'], ['ko', 'Korean'], ['ku', 'Kurdish'], ['ky', 'Kyrgyz'], ['lo', 'Laothian'], ['lv', 'Latvian'], ['lt', 'Lithuanian'], ['mk', 'Macedonian'], ['ms', 'Malay'], ['ml', 'Malayalam'], ['mt', 'Maltese'], ['mr', 'Marathi'], ['mn', 'Mongolian'], ['ne', 'Nepali'], ['no', 'Norwegian'], ['or', 'Oriya'], ['ps', 'Pashto'], ['fa', 'Persian'], ['pl', 'Polish'], ['pt-PT', 'Portuguese'], ['pa', 'Punjabi'], ['ro', 'Romanian'], ['ru', 'Russian'], ['sa', 'Sanskrit'], ['sr', 'Serbian'], ['sd', 'Sindhi'], ['si', 'Sinhalese'], ['sk', 'Slovak'], ['sl', 'Slovenian'], ['es', 'Spanish'], ['sw', 'Swahili'], ['sv', 'Swedish'], ['tg', 'Tajik'], ['ta', 'Tamil'], ['tl', 'Tagalog'], ['te', 'Telugu'], ['th', 'Thai'], ['bo', 'Tibetan'], ['tr', 'Turkish'], ['uk', 'Ukrainian'], ['ur', 'Urdu'], ['uz', 'Uzbek'], ['ug', 'Uighur'], ['vi', 'Vietnamese'], ['cy', 'Welsh'], ['yi', 'Yiddish'], ['', 'Unknown'] ]; const Elements = { get doc() content.frames[3].document, get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/(it.href))), get input() this.doc.getElementById(':rh'), get searchButton() this.doc.getElementById(':rj'), get translateButton () (this.mail && this.mail.querySelector('tr > td.SA > .iL.B9')), get translateButtons () A(this.doc.querySelectorAll('tr > td.SA > .iL.B9')), get mail () let (es = this.mails.filter(function (it) !it.querySelector('.hF.hH > img.hG'))) (es.length && es[0]), get mails () A(this.doc.querySelectorAll('.h7')), get threadButtons () this.doc.querySelectorAll('div.hk > span > u'), get translateThreadButton () this.threadButtons[5], // XXX 毎度 ID が変わるっぽいので、u から選択 get foldButton () this.threadButtons[3], get unfoldButton () this.threadButtons[2], get labelButtons () { function labels () Elements.doc.querySelectorAll('.J-LC-Jz'); function show () Elements.doc.getElementById(':ps'); let result = labels(); if (result) return A(result); buffer.followLink(show()); result = labels(); buffer.followLink(show()); return A(result); } }; //'.J-M-JJ > input' //let (e = Elements.doc.querySelector('.J-LC-Jz')) { // liberator.log(e); // buffer.followLink(e); // //plugins.feedSomeKeys_3.API.feed('<Cr>', ['keydown'], e) //} const Commando = { get inGmail () { try { var result = /^mail\.google\.com$/(Elements.doc.location.hostname) } catch (e) {} return result; }, search: function (args, newtab) { const URL = 'https://mail.google.com/mail/#search/'; if (this.inGmail && !newtab) { Elements.input.value = args; buffer.followLink(Elements.searchButton); } else { liberator.open(URL + encodeURIComponent(args), liberator.NEW_TAB); } }, storage: storage.newMap('gmail-commando', {store: true}) }; const Commands = { translate: function () { let button = Elements.translateButton || Elements.translateButtons[0]; buffer.followLink(button); }, translateThread: function () buffer.followLink(Elements.translateThreadButton), fold: function () buffer.followLink(Elements.foldButton), unfold: function () buffer.followLink(Elements.unfoldButton), label: function (names) { Elements.labelButtons.forEach(function (e) { if (names.some(function (v) (v == e.textContent))) buffer.followLink(e); liberator.log('pressed: ' + e.textContent); }); } }; // sort はなんで破壊的なの!? const GMailSearchKeyword = 'label subject from to cc bcc has is in lang filename before after'.split(/\s/).sort(); function simpleValueCompleter (values) { return function (context) { context.completions = [ [v, v] for ([, v] in Iterator(values)) ]; }; } const KeywordValueCompleter = { __noSuchMethod__: function () void 0, // XXX storage はちょっと重いっぽいので、ちょっと工夫する label: let (last = []) function (context) { if (Commando.inGmail) { var labels = Elements.labels.map(function (it) it.textContent); if (last.toString() != labels) Commando.storage.set('labels', labels); } else { var labels = last.length ? last : Commando.storage.get('labels', []); } context.completions = [ [label.replace(/\s*\(\d+\+?\)$/, ''), label] for ([, label] in Iterator(labels)) ]; }, labelAndValue: function (context) { KeywordValueCompleter.label(context); context.completions.forEach(function (it) { it[0] = 'label:' + it[0]; }); }, has: simpleValueCompleter('attachment'.split(/\s/).sort()), is: simpleValueCompleter('read unread starred chat voicemail muted sent'.split(/\s/).sort()), in: simpleValueCompleter('anywhere inbox drafts spam trash'.split(/\s/).sort()), lang: function (context) { context.completions = [ [v, v] for ([, v] in Iterator(Languages)) ]; } }; commands.addUserCommand( ['gmail'], 'GMail Commando', function (args) { Commando.search(args.literalArg, args.bang); }, { bang: true, literal: 0, completer: function (context, args) { function currentInputCompleter (context) { context.title = ['Current']; context.completions = [[Elements.input.value, 'Current']]; } function normalCompleter (context) { let input = args.string.slice(0, context.caret); let m; if (m = /([a-z]+):(?:([^\s\(\)\{\}]*)|[\(\{]([^\(\)\{\}]*))$/(input)) { if (m[2]) { context.advance(input.length - m[2].length); } else { let tail = /[^\s]*$/(m[3]); context.advance(input.length - tail[0].length); } let key = m[1]; KeywordValueCompleter[key](context, args); } else if (m = /[-\s]*([^-\s:\(\)\{\}]*)$/(input)) { context.advance(input.length - m[1].length); context.completions = [ [v + ':', v] for ([, v] in Iterator(GMailSearchKeyword)) ]; if (Conf.labelShortcut) context.fork('Label+', 0, context, KeywordValueCompleter.labelAndValue); } } if (Commando.inGmail && Elements.input.value) context.fork('Current', 0, context, currentInputCompleter); context.fork('Search', 0, context, normalCompleter); } }, true ); 'translate translateThread fold unfold'.split(/\s/).forEach(function (cmd) { let gv = liberator.globalVariables[ 'gmail_commando_map_' + cmd.replace(/[A-Z]/g, function (m) ('_' + m.toLowerCase())) ]; if (!gv) return; mappings.addUserMap( [modes.NORMAL], gv.split(/\s+/), cmd + ' - Gmail Commando', function () { Commands[cmd](); }, { matchingUrls: RegExp('https://mail\\.google\\.com/mail/*') } ); }); __context__.command = Commands; __context__.element = Elements; })(); // vim:sw=2 ts=2 et si fdm=marker: