OSDN Git Service

up
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.web / WebContent / index.html
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">\r
5 <head>\r
6 <link rel='stylesheet' type='text/css' href='style.css'/>\r
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
8 <title>More Emacs Plugin</title>\r
9 </head>\r
10 <body>\r
11 <h1>More Emacs Plugin</h1>\r
12 <p>More Emacs Plugin is an eclipse plugin for emacs users.</p>\r
13 <p>Eclipse provides the emacs like key bindings. But emacs users require\r
14 more emacs like key bindings. More emacs plugin provides more emacs like key bindings.\r
15 The key bind scheme of more emacs is a child schema of Eclispe's emacs scheme.\r
16 It adds some key bindings or overrides some bindings to emacs scheme.\r
17 </p>\r
18 \r
19 <div class="chart">\r
20 <form method="post" action="http://www.eclipseplugincentral.com/Web_Links.html">\r
21 \r
22 <p><em>Vote to <a href="http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1537.html">\r
23 Eclipse Plugin Central for this plugin!</a></em> (10 is the best rating)</p>\r
24 \r
25 <table border="0" cellspacing="0" cellpadding="0">\r
26 <tr><td valign="top">\r
27 \r
28 <select name="rating">\r
29 <option selected="selected">--</option>\r
30 <option>10</option>\r
31 <option>9</option>\r
32 <option>8</option>\r
33 <option>7</option>\r
34 <option>6</option>\r
35 <option>5</option>\r
36 <option>4</option>\r
37 <option>3</option>\r
38 <option>2</option>\r
39 <option>1</option>\r
40 </select>\r
41 \r
42 </td><td valign="top">\r
43 <input type="hidden" name="ratinglid" value="1445"/>\r
44 <input type="hidden" name="ratinguser" value="outside"/>\r
45 <input type="hidden" name="req" value="addrating"/>\r
46 <input type="submit" value="Vote!"/>\r
47 </td></tr></table>\r
48 \r
49 </form>\r
50 </div>\r
51 \r
52 <h2>Install</h2>\r
53 <p>You can install the plugin from\r
54  <a href="http://moreemacs.sourceforge.jp/update-site">http://moreemacs.sourceforge.jp/update-site</a>.</p>\r
55 <p>Open the preferences dialog and General/Keys. Choose "More Emacs" from "Scheme" pull down.</p>\r
56 <div class="chart"><img src="settings.png" alt="settings" /></div>\r
57 \r
58 \r
59 \r
60 <h2>Key Bindings</h2>\r
61 <p>\r
62 The following list is key bindings of more emacs plugin.\r
63 </p>\r
64 \r
65 <table border="2">\r
66 <caption>Key bindings of More Emacs</caption>\r
67 <tr>\r
68 <th class="function">function</th>\r
69 <th>binding</th>\r
70 <th>description</th>\r
71 </tr>\r
72 <tr>\r
73 <td class="function">undo</td>\r
74 <td>C-/</td>\r
75 <td>rebind</td>\r
76 </tr>\r
77 <tr>\r
78 <td class="function">delete previous</td>\r
79 <td>C-h</td>\r
80 <td>rebind</td>\r
81 </tr>\r
82 <tr>\r
83 <td class="function">next editor</td>\r
84 <td>C-x o, Shift-Tab</td>\r
85 <td>rebind</td>\r
86 </tr>\r
87 <tr>\r
88 <td class="function">previous editor</td>\r
89 <td>C-Shift-Tab</td>\r
90 <td>rebind</td>\r
91 </tr>\r
92 <tr>\r
93 <td class="function">file close</td>\r
94 <td>C-x 0</td>\r
95 <td>rebind</td>\r
96 </tr>\r
97 <tr>\r
98 <td class="function">maximize part</td>\r
99 <td>C-x 1</td>\r
100 <td>rebind</td>\r
101 </tr>\r
102 <tr>\r
103 <td class="function">new editor</td>\r
104 <td>C-x 2</td>\r
105 <td>rebind</td>\r
106 </tr>\r
107 <tr>\r
108 <td class="function">find replace</td>\r
109 <td>M-S-5</td>\r
110 <td>rebind</td>\r
111 </tr>\r
112 <tr>\r
113 <td class="function">newline-and-indent</td>\r
114 <td>C-j</td>\r
115 <td>rebind</td>\r
116 </tr>\r
117 <tr>\r
118 <td class="function">back-to-indentation</td>\r
119 <td>M-m</td>\r
120 <td>rebind</td>\r
121 </tr>\r
122 <tr>\r
123 <td class="function">move-beginning-of-line</td>\r
124 <td>C-a</td>\r
125 <td>moves the cursor to 0th column, not to the first non-space char of the line.</td>\r
126 </tr>\r
127 <tr>\r
128 <td class="function">move-end-of-line</td>\r
129 <td>C-e</td>\r
130 <td></td>\r
131 </tr>\r
132 <tr>\r
133 <td class="function">forward-word</td>\r
134 <td>M-f</td>\r
135 <td>moves the cursor to the end of word, not to the first char of the next word.\r
136 Only Character.isLetterOrDigit() is used to word-break.\r
137 It is very simple but predictable.\r
138 </td>\r
139 </tr>\r
140 <tr>\r
141 <td class="function">backward-word</td>\r
142 <td>M-b</td>\r
143 <td></td>\r
144 </tr>\r
145 <tr>\r
146 <td class="function">kill-word</td>\r
147 <td>M-d</td>\r
148 <td></td>\r
149 </tr>\r
150 <tr>\r
151 <td class="function">backward-kill-word</td>\r
152 <td>M-BS</td>\r
153 <td></td>\r
154 </tr>\r
155 <tr>\r
156 <td class="function">delete-horizontal-space</td>\r
157 <td>M-\</td>\r
158 <td></td>\r
159 </tr>\r
160 <tr>\r
161 <td class="function">kill-line</td>\r
162 <td>C-k</td>\r
163 <td></td>\r
164 </tr>\r
165 <tr>\r
166 <td class="function">transpose-chars</td>\r
167 <td>C-t</td>\r
168 <td></td>\r
169 </tr>\r
170 <tr>\r
171 <td class="function">transpose-words</td>\r
172 <td>M-t</td>\r
173 <td></td>\r
174 </tr>\r
175 <tr>\r
176 <td class="function">kill-rectangle</td>\r
177 <td>C-x r k</td>\r
178 <td>East Asian Width supported</td>\r
179 </tr>\r
180 <tr>\r
181 <td class="function">yank-rectangle</td>\r
182 <td>C-x r y</td>\r
183 <td>East Asian Width supported</td>\r
184 </tr>\r
185 <tr>\r
186 <td class="function">newline</td>\r
187 <td>C-m</td>\r
188 <td></td>\r
189 </tr>\r
190 <tr>\r
191 <td class="function">open-line</td>\r
192 <td>C-o</td>\r
193 <td></td>\r
194 </tr>\r
195 <tr>\r
196 <td class="function">upcase-word</td>\r
197 <td>M-u</td>\r
198 <td></td>\r
199 </tr>\r
200 <tr>\r
201 <td class="function">downcase-word</td>\r
202 <td>M-l</td>\r
203 <td></td>\r
204 </tr>\r
205 <tr>\r
206 <td class="function">capitalize-word</td>\r
207 <td>M-c</td>\r
208 <td></td>\r
209 </tr>\r
210 <tr>\r
211 <td class="function">comment-region</td>\r
212 <td>C-c C-c</td>\r
213 <td>forward to toggle comment</td>\r
214 </tr>\r
215 </table>\r
216 \r
217 <h2>Unicode</h2>\r
218 <ul>\r
219 <li>The supplementary characters are supported.\r
220 All characters are treated as code point.\r
221 </li>\r
222 <li>East Asian Width is supported.\r
223 In the column calculation of rectangle operation, the width of ambiguous characters are 2 for CJK languages\r
224  and 1 for other languages.\r
225 </li>\r
226 </ul>\r
227 \r
228 \r
229 <h2>Change Log</h2>\r
230 <h3>2009.8.4</h3>\r
231 <ul>\r
232 <li>Added newline, and assigned to C-m</li>\r
233 <li>Added back-to-indentation</li>\r
234 </ul>\r
235 <h3>2009.8.1</h3>\r
236 <ul>\r
237 <li>Added comment-region</li>\r
238 <li>Rebinded C-j</li>\r
239 </ul>\r
240 <h3>2009.7.28</h3>\r
241 <ul>\r
242 <li>Fix rectangle action.</li>\r
243 <li>Add the followings.\r
244 <ul>\r
245 <li>upcase-word</li>\r
246 <li>downcase-word</li>\r
247 <li>capitalize-word</li>\r
248 </ul>\r
249 </li>\r
250 <li>Release 1.1.0</li>\r
251 </ul>\r
252 <h3>2009.6.14</h3>\r
253 <ul>\r
254 <li>Release 1.0.0</li>\r
255 </ul>\r
256 \r
257 <h2>Links</h2>\r
258 <ul>\r
259 <li><a href="https://sourceforge.jp/projects/moreemacs/simple">More Emacs Plugin SourceForge Project</a></li>\r
260 </ul>\r
261 </body>\r
262 </html>\r