Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylar Tips and Tricks"

(Keyboard Shortcuts)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Source Repositories ==
+
Moved to: http://www.eclipse.org/mylar/tips.php
 
+
* When checking out a new project, deactivate the active task.  Otherwise all newly created files will become interesting.
+
 
+
== Keyboard Shortcuts ==
+
 
+
Task List view
+
* <code>Ctrl+F</code>: find
+
* <code>Insert</code>: new personal task
+
* <code>Delete</code>: delete selected
+
* <code>F5</code>: synchronize
+
 
+
General
+
* <code>Ctrl+F9</code>: activate task dialog
+
* <code>Ctrl+Shift+F9</code>: deactivate task
+
* <code>Ctrl+F12</code>: open task dialog
+
* <code>Ctrl+Shift+F12</code>: open repository task dialog
+
 
+
Context manipulation
+
* <code>Ctrl+Shift+Up</code>: mark as landmark
+
* <code>Ctrl+Shift+Down</code>: mark less interesting
+
 
+
Drag and drop
+
* Dragging URLs to ''Task List'': in Mozilla/Firefox just drag, in Internet Explorer <code>Ctrl+drag</code>
+
 
+
Useful Eclipse shortcuts
+
* <code>Alt+Shift+Q, K</code>: show ''Task List'' view
+
* <code>Ctrl+F10</code>: invoke view menu or ruler menu in editor (e.g. to toggle ''Collapse All'' in ''Task List'')
+

Latest revision as of 20:37, 20 December 2006

Moved to: http://www.eclipse.org/mylar/tips.php

Back to the top