OSDN Git Service

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