OSDN Git Service

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