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 16879 Details for
Bug 49497
[RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications
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]
Workbench patch
patch_49497_workbench.txt (text/plain), 1.29 KB, created by
Chris Gross
on 2005-01-01 10:50:56 EST
(
hide
)
Description:
Workbench patch
Filename:
MIME Type:
Creator:
Chris Gross
Created:
2005-01-01 10:50:56 EST
Size:
1.29 KB
patch
obsolete
>Index: Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java,v >retrieving revision 1.111 >diff -u -r1.111 WorkbenchPlugin.java >--- Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java 7 Dec 2004 03:39:01 -0000 1.111 >+++ Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java 1 Jan 2005 15:34:22 -0000 >@@ -23,6 +23,7 @@ > import org.eclipse.jface.preference.PreferenceManager; > import org.eclipse.jface.resource.ImageDescriptor; > import org.eclipse.jface.resource.ImageRegistry; >+import org.eclipse.jface.util.ILogger; > import org.eclipse.jface.util.Policy; > import org.eclipse.swt.custom.BusyIndicator; > import org.eclipse.ui.IEditorRegistry; >@@ -642,7 +643,11 @@ > public void start(BundleContext context) throws Exception { > super.start(context); > bundleContext = context; >- Policy.setLog(getLog()); >+ Policy.setLog(new ILogger(){ >+ public void log(IStatus status) { >+ getLog().log(status); >+ }}); >+ > > // Start the UI plugin so that it can install the callback in PrefUtil, > // which needs to be done as early as possible, before the workbench
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 49497
:
16877
|
16878
| 16879