Bug 128855 - MSL Editor: Set Pathmap Dialog Not Available
Summary: MSL Editor: Set Pathmap Dialog Not Available
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Linux
: P3 blocker
Target Milestone: ---   Edit
Assignee: Christian Damus CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, example
Depends on:
Blocks: 121754
  Show dependency tree
 
Reported: 2006-02-21 12:47 EST by Christian Damus CLA
Modified: 2010-07-19 12:25 EDT (History)
1 user (show)

See Also:


Attachments
Patch to fix bug (11.30 KB, patch)
2006-02-23 12:01 EST, Christian Damus CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Damus CLA 2006-02-21 12:47:32 EST
The Set Pathmap dialog does not appear when selecting "MSL -> Set Pathmap..." action in the context menu of the MSL example editor.  The cause is MissingResourceExceptions in the construction of the dialog, which attempts to get strings from the org.eclipse.emf.edit plug-in's plugin.properties file that no longer exist.

The editor should create its own translatable strings, not reuse those in the EMF library.

This issue is blocking development of the translation enablement test plan for GMF.
Comment 1 Christian Damus CLA 2006-02-23 12:01:15 EST
Created attachment 35242 [details]
Patch to fix bug

The attached patch removes all usage of the EMFEditUIPlugin class for obtaining messages from its plugin.properties file.  These strings are now defined in the MSLExampleMessages.properties.
Comment 2 Vishy Ramaswamy CLA 2006-02-23 12:35:09 EST
Reviewed and applied patch
Comment 3 Eclipse Webmaster CLA 2010-07-19 12:25:02 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime EMF was the original product and component for this bug