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 103732 Details for
Bug 235797
Refactoring opened model causes SWT to become unstable
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]
Fix for the EMF Transaction workbench integration example editor
Eclipse235797.patch (text/plain), 1.28 KB, created by
Christian Damus
on 2008-06-05 09:44:10 EDT
(
hide
)
Description:
Fix for the EMF Transaction workbench integration example editor
Filename:
MIME Type:
Creator:
Christian Damus
Created:
2008-06-05 09:44:10 EDT
Size:
1.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.emf.workspace.examples.library.editor >Index: src/org/eclipse/emf/workspace/examples/extlibrary/presentation/EXTLibraryEditor.java >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.transaction/examples/org.eclipse.emf.workspace.examples.library.editor/src/org/eclipse/emf/workspace/examples/extlibrary/presentation/EXTLibraryEditor.java,v >retrieving revision 1.9 >diff -u -r1.9 EXTLibraryEditor.java >--- src/org/eclipse/emf/workspace/examples/extlibrary/presentation/EXTLibraryEditor.java 24 Apr 2008 01:11:51 -0000 1.9 >+++ src/org/eclipse/emf/workspace/examples/extlibrary/presentation/EXTLibraryEditor.java 5 Jun 2008 13:40:14 -0000 >@@ -528,7 +528,6 @@ > if (removedResources.contains(res)) { > if (handleDirtyConflict()) { > getSite().getPage().closeEditor(EXTLibraryEditor.this, false); >- EXTLibraryEditor.this.dispose(); > } > } else if (movedResources.containsKey(res)) { > //.CUSTOM: Generated editor does not have move support >@@ -568,7 +567,6 @@ > (new Runnable() { > public void run() { > getSite().getPage().closeEditor(EXTLibraryEditor.this, false); >- EXTLibraryEditor.this.dispose(); > } > }); > } else {
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 235797
:
103726
| 103732 |
103742