Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/userguide/Preferences.html')
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Preferences.html113
1 files changed, 113 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/userguide/Preferences.html b/org.eclipse.mylyn.help.ui/userguide/Preferences.html
new file mode 100644
index 000000000..21f488a84
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/userguide/Preferences.html
@@ -0,0 +1,113 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>Mylyn Reference - Preferences</title>
+ <link type="text/css" rel="stylesheet" href="book.css"/>
+ </head>
+ <body>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <th style="width: 100%" align="center" colspan="3">Preferences</th>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="Team-Support.html" title="Team Support">
+ <img alt="Previous" border="0" src="images/images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Task-Repository-Connectors.html" title="Task Repository Connectors">
+ <img alt="Next" border="0" src="images/images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">Team Support</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Task Repository Connectors</td>
+ </tr>
+ </table><hr/>
+ <h1 id="Preferences">Preferences</h1>
+ <p>You can access the following Mylyn preference pages by navigating to Window -> Preferences -> Tasks.</p>
+ <h2 id="Tasks">Tasks</h2>
+ <ul>
+ <li>
+ <b>Synchronization</b> - Set how often queries in your task list should update from your task repository. The default is 20 minutes.
+ </li>
+ <li>
+ <b>Scheduling</b> - Set the day when your week begins. This is used to determine whether tasks should appear as scheduled for this week.
+ </li>
+ <li>
+ <b>Task Editing</b> - Select whether tasks should be opened in the rich editor or an integrated browser window displaying the web interface for the task.
+ </li>
+ </ul>
+ <p>
+ <br/>
+ Click "Advanced" to reveal the following additional settings.
+ </p>
+ <ul>
+ <li>
+ <b>Task Timing</b> - When a task is active, the time spent working on the task is recorded. If you check "Enable inactivity timeouts", time will not be accumulated while you are not actively working. You can set the number of minutes after which time will stop being accumulated toward the active task.
+ </li>
+ <li>
+ <b>Task Data</b> - Specify the location where your task list and task context data is stored.
+ </li>
+ </ul>
+ <h2 id="Context_2">Context</h2>
+ <p>Use the following checkboxes to set your preferences for the task-focused interface.</p>
+ <ul>
+ <li>
+ <b>Auto focus navigator view on task activation</b> - Automatically toggle "Focus on Active Task" on when activating a task in navigation views such as the Package Explorer.
+ </li>
+ <li>
+ <b>Auto expand tree views when focused</b> - When toggling "Focus on Active Task", automatically expand trees so that all interesting elements are visible.
+ </li>
+ <li>
+ <b>Manage open editors to match task context</b> - When checked, activating a task will automatically open editors corresponding to the most interesting files in the task context. When deactivating a task, all editors will automatically close. While a task is active, files that become less interesting will automatically close as you work.
+ </li>
+ <li>
+ <b>Remove file from context when editor is closed</b> - When this option is checked, closing an editor will be considered an indication that you not interested in the corresponding file. Therefore, files you close will be removed from the task context. If you tend to close editors for files that you may want to return to, try unchecking this setting.
+ </li>
+ <li>
+ <b>Open last used perspective on task activation</b> - When this option is checked, activating a task will automatically switch to the perspective that was in use when the task was last active.
+ </li>
+ </ul>
+ <h2 id="Resources">Resources</h2>
+ <p>Use this preference page to add or remove resources that should not be included in the context of a task. Typically, excluded files are hidden backup or lock files that are not intented to be opened directly by the user of an application.</p>
+ <h2 id="Team">Team</h2>
+ <ul>
+ <li>
+ <b>Automatically create and manage with task context</b> - Enables automatic change set management. Change sets will be created automatically so that you can commit or update only resources that are in a task's context.
+ </li>
+ <li>
+ <b>Commit Message Template</b> - Set the values that will appear in commit messages that are automatically generated when committing resources associated with a task.
+ </li>
+ </ul><hr/>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="Team-Support.html" title="Team Support">
+ <img alt="Previous" border="0" src="images/images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center">
+ <a href="Mylyn Reference.html" title="Mylyn Reference">
+ <img alt="Mylyn Reference" border="0" src="images/images/home.gif"/>
+ </a>
+ </td>
+ <td style="width: 20%" align="right">
+ <a href="Task-Repository-Connectors.html" title="Task Repository Connectors">
+ <img alt="Next" border="0" src="images/images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">Team Support</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Task Repository Connectors</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file

Back to the top