Bug 404535 - [EditorMgmt] Enabling navigation history for inter tab navigation in multi page editors
Summary: [EditorMgmt] Enabling navigation history for inter tab navigation in multi pa...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2.2   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 05:17 EDT by saurav sarkar CLA
Modified: 2013-10-24 11:50 EDT (History)
1 user (show)

See Also:


Attachments
Navigation Location implementation for Form Editor (2.42 KB, application/octet-stream)
2013-04-08 06:03 EDT, saurav sarkar CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description saurav sarkar CLA 2013-03-28 05:17:48 EDT
Hi All,

Is it possible to enable inter tab navigation (navigation history) for a single editor (in multipage editors) ?

For e.g. in Manifest editor if i select the overview page and then the dependencies page. Press alt+Left should take me to the overview tab.

cheers,
Saurav
Comment 1 saurav sarkar CLA 2013-04-08 06:00:05 EDT
I have provided implementation of inter tab navigation for our editors.
Hereby i have attached the generic implementation for Form Editors.
Java Doc of the class explains a lot about the functionality.

Please let me know if i need to provide further details.

cheers,
Saurav
Comment 2 saurav sarkar CLA 2013-04-08 06:03:17 EDT
Created attachment 229423 [details]
Navigation Location implementation for Form Editor
Comment 3 saurav sarkar CLA 2013-04-10 14:45:45 EDT
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=405402 for test case creation fo r this use case.