Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 92982 Details for
Bug 223275
[Dialogs] Ctrl+o resizing isn't remembered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch to AbstractInformation control
AbstractInformationControl.patch (text/plain), 1.49 KB, created by
Susan McCourt
on 2008-03-19 20:16:39 EDT
(
hide
)
Description:
patch to AbstractInformation control
Filename:
MIME Type:
Creator:
Susan McCourt
Created:
2008-03-19 20:16:39 EDT
Size:
1.49 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java,v >retrieving revision 1.58 >diff -u -r1.58 AbstractInformationControl.java >--- ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java 18 Jan 2008 13:03:55 -0000 1.58 >+++ ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java 19 Mar 2008 23:50:02 -0000 >@@ -161,7 +161,7 @@ > * @param showStatusField <code>true</code> iff the control has a status field at the bottom > */ > public AbstractInformationControl(Shell parent, int shellStyle, int treeStyle, String invokingCommandId, boolean showStatusField) { >- super(parent, shellStyle, true, true, true, true, null, null); >+ super(parent, shellStyle, true, true, false, true, true, null, null); > if (invokingCommandId != null) { > ICommandManager commandManager= PlatformUI.getWorkbench().getCommandSupport().getCommandManager(); > fInvokingCommand= commandManager.getCommand(invokingCommandId); >@@ -624,7 +624,7 @@ > * the call to constrainShellSize in PopupDialog.open will still ensure that the shell is > * entirely visible. > */ >- if (!getPersistBounds() || getDialogSettings() == null) >+ if (!getPersistLocation() || getDialogSettings() == null) > getShell().setLocation(location); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223275
: 92982