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 202430 Details for
Bug 355099
deltaRestore needs to save and restore new cloneable snippets
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]
Enable deltaRestore for clonableSnippets
bug355099.txt (text/plain), 1.55 KB, created by
Dean Roberts
on 2011-08-30 11:15:52 EDT
(
hide
)
Description:
Enable deltaRestore for clonableSnippets
Filename:
MIME Type:
Creator:
Dean Roberts
Created:
2011-08-30 11:15:52 EDT
Size:
1.55 KB
patch
obsolete
>diff --git src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java >index 6d01314..46956b8 100644 >--- src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java >+++ src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java >@@ -1888,6 +1888,8 @@ > featureName.equals(PART_MENUS_ATTNAME) || > // an Application has multiple commands > featureName.equals(APPLICATION_COMMANDS_ATTNAME) || >+ // an ApplicationElement has multiple clonable snippets >+ featureName.equals(APPLICATIONELEMENT_CLONABLE_SNIPPETS_ATTNAME) || > // a HandlerContainer has multiple handlers > featureName.equals(HANDLERCONTAINER_HANDLERS_ATTNAME) || > // a BindingContainer has multiple binding tables >diff --git src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java >index d62b08d..130976f 100644 >--- src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java >+++ src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java >@@ -34,6 +34,12 @@ > .getApplicationElement_Tags().getName(); > > /** >+ * Attribute defined by MApplicationElements (value is <code>clonableSnippets</code>). >+ */ >+ public static final String APPLICATIONELEMENT_CLONABLE_SNIPPETS_ATTNAME = ApplicationPackageImpl.eINSTANCE >+ .getApplicationElement_ClonableSnippets().getName(); >+ >+ /** > * Attribute defined by MApplications (value is <code>commands</code>). > */ > public static final String APPLICATION_COMMANDS_ATTNAME = ApplicationPackageImpl.eINSTANCE
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 355099
: 202430