OSDN Git Service

Added org.eclipse.core.resources.prefs and other 10 files.
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.web / WebContent / index.html
index ebb0e97..5123ee1 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
+<!DOCTYPE html>\r
 <html>\r
 <head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
-<title>MoreEmacs</title>\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</h1>\r
-aa\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>
\ No newline at end of file
+</html>\r