Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07Bug 360160 [Compatibility] Saved perspective returns after the originalRemy Suen1-0/+9
has been closed When a perspective gets saved, the original perspective descriptor representing that perspective must also be removed from the workbench page's internal list of previously activated perspectives. Likewise, the newly saved perspective's descriptor must be appended to the list of activated perspectives.
2011-10-05Fix for Bug 357853 - Cannot use multiple workbench windows with savedEric Moffatt1-2/+3
perspectives
2011-09-30Clean-up warningsRemy Suen1-63/+86
2011-09-30Bug 357859 Resetting a saved perspective destroys its detached windowsv20110930-1433Remy Suen1-0/+15
The model service had aggressive code that would remove detached windows from a perspective when it was reset. This made sense when perspectives could not be saved. However, now that that feature has been reimplemented in Eclipse 4, detached windows no longer be preemptively removed.
2011-09-02Fix for Bug 356307 - Unable to delete user saved perspectivesEric Moffatt1-5/+3
2011-09-02Fix for Bug 339130 - Unable to save perspectiveEric Moffatt1-26/+54
2011-07-20Bug 352508 [Compatibility] Closing active perspective should set thev20110720-1314Remy Suen1-0/+10
window to the last active perspective The code was originally just closing the perspective and if it was the active perspective, the model service would set the selected element of the perspective stack to the first available perspective in its list. Instead of this arbitrary selection, the window should instead be selecting the previously active perspective. The fix is to update the perspective stack's selected element prior to letting the model service close the perspective.
2011-07-14Bug 352135 [Compatibility] Selection listeners are not notified beforev20110714-1639Remy Suen1-3/+3
part activation notifications The selection service was changed to have it notify its listeners of the active part having changed before generic part listeners were notified. This matches the notification behaviour of 3.x.
2011-06-24Bug 350264 [Compatibility] Java search menu is disabledRemy Suen1-2/+9
2011-06-13Bug 349135 [Compatibility] Dirty parts in detached windows will not be saved ↵Remy Suen1-22/+32
when resetting a perspective
2011-05-26Bug 345736 [Compatibility] Opening an HTML page goes externalRemy Suen1-2/+1
2011-05-26Bug 329457 [compatibility] Editors do not get reusedRemy Suen1-14/+64
2011-05-25Bug 346839 [Compatibility] Part service needs to be notified of part input ↵Remy Suen1-0/+10
changes
2011-05-18Bug 321294 [Compatibility] Ctrl+E is unimplementedRemy Suen1-1/+1
2011-05-09Bug 342917 - [Compatibility] Show In > Outline or Package Explorer reveals ↵Paul Webster1-2/+2
wrong element
2011-05-04Initial fix for Bug 341010 - "Reset Perspective" will not restore view that ↵Eric Moffatt1-6/+6
was dragged into editor area
2011-05-03Bug 344114 [Compatibility] When closing all perspectives, close other ↵Remy Suen1-4/+9
perspectives before closing the selected one
2011-04-28Bug 344044 [Compatibility] Action bars must be deactivated when its parent ↵Remy Suen1-2/+3
part gets disposed
2011-04-25Bug 343536 [Compatibility] getOpenPerspectives() may have a null value as ↵Remy Suen1-1/+5
one of its array element
2011-04-22Bug 343634 [Compatibility] IllegalArgumentException (null argument) in ↵v20110422-1900Remy Suen1-4/+8
WorkbenchPage.installAreaDropSupport() when not calling configureEditorAreaDropListener() in preWindowOpen()
2011-04-20Bug 342929 [Compatibility] DBCS4.1: Window->Navigation->Minimize Active View ↵Remy Suen1-34/+73
or Editor not working
2011-04-20Bug 343394 EModelService should prevent null parameters in its find methodsRemy Suen1-4/+9
2011-03-17Bug 332498 Regression: Cannot maximize views any moreRemy Suen1-4/+21
2011-03-17Fix for Bug 332498 - Regression: Cannot maximize views any moreEric Moffatt1-4/+6
2011-03-11Bug 339731 [Compatibility] NPE thrown after closing all perspectivesRemy Suen1-1/+6
2011-03-04Bug 329458 [Compatibility] Editor is not automatically set as the active ↵Remy Suen1-0/+55
part on startup
2011-03-04Bug 338735 [Compatibility] Can't open editor by dragging it to shared areaRemy Suen1-0/+53
2011-03-01This was added for another bug.Paul Webster1-0/+7
PW
2011-02-28Bug 338280 [Compatibility] Don't see list of recently opened editorsRemy Suen1-0/+8
2011-02-28Bug 338267 [Compatibility] Editor to be opened not brought to top if it's ↵Remy Suen1-0/+3
already there
2011-02-16Bug 337343 [Compatibility] Implementations of IPartListener2 that also ↵Remy Suen1-0/+28
implement IPageChangedListener do not get notified of page change events
2011-02-15Bug 337207 [Compatibility] Perspective listeners are not notified about a ↵Remy Suen1-0/+10
reset event
2011-02-14Bug 337127 [Compatibility] actionSet extensions for perspectives need to be ↵Remy Suen1-3/+51
considered even after the perspective has gone up
2011-02-11Bug 336996 [Compatibility] Failures when calling IWorkbenchPage's ↵Remy Suen1-0/+1
openEditors(IEditorInput[], String[], int) method might not be reported
2011-02-11Bug 336985 [Compatibility] IWorkbenchPage.CHANGE_EDITOR_OPEN events are not ↵Remy Suen1-12/+35
fired
2011-02-10Bug 336824 [Compatibility] 'Reset Perspective' doesn't perform tag migrationRemy Suen1-13/+26
2011-02-07Bug 326081 [Compatibility] Workbench thinks there's an active editor even if ↵Remy Suen1-5/+92
it's behind views
2011-02-04Bug 336378 [Compatibility] Workbench window still thinks there's an active ↵Remy Suen1-1/+2
part even when all parts are closed
2011-02-02Bug 333390 [Compatibility] Workbench window selection does not appear to ↵Remy Suen1-1/+1
change immediately when active part switches
2011-02-02Bug 335599 [Compatibility] 'launcher' attribute for editor extensions are ↵Remy Suen1-1/+7
not considered
2011-01-21Bug 334859 [Compatibility] Editor action bars should only be hidden when the ↵v20110124-1530Remy Suen1-1/+38
editor is closed or a different type of editor has been activated
2011-01-19Bug 315133 [Compatibility] View references need to be updated when switching ↵v20110121-1000Remy Suen1-2/+1
between perspectives
2011-01-18Bug 330944 [Compatibility] IWorkbenchPage's setEditorAreaVisible(boolean) ↵Remy Suen1-6/+12
and isEditorAreaVisible() methods are unimplemented
2011-01-11Bug 328496 [Compatibility] Ctrl+W does not find opened editor if it wasn't ↵Remy Suen1-1/+2
requested to become the active part
2011-01-11Bug 325931 [Compatibility] org.eclipse.ui.actionSetPartAssociations ↵Remy Suen1-1/+79
extension point is not being used
2011-01-07Bug 333699 [Compatibility] Cannot open external editors on FileStoreEditorInputsRemy Suen1-5/+7
2011-01-04Bug 333390 [Compatibility] Workbench window selection does not appear to ↵Remy Suen1-1/+8
change immediately when active part switches
2010-12-03Bug 331768 [Compatibility] Unpersistable editors outside the shared area in ↵Remy Suen1-1/+23
an active perspective are not closed on shutdown
2010-12-02Bug 331720 [Compatibility] Insufficient number of editor references ↵Remy Suen1-1/+2
generated on startup
2010-12-01Bug 331546 [Compatibility] ViewReferences are eagerly created for parts that ↵Remy Suen1-10/+21
aren't visible

Back to the top