- Timestamp:
- 01/23/09 09:34:14 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
docs/vimperator/2.0/vimperator-help-ja/locale/ja/repeat.txt
r28635 r28877 3 3 |repeat| + 4 4 5 Vimperator can repeat a number of commands and record macros.5 Vimperator はコマンドを何回も繰り返し実行したり、マクロを記録することができます。 6 6 7 7 section:Macros[macros,complex-repeat] … … 10 10 ||q {0-9a-zA-Z}|| + 11 11 ____________________________________________________________________________ 12 Record a key sequence into a macro. 13 Available macros are {0-9a-zA-Z} (uppercase to append). 14 Type [m]q[m] to stop recording. 12 キー入力の並びをマクロとして記録します。 13 利用可能なマクロ名は {0-9a-zA-Z} です ( 大文字が追加されています ) 。 14 記録を終了するには [m]q[m] を押してください。 15 15 ____________________________________________________________________________ 16 16 … … 19 19 ||:mac[ros] [a][pat][a]|| + 20 20 ________________________________________________________________________________ 21 List recorded macros matching the optional regular expression [a][pat][a]. If 22 no regexp is given, list all macros. 21 任意の正規表現 [a][pat][a] にマッチする記録済みのマクロを一覧表示します。 22 何も正規表現が与えられていない場合、すべてのマクロが表示されます。 23 23 ________________________________________________________________________________ 24 24 … … 28 28 ||:delmac[ros]!|| 29 29 ________________________________________________________________________________ 30 Delete recorded macros matching the regular expression {args}. If [!] is given 31 all macros are deleted. 30 正規表現 {args} にマッチする記録済みのマクロを削除します。 31 [!] が与えられている場合すべてのマクロが削除されます。 32 32 ________________________________________________________________________________ 33 33 … … 37 37 ||[count]@{arg}|| 38 38 ____________________________________________________________________________ 39 Plays the contents of macro with name {arg} [count] times. The [m]@[m] mapping 40 only accepts {0-9a-z} as {arg}. 39 {arg} という名前のマクロの内容を [count] 回再生します。 40 {arg} として {0-9a-z} のみを受け付ける [m]@[m] というキーマッピングもあります。 41 41 ____________________________________________________________________________ 42 42 … … 45 45 ||[count]@@|| 46 46 ____________________________________________________________________________ 47 Replay the last executed macro [count] times. 47 直前に実行されたマクロを [count] 回再生します。 48 48 ____________________________________________________________________________ 49 49 … … 52 52 ||[count].| 53 53 ____________________________________________________________________________ 54 Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this 55 does not apply solely to editing commands, mainly because Vimperator doesn't 56 have them. 54 マッピングされたキーの直前の入力を [count] 回繰り返します。 55 Vim と違って Vimperator は主に編集用のコマンドを持たないため、これはもっぱらそれらには適用されないことに注意してください。 57 56 ____________________________________________________________________________ 58 57 … … 63 62 ||:so[urce][!] {file}|| + 64 63 ________________________________________________________________________________ 65 Read Ex commands, JavaScript, or CSS from {file}. You can either source files 66 which mostly contain Ex commands like [c]map < gt[c] and put JavaScript code 67 within a: 64 ex コマンド、 JavaScript 、 CSS を {file} から読み込みます。 65 [c]map < gt[c] のような ex コマンドを含むたいていのファイルや以下のような JavaScript コードを含むファイルを読み込むことができます: 68 66 69 67 -------------------------------------------------------------------------------- … … 74 72 EOF 75 73 -------------------------------------------------------------------------------- 76 Or you can alternatively source a file which ends in _.js_. These files are 77 automatically sourced as pure JavaScript files. 74 もしくはもう一つの方法として _.js_ で終わるファイルを読み込むこともできます。 75 これらのファイルは自動的に純粋な JavaScript ファイルとして読み込まれます。 78 76 79 Note: In both cases you must add functions to the global window object like 80 shown above, functions written as:77 注釈: いずれにしてもグローバルな window オブジェクトに関数を追加する必要がある場合、上記で示したようにしなければなりません。 78 以下のような関数は: 81 79 -------------------------------------------------------------------------------- 82 80 function hello2() { … … 84 82 } 85 83 -------------------------------------------------------------------------------- 86 are only available within the scope of the script. 84 そのスクリプトのスコープ内でのみ有効となります。 87 85 88 The _.vimperatorrc_ file in your home directory and any files in 89 _\~/.vimperator/plugin/_ are always sourced at startup. \~ is supported as a 90 shortcut for the _$HOME_ directory. If [!] is specified, errors are not 91 printed. 86 ホームディレクトリの _.vimperatorrc_ ファイルや _\~/.vimperator/plugin/_ のすべてのファイルは起動時に常に読み込まれます。 87 \~ は _$HOME_ ディレクトリへのショートカットとして扱われます。 88 [!] が指定されている場合、エラーは表示されません。 92 89 ________________________________________________________________________________ 93 90 … … 96 93 ||:loadplugins|| + 97 94 ________________________________________________________________________________ 98 Load all unloaded plugins immediately. Because plugins are automatically 99 loaded after vimperatorrc is sourced, this command must be placed early 100 in the vimperatorrc file if vimperatorrc also includes commands that are 101 implemented by plugins. Additionally, this command allows for sourcing 102 new plugins without restarting vimperator. 95 まだ読み込まれていないプラグインを直ちにすべて読み込みます。 96 プラグインは vimperatorrc が読み込まれた後に自動的に読み込まれますので、もしもプラグインによって実装されるコマンドを vimperatorrc が含んでいる場合、このコマンドは vimperatorrc ファイルの早い段階に書かれなければなりません。 97 さらに、このコマンドは vimperator の再起動を行うことなく新しいプラグインの読み込みを行うことを可能にします。 103 98 ________________________________________________________________________________ 104 99 … … 107 102 ||:runt[ime][!]| {file} ...|| + 108 103 ________________________________________________________________________________ 109 Source the specified file from each directory in 'runtimepath'. Example: +104 'runtimepath' の各々のディレクトリから指定されたファイルを読み込みます。例: + 110 105 [c]:runtime plugin/foobar.vimp[c] + 111 Only the first found file is sourced. When [!] is given, all found files are 112 sourced. 106 最初に見つかったファイルのみが読み込まれます。 107 [!] が与えられている場合、見つかったファイルすべてが読み込まれます。 113 108 ________________________________________________________________________________ 114 109 … … 117 112 ||:scrip[tnames]|| + 118 113 ________________________________________________________________________________ 119 List all sourced script names, in the order they were first sourced. 114 読み込まれたスクリプト名を読み込まれた順番ですべて一覧表示します。 120 115 ________________________________________________________________________________ 121 116 … … 124 119 ||:fini[sh]|| + 125 120 ________________________________________________________________________________ 126 Stop sourcing a script file. This can only be called from within a Vimperator 127 script file. 121 スクリプトファイルの読み込みを中止します。 122 Vimperator スクリプトファイル内からのみ呼び出すことが可能です。 128 123 ________________________________________________________________________________ 129 124 … … 133 128 ||:[count]time[!] {code|:command}|| + 134 129 ________________________________________________________________________________ 135 Profile a piece of code or a command. Run {code} [count] times (default 1) 136 and returns the elapsed time. {code} is always passed to JavaScript's eval(), 137 which might be slow, so take the results with a grain of salt. 130 コード断片やコマンドを分析します。 131 {code} を [count] 回 ( デフォルトは 1 回です ) 実行し経過時間を返します。 132 {code} は常に JavaScript の eval() に渡されますが、これは遅いため結果は参考程度にとどめておいてください。 138 133 139 If {code} starts with a [c]:[c], it is executed as a Vimperator command. 134 もし {code} が [c]:[c] で開始されている場合、 Vimperator のコマンドとして実行されます。 140 135 141 Use the special version with [!] if you just want to run any command multiple 142 times without showing profiling statistics. 136 統計分析の結果を表示することなくただ何らかのコマンドを複数回実行したい場合は [!] をつけた特別なバージョンを使用してください。 143 137 ________________________________________________________________________________ 144 138
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)