Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] temporary expand with keyboard

Mik Kersten wrote:

Regarding mouse click modifiers, Shift and Ctrl can't be used because
they're used to indicate multiple selections.  So the only standard modifier
available seems to be Alt.

Not quite. Ctrl is only used for mouse clicks and Shift-RightArrow or Ctrl-RightArrow do not affect selection. From other hand Shift-Mouse click should work fine if you just check if selection is either empty or contain only single node. In general it may make sense to allow different modifier for keyboard and mouse...

Regarding keyboard click modifiers, Right Arrow means "expand" in a tree
viewer, so that seems most appropriate, and makes for very quick navigation
through a filtered hierarchy when using the "down" arrow key.

How can I expand expand collapsed node that has some unfiltered elements using keyboard? Now it is expanded and I am unintentionally increasing interest on random nodes.

Hitting right arrow on a node has the exact same behavior as Alt+Clicking
it: all children are shown, and the uninteresting ones should be gray.  Once
an uninteresting child is selected the others go away.  But there is
usability issue here that may be the source of your problem: if you don't
find an uninteresting node to select and select one that's already
interesting, then the temporarily unfiltered nodes won't go away.  This has
been bugging me too so I opened a report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=123330

  See above.

  regards,
  Eugene



Back to the top