mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
bug 289168: moved "Set Reminders" topic to be rather "Tasks View",
tasks/cdt_t_setreminder.htm -> reference/cdt_u_tasks_view.htm
This commit is contained in:
parent
6c9c7fa5c3
commit
c90254973d
12 changed files with 52 additions and 58 deletions
|
@ -32,6 +32,11 @@
|
|||
<topic href="reference/cdt_u_problems_view.htm"
|
||||
label="Problems view (C/C++)"/>
|
||||
</context>
|
||||
<context id ="tasks_view">
|
||||
<description>Click below to see help.</description>
|
||||
<topic href="reference/cdt_u_tasks_view.htm"
|
||||
label="Tasks view"/>
|
||||
</context>
|
||||
<context id ="properties_view">
|
||||
<description>Click below to see help.</description>
|
||||
<topic href="reference/cdt_u_properties_view.htm"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_problems_view.htm">Problems view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_tasks_view.htm">Tasks view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties_view.htm">Properties view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_view.htm">Debug Views</a><br>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_call_hierarchy_view.htm">Call Hierarchy view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_type_hierarchy_view.htm">Type Hierarchy view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_problems_view.htm">Problems view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_tasks_view.htm">Tasks view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties_view.htm">Properties view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search_view.htm">Search view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_view.htm">Debug views</a><br>
|
||||
|
|
44
doc/org.eclipse.cdt.doc.user/reference/cdt_u_tasks_view.htm
Normal file
44
doc/org.eclipse.cdt.doc.user/reference/cdt_u_tasks_view.htm
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Tasks View</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Tasks View</h1>
|
||||
|
||||
<p>The Tasks view lets you create your own tasks. In addition to having the Tasks view
|
||||
automatically add <strong>TODO</strong> and <strong>FIXME</strong> tasks from comments in code,
|
||||
you can set personal reminders for tasks, such as unfinished functions that you write or error
|
||||
handling routines that you want to verify.
|
||||
</p>
|
||||
|
||||
<p>To set a reminder:</p>
|
||||
|
||||
<ol>
|
||||
<li>In Tasks view, right-click the <strong>Tasks</strong> pane, and select <strong>New Task</strong>.</li>
|
||||
<li>In the <strong>Description</strong> box, type a new task.</li>
|
||||
<li>Click <strong>OK</strong>.</li>
|
||||
</ol>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/concepts/ctskview.htm">Tasks View</a> (Workbench concept)
|
||||
</p>
|
||||
|
||||
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
|
||||
<br><a href="../reference/cdt_o_views.htm">C/C++ Views</a>
|
||||
<br><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-31.htm">Tasks View</a> (Workbench reference)
|
||||
</p>
|
||||
|
||||
<hr >
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -27,7 +27,6 @@
|
|||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_builderrors.htm">Dealing with compilation and other build errors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jumping to errors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filtering the Problems view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Setting reminders</a><br>
|
||||
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" ></p>
|
||||
|
|
|
@ -29,7 +29,6 @@ generated on "Error Parsers" Preference page.
|
|||
<p>The following topics describe how to view and manage compile errors.</p>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jumping to errors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filtering the Problems view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Setting reminders</a><br>
|
||||
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" ></p>
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_builderrors.htm">Dealing with compilation and other build errors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_jumperror.htm">Jumping to errors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_filtererror.htm">Filtering the Problems view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_setreminder.htm">Setting reminders</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run.htm">Running and debugging projects</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_config.htm">Creating or editing a run/debug configuration</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_run_config.htm">Selecting a run or debug configuration</a><br>
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
<br>
|
||||
<a href="cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
|
||||
<a href="cdt_t_jumperror.htm">Jumping to errors</a><br>
|
||||
<a href="cdt_t_setreminder.htm">Setting reminders</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
|
||||
|
|
|
@ -40,7 +40,6 @@ determine the location of an error, it is added to the Console view.</p>
|
|||
<br>
|
||||
<a href="cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
|
||||
<a href="cdt_t_filtererror.htm">Filtering the Problems view</a><br>
|
||||
<a href="cdt_t_setreminder.htm">Setting reminders</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
|
||||
|
|
|
@ -1,52 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Setting reminders</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Setting reminders</h1>
|
||||
|
||||
<p>The Tasks view lets you create your own tasks. In addition to having the Tasks view automatically list build errors, you can set personal reminders
|
||||
for tasks, such as unfinished functions that you write or error handling routines
|
||||
that you
|
||||
want to verify.</p>
|
||||
|
||||
<p>To set a reminder:</p>
|
||||
|
||||
<ol>
|
||||
<li>In Tasks view, right-click the <strong>Tasks</strong> pane, and select <strong>New Task</strong>.</li>
|
||||
<li>In the <strong>Description</strong> box, type a new task.</li>
|
||||
<li>Click <strong>OK</strong>.</li>
|
||||
</ol>
|
||||
|
||||
<p>For more information on the Tasks view, see:<ul>
|
||||
<li> <strong>Workbench User Guide > Concepts> Views > Tasks view</strong></li>
|
||||
<li> <strong>Workbench User Guide > Reference > User interface information >
|
||||
Views and editors > Tasks view</strong></li>
|
||||
</ul>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
|
||||
<a href="cdt_t_jumperror.htm">Jumping to errors</a><br>
|
||||
<a href="cdt_t_filtererror.htm">Filtering the Problems view</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
|
||||
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -16,6 +16,7 @@
|
|||
<topic label="Executables view" href="reference/cdt_u_view_executables.htm"/>
|
||||
<topic label="Console view" href="reference/cdt_u_console_view.htm"/>
|
||||
<topic label="Problems view" href="reference/cdt_u_problems_view.htm"/>
|
||||
<topic label="Tasks view" href="reference/cdt_u_tasks_view.htm"/>
|
||||
<topic label="Properties view" href="reference/cdt_u_properties_view.htm"/>
|
||||
<topic label="Search view" href="reference/cdt_u_search_view.htm"/>
|
||||
<topic label="Call Hierarchy view" href="reference/cdt_u_call_hierarchy_view.htm"/>
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
<topic label="Dealing with compilation and other build errors" href="tasks/cdt_o_builderrors.htm">
|
||||
<topic label="Jumping to errors" href="tasks/cdt_t_jumperror.htm"/>
|
||||
<topic label="Filtering the Problems view" href="tasks/cdt_t_filtererror.htm"/>
|
||||
<topic label="Setting reminders" href="tasks/cdt_t_setreminder.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic label="Running and debugging projects" href="tasks/cdt_o_run.htm">
|
||||
|
|
Loading…
Add table
Reference in a new issue