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)
Line 2: Line 2:
  
 
* When checking out a new project, deactivate the active task.  Otherwise all newly created files will become interesting.
 
* 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 ==
 
== Keyboard Shortcuts ==

Revision as of 19:39, 4 December 2006

Source Repositories

  • When checking out a new project, deactivate the active task. Otherwise all newly created files will become interesting.

View Shortcuts

  • Alt+click or Alt+RightArrow: 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 configuration on Linux.

Keyboard Shortcuts

Task List view

  • Ctrl+F: find
  • Insert: new personal task
  • Delete: delete selected
  • F5: synchronize

General

  • Ctrl+F9: activate task dialog
  • Ctrl+Shift+F9: deactivate task
  • Ctrl+F12: open task dialog
  • Ctrl+Shift+F12: open repository task dialog

Context manipulation

  • Ctrl+Shift+Up: mark as landmark
  • Ctrl+Shift+Down: mark less interesting

Drag and drop

  • Dragging URLs to Task List: in Mozilla/Firefox just drag, in Internet Explorer Ctrl+drag

Useful Eclipse shortcuts

  • Alt+Shift+Q, K: show Task List view
  • Ctrl+F10: invoke view menu or ruler menu in editor (e.g. to toggle Collapse All in Task List)

Back to the top