Bug 504089 - CycleViewHandler should extend FilteredTableBaseHandler [Ctrl+F7, Ctrl+Shift+F7]
Summary: CycleViewHandler should extend FilteredTableBaseHandler [Ctrl+F7, Ctrl+Shift+F7]
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.6   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 4.7 M3   Edit
Assignee: Patrik Suzzi CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 504082 509224 509232
  Show dependency tree
 
Reported: 2016-10-05 10:41 EDT by Patrik Suzzi CLA
Modified: 2016-12-14 10:37 EST (History)
0 users

See Also:


Attachments
Demo of the new handler for selecting a view (1.30 MB, image/gif)
2016-10-08 05:32 EDT, Patrik Suzzi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrik Suzzi CLA 2016-10-05 10:41:38 EDT
As reported in Bug 504082, with this bug we should edit CycleViewHandler extending FilteredTableBaseHandler instead of CycleBaseHandler.

FilteredTableBaseHandler, the superclass for Ctrl+E handler, can easily replace CycleBaseHandler, the current superclass for CycleViewHandler, to select a view, with Ctrl(+Shift)+F7.
Comment 1 Patrik Suzzi CLA 2016-10-08 05:32:50 EDT
Created attachment 264739 [details]
Demo of the new handler for selecting a  view
Comment 2 Eclipse Genie CLA 2016-10-08 05:34:12 EDT
New Gerrit change created: https://git.eclipse.org/r/82784
Comment 4 Patrik Suzzi CLA 2016-10-09 05:51:02 EDT
In master now.