Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Task tips ==
+
Moved to: http://www.eclipse.org/mylar/tips.php
 
+
* If you wish to discard outgoing changes on a task, use the synchronize (F5) option in the tasklist popup menu. This will retrieve the latest data from the repository and will present a dialog indicating that your local changes will be overwritten (you may opt to keep your new comment if desired).
+
 
+
== Source Repositories ==
+
 
+
* When checking out a new project, deactivate the active task.  Otherwise all newly created files will become interesting.
+
 
+
== View Shortcuts ==
+
 
+
* <code>Alt+click</code> or <code>Alt+RightArrow</code>: show all children of an element in a focused view, then click to select.  Hold down alt to keep drilling in, click on whitespace in view to show all root elements.  Also see [http://wiki.eclipse.org/index.php/Mylar_User_Guide#Keyboard_and_Alt.2BClick_mappings_on_Linux configuration on Linux].
+
 
+
== 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