Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b59982c460b2b0f28f85fea53791a3274615f522 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Task Tags 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>Task Tags preferences</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.TodoTaskPreferencePage)")'>Task Tags</a> preference panel to configure global todo tags for C/C++ editor views.</p>
<p><img src="../images/cdt_pref_task_tags.png"  alt="Task Tags Preferences"></p>
<table border="1" cellspacing="0" cellpadding="5" width="600" fgcolor="DDD" >
	<caption><strong>Task Tags Preference Options</strong></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<thead>
		<tr>
			<th><b>Option</b></th>
			<th><b>Description</b></th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td valign="top">
			<b>New...</b>
			</td>
			<td valign="top">Opens the <b>New Task Tag</b> dialog box to create a new todo task tag.<br />
			<p><img src="../images/cdt_pref_new_task_tag_dlg.png"  alt="New Task Tag Dialog Box"></p>
			</td>
		</tr>
		<tr>
			<td valign="top" >
			<b>Edit...</b></td>
			<td valign="top">
			Opens the <b>Edit Task Tag</b> dialog box to modify the selected tag.
			</td>
		</tr>
		<tr>
			<td valign="top" >
			<b>Remove</b>
			</td>
			<td valign="top">
			Removes the selected task tag.
			</td>
		</tr>
		<tr>
			<td valign="top" >
			<b>Default</b>
			</td>
			<td valign="top">
			Sets the selected task tag as the default tag. The default tags appears in <b>bold</b> text.
			</td>
		</tr>
		<tr>
			<td valign="top" >
			<b>Case sensitive task tag names</b>
			</td>
			<td valign="top">
			Enable to enter task tags using the same case as the tag. Disable to always use the defined case for the tags.
			</td>
		</tr>
	</tbody>
</table>

<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br />
<a href="cdt_o_ref.htm">Reference</a>
<hr>
<img src="../images/nokiaCopyright.png" ALT="Nokia Copyright Statement" >

</body>

</html>

Back to the top