core/com.nokia.carbide.cpp/html/help_keys_vs.htm
changeset 0 fb279309251b
child 777 752c97eb80ff
child 892 04365e85d9b0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp/html/help_keys_vs.htm	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,202 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Microsoft Visual Studio Key Shortcuts</title>
+<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
+<style type="text/css">
+<!--
+.style2 {color: #FFFFFF}
+-->
+</style>
+</head>
+
+<h2>Microsoft Visual Studio Shortcuts</h2>
+<p>Table 1 describes the Microsoft Visual Studio key shortcuts supported by Carbide.c++. </p>
+<p class="note"><b>NOTE</b> These shortcuts extend the Default key shortcuts and not every Visual Studio tool shortcut is supported.</p>
+<p>Keys can be viewed or edited in the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Keys)")'>
+<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" border="0" align="absmiddle">
+<b>General &gt; Keys</b></a> preference panel.</p>
+<h5>Table 1. Microsoft Visual Studio key shortcuts</h5>
+<table cellspacing="0" cellpadding="0" width="100%" border="1" valign="center">
+  <tr>
+    <th width="24%" scope="col"><p class="style2">Category</p></th>
+    <th width="31%" scope="col">Visual Studio </th>
+    <th width="31%" scope="col">Carbide.c++</th>
+    <th width="45%" scope="col"><span class="style2">Shortcut Added </span></th>
+  </tr>
+  <tr bgcolor="#FFFFCC">
+    <td colspan="4"><b>C/C++ Source </b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Edit.GoToDefinition </td>
+    <td class="code" >Open Definition</td>
+    <td class="code" >F12</td>
+  </tr>
+  <tr bgcolor="#FFFFCC">
+    <td colspan="4"><b>Edit</b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Edit.FindNext </td>
+    <td class="code" >Find Next </td>
+    <td class="code" >F3</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >&nbsp;</td>
+    <td class="code" >Find at Current Cursor Position </td>
+    <td class="code" >CTRL+F3</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Edit.FindPrevious </td>
+    <td class="code" >Find Previous </td>
+    <td class="code" >SHIFT+F3</td>
+  </tr>
+  <tr bgcolor="#FFFFCC">
+    <td colspan="4"><b>Project</b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Build.BuildSolution</td>
+    <td class="code" >Build Project </td>
+    <td class="code" >F7</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >&nbsp;</td>
+    <td class="code" >Compile</td>
+    <td class="code" >CTRL+F7</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >&nbsp;</td>
+    <td class="code" >Build Target Only </td>
+    <td class="code" >CTRL+SHIFT+F7</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >File.NewProject</td>
+    <td class="code" >New</td>
+    <td class="code" >CTRL+SHIFT+N</td>
+  </tr>
+  <tr bgcolor="#FFFFCC">
+    <td colspan="4"><strong>Navigation</strong></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Add Bookmark </td>
+    <td class="code" >Add Bookmark </td>
+    <td class="code" >CTRL+F2</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Go to Line </td>
+    <td class="code" >Go to Line... </td>
+    <td class="code" >CTRL+G</td>
+  </tr>
+  <tr bgcolor="#FFFFCC">
+    <td colspan="4"><b>Run/Debug</b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.Start</td>
+    <td class="code" >Start / Resume </td>
+    <td class="code" >F5</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.StartWithoutDebugging</td>
+    <td class="code" >Start without Debugging</td>
+    <td class="code" >CTRL+F5</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.StepInto</td>
+    <td class="code" >Step Into </td>
+    <td class="code" >F11</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.StepOut</td>
+    <td class="code" >Step Return </td>
+    <td class="code" >SHIFT+F11</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.StepOver</td>
+    <td class="code" >Step Over </td>
+    <td class="code" >F10</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.ToggleBreakpoint</td>
+    <td class="code" >Toggle Breakpoint </td>
+    <td class="code" >F9</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.RunToCursor</td>
+    <td class="code" >Run to Line </td>
+    <td class="code" >CTRL+F10</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Debug.Breakpoints</td>
+    <td class="code" >Breakpoints</td>
+    <td class="code" >CTRL+ALT+B</td>
+  </tr>
+  <tr>
+    <td colspan="4" bgcolor="#FFFFCC"><b>Search</b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Edit.FindinFiles</td>
+    <td class="code" >Search</td>
+    <td class="code" >CTRL+SHIFT+F</td>
+  </tr>
+  <tr>
+    <td colspan="4" bgcolor="#FFFFCC"><b>Text Editing </b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Edit.WordNext</td>
+    <td class="code" >Select Next Word </td>
+    <td class="code" >CTRL+RIGHT ARROW </td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Edit.WordPrevious</td>
+    <td class="code" >Select Previous Word </td>
+    <td class="code" >CTRL+LEFT ARROW </td>
+  </tr>
+  <tr>
+    <td colspan="4" bgcolor="#FFFFCC"><b>Windows</b></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Window.NextDocumentWindow</td>
+    <td class="code" >Next Editor </td>
+    <td class="code" >CTRL+TAB</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td class="code" >Window.PreviousDocumentWindow</td>
+    <td class="code" >Previous Editor </td>
+    <td class="code" >CTRL+SHIFT+TAB</td>
+  </tr>
+</table>
+<h5>Related references</h5>
+<ul>
+  <li><a href="help_keys_carbide.htm">Nokia Carbide.c++ Shortcuts</a></li>
+  <li><a href="help_keys_cw.htm">Nokia Codewarrior Shortcuts</a></li>
+</ul>
+<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
+</body>
+
+</html>
\ No newline at end of file