| Summary: | store view state zoom position while close and restore the same | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | sk sk <saravanan82kumar> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | remy.suen |
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
I'm not sure I understand your problem here. Your editor has some information that you want saved between Eclipse sessions? (In reply to comment #1) > I'm not sure I understand your problem here. > > Your editor has some information that you want saved between Eclipse sessions? My editor has zoom in and zoom out option(device image), i just want save while closing editor and reopen with saved information. (In reply to comment #2) > (In reply to comment #1) > > I'm not sure I understand your problem here. > > > > Your editor has some information that you want saved between Eclipse sessions? Hi Thanks for your reply, My editor has zoom in and zoom out option(device image) for editor part view, i just want to save "editor state" while closing editor and reopen with saved state information(Zoomed information). Saving the state of the GUI Part in following actions 1.while close and open an editor part 2.Workbench state -currently we saved default information(100%) while close and opening workbench state. Additionally we want to save the zoomed state in workbench close and open . The first one 1.Save "Editor part State" is an enhancement task ,give some suggestion please. For help with tasks, please use the newsgroup/forums - http://www.eclipse.org/forums PW |
Build Identifier: 3.0.0 n left side navigation we have some list which opens editors. Editor part(device image) we have zoom position 125 to 400 % . While closing editor zoom percentage is 200 , I need to save this zoom position for this part under particular list id . While opening the same list id ,it display with last zoom position. i need this close and opening the viewpart. public class name extends ViewPart { public void init(final IViewSite site) throws PartInitException { public void partOpened(IWorkbenchPartReference ref) {//do some stuff} public void partclosed(IWorkbenchPartReference ref) {//do some stuff} } } Reproducible: Couldn't Reproduce