mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
Add test command-link to C/C++ preference page and command link image
This commit is contained in:
parent
145dc70ee6
commit
6f275df810
2 changed files with 4 additions and 3 deletions
BIN
doc/org.eclipse.cdt.doc.user/images/command_link.png
Executable file
BIN
doc/org.eclipse.cdt.doc.user/images/command_link.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 455 B |
|
@ -6,19 +6,20 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>C/C++ preferences</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>C/C++ preferences</h1>
|
||||
|
||||
<p>The <strong>C/C++</strong> preference panel allows you to make changes to your C/C++ environment. Click <b>Window > Preferences > C/C++</b> to view.</p>
|
||||
<p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CPluginPreferencePage)")'>C/C++</a> preference panel allows you to make changes to your C/C++ environment. Click <b>Window > Preferences > C/C++</b> to view.</p>
|
||||
<p><img src="../images/c_cpp_preferences.png" alt="C/C++ Main Preferences Window"></p>
|
||||
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
|
||||
<caption><strong>C/C++ Preference Options</strong></caption>
|
||||
<colgroup>
|
||||
<col width="35%" valign="top" >
|
||||
<col width="70%" valign="top" >
|
||||
<col width="65%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue