Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] NEW download posted

New features:
1) Accessibility support.  Try using Up, Down, Left, Right, Alt+Down, Alt+Up to navigate.  Use Shift and Control to modify the navigation (See #4).  Use
'/' or '\' to navigate through connections.  Use Control+Space to toggle selection.
  1a) Palette is accessible too.
2) Accessible handles.  Press '.' and Shift+'.' to cycle through the handles in the Logic example.  Use arrow keys to pickup handle.  Enter commits, Esc aborts.
3) Native scrolling.  The Logic example uses a new ScrollingGraphicalViewer which manages the native scrollbars from SWT.  Optimized scrolling (BitBLTs) is used when scrolling in one direction.
4) Automatic expose of parts during navigation.  Scrolling will occur automatically when using the keyboard or the outline to select items.
5) Alignment Actions to align top, left, bottom, etc.
6) Drag and Drop demonstrated in the Logic Example.  Create a Label in the logic example and DRAG from a Text source like the Tasks list to the label. You must hold down Control to "Copy" the text.
7) Direct Edit demonstrated in the Logic Example.  Double click on a Label to edit its text.

Back to the top