OSDN Git Service

Added org.eclipse.core.resources.prefs and other 10 files.
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.web / WebContent / index.html
index 6b48d53..5123ee1 100644 (file)
@@ -1,7 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">\r
+<!DOCTYPE html>\r
+<html>\r
 <head>\r
 <link rel='stylesheet' type='text/css' href='style.css'/>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
 <body>\r
 <h1>More Emacs Plugin</h1>\r
 <p>More Emacs Plugin is an eclipse plugin for emacs users.</p>\r
-<p>Eclipse provides the emacs like key bindings. But emacs users require\r
+<p>Eclipse provides the emacs like key bindings. But emacs users require\r
 more emacs like key bindings. More emacs plugin provides more emacs like key bindings.\r
 The key bind scheme of more emacs is a child schema of Eclispe's emacs scheme.\r
 It adds some key bindings or overrides some bindings to emacs scheme.\r
 </p>\r
 \r
+<p>\r
+Drag 'Install' button to your eclipse workspace.\r
+<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
+</p>\r
+\r
 <h2>Install</h2>\r
 <p>You can install the plugin from\r
  <a href="http://moreemacs.sourceforge.jp/update-site">http://moreemacs.sourceforge.jp/update-site</a>.</p>\r
 <p>Open the preferences dialog and General/Keys. Choose "More Emacs" from "Scheme" pull down.</p>\r
-<p><img src="settings.png" alt="settings" /></p>\r
+<div class="chart"><img src="settings.png" alt="settings" /></div>\r
+\r
+\r
 \r
 <h2>Key Bindings</h2>\r
 <p>\r
 The following list is key bindings of more emacs plugin.\r
 </p>\r
 \r
-<table border="2">\r
+<table id="functions" class="flatTable">\r
 <caption>Key bindings of More Emacs</caption>\r
 <tr>\r
-<th>function</th>\r
+<th class="function">function</th>\r
 <th>binding</th>\r
+<th>description</th>\r
 </tr>\r
 <tr>\r
-<td>undo</td>\r
+<td class="function">undo</td>\r
 <td>C-/</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>delete previous</td>\r
+<td class="function">delete previous</td>\r
 <td>C-h</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>next editor</td>\r
-<td>C-x o, Shift-Tab</td>\r
+<td class="function">next editor</td>\r
+<td>C-x o<br>Shift-Tab</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>previous editor</td>\r
+<td class="function">previous editor</td>\r
 <td>C-Shift-Tab</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>file close</td>\r
+<td class="function">file close</td>\r
 <td>C-x 0</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>maximize part</td>\r
+<td class="function">maximize part</td>\r
 <td>C-x 1</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>new editor</td>\r
+<td class="function">new editor</td>\r
 <td>C-x 2</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>find replace</td>\r
-<td>M-Shift-5</td>\r
+<td class="function">find replace</td>\r
+<td>M-S-5</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>return</td>\r
-<td>C-m</td>\r
+<td class="function">newline-and-indent</td>\r
+<td>C-j</td>\r
+<td>rebind</td>\r
+</tr>\r
+<tr>\r
+<td class="function">back-to-indentation</td>\r
+<td>M-m</td>\r
+<td>rebind</td>\r
 </tr>\r
 <tr>\r
-<td>move-beginning-of-line</td>\r
+<td class="function">move-beginning-of-line</td>\r
 <td>C-a</td>\r
+<td>moves the cursor to 0th column, not to the first non-space char of the line.</td>\r
 </tr>\r
 <tr>\r
-<td>move-end-of-line</td>\r
+<td class="function">move-end-of-line</td>\r
 <td>C-e</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>forward-word</td>\r
+<td class="function">forward-word</td>\r
 <td>M-f</td>\r
+<td>moves the cursor to the end of word, not to the first char of the next word.\r
+Only Character.isLetterOrDigit() is used to word-break.\r
+It is very simple but predictable.\r
+</td>\r
 </tr>\r
 <tr>\r
-<td>backward-word</td>\r
+<td class="function">backward-word</td>\r
 <td>M-b</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>kill-word</td>\r
+<td class="function">kill-word</td>\r
 <td>M-d</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>backward-kill-word</td>\r
+<td class="function">backward-kill-word</td>\r
 <td>M-BS</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>delete-horizontal-space</td>\r
+<td class="function">delete-horizontal-space</td>\r
 <td>M-\</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>kill-line</td>\r
+<td class="function">kill-line</td>\r
 <td>C-k</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>transpose-chars</td>\r
+<td class="function">transpose-chars</td>\r
 <td>C-t</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>transpose-words</td>\r
+<td class="function">transpose-words</td>\r
 <td>M-t</td>\r
+<td></td>\r
 </tr>\r
 <tr>\r
-<td>kill-rectangle</td>\r
+<td class="function">kill-rectangle</td>\r
 <td>C-x r k</td>\r
+<td>East Asian Width supported</td>\r
 </tr>\r
 <tr>\r
-<td>yank-rectangle</td>\r
+<td class="function">yank-rectangle</td>\r
 <td>C-x r y</td>\r
+<td>East Asian Width supported</td>\r
 </tr>\r
 <tr>\r
-<td>open-line</td>\r
+<td class="function">newline</td>\r
+<td>C-m</td>\r
+<td></td>\r
+</tr>\r
+<tr>\r
+<td class="function">open-line</td>\r
 <td>C-o</td>\r
+<td></td>\r
+</tr>\r
+<tr>\r
+<td class="function">upcase-word</td>\r
+<td>M-u</td>\r
+<td></td>\r
+</tr>\r
+<tr>\r
+<td class="function">downcase-word</td>\r
+<td>M-l</td>\r
+<td></td>\r
+</tr>\r
+<tr>\r
+<td class="function">capitalize-word</td>\r
+<td>M-c</td>\r
+<td></td>\r
+</tr>\r
+<tr>\r
+<td class="function">comment-region</td>\r
+<td>C-c C-c<br/>C-u C-c C-c</td>\r
+<td>forward to toggle comment</td>\r
 </tr>\r
 </table>\r
 \r
+<h2>Unicode</h2>\r
+<ul>\r
+<li>The supplementary characters are supported.\r
+All characters are treated as code point.\r
+\r
+<li>East Asian Width is supported.\r
+In the column calculation of rectangle operation, the width of ambiguous characters are 2 for CJK languages\r
+ and 1 for other languages.\r
+\r
+</ul>\r
+\r
+\r
 <h2>Change Log</h2>\r
+<h3>2015.3.15</h3>\r
+<ul>\r
+<li>Release 2.0.0\r
+<li>Support Eclipse4.x\r
+</ul>\r
+<h3>2009.8.20</h3>\r
+<ul>\r
+<li>Release 1.2.0\r
+</ul>\r
+<h3>2009.8.4</h3>\r
+<ul>\r
+<li>Added newline, and assigned to C-m\r
+<li>Added back-to-indentation\r
+</ul>\r
+<h3>2009.8.1</h3>\r
+<ul>\r
+<li>Added comment-region\r
+<li>Rebinded C-j\r
+</ul>\r
+<h3>2009.7.28</h3>\r
+<ul>\r
+<li>Fix rectangle action.\r
+<li>Add the followings.\r
+<ul>\r
+<li>upcase-word\r
+<li>downcase-word\r
+<li>capitalize-word\r
+</ul>\r
+\r
+<li>Release 1.1.0\r
+</ul>\r
 <h3>2009.6.14</h3>\r
 <ul>\r
-<li>Release 1.0.0</li>\r
+<li>Release 1.0.0\r
 </ul>\r
 \r
 <h2>Links</h2>\r
 <ul>\r
-<li><a href="https://sourceforge.jp/projects/moreemacs/">SourceForge Project</a></li>\r
+<li><a href="https://sourceforge.jp/projects/moreemacs/simple">More Emacs Plugin SourceForge Project</a>\r
+<li><a href="https://marketplace.eclipse.org/content/more-emacs">Eclipse Market</a>\r
 </ul>\r
 </body>\r
-</html>
\ No newline at end of file
+</html>\r