mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
minor doc fix
This commit is contained in:
parent
2f11ef3dd2
commit
b220c5a3c7
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<h1>File Types preference (C/C++)</h1>
|
||||
|
||||
<p>Use 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.CFileTypesPreferences)")'>File Types</a> preference panel to define which file extensions are linked to specific languages.</p>
|
||||
<p><img src="../images/cdt_pref_file_types.png" alt="File Types Preferences Preference Panel"></p>
|
||||
<p><img src="../images/cdt_pref_file_types.png" alt="File Types Preference Panel"></p>
|
||||
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
|
||||
<caption><strong>File Types Preference Options</strong></caption>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<li><strong>Source File Name</strong> - (default) Name of the source file used by the executable. If no binary files are in the project the message <strong>No source files found in <project_name></strong> is shown. </li>
|
||||
<li><strong>Source File Location</strong> - (default) The current location of the source file. If the path is shown in gray text the source file was not located. To locate it, double-click to open a new editor, then click Locate File... to locate the missing file. The new path is compared to the old one and all files located in the same directory are automatically updated to use the new path.</li>
|
||||
<li><strong>Source File Original Location </strong> - (default) The original location of the source file which may be different than the current location. </li>
|
||||
<li><strong>Source File Size</strong> - The executable size shown in bytes.</li>
|
||||
<li><strong>Source File Size</strong> - The source file size shown in bytes.</li>
|
||||
<li><strong>Source File </strong><strong>Date </strong>- The source file's modification date.</li>
|
||||
<li><strong>Source File Type</strong> - The source type (.h, .inc, etc.) </li>
|
||||
<li><strong>Missing Source Files</strong> - Gray text indicates files not found. Double-click the file to browse for the missing file. </li>
|
||||
|
|
Loading…
Add table
Reference in a new issue