| Summary: | [editor] 2 keys in org.eclipse.ocl.examples.xtext.oclinecore.ui\plugin.properties concatenated on same line | ||
|---|---|---|---|
| Product: | [Modeling] OCL | Reporter: | Kit Lo <kitlo> |
| Component: | Core | Assignee: | OCL Inbox <mdt-ocl-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ahunter.eclipse, ed |
| Version: | 3.0.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Kit Lo
The second key should be "MF_OCLinEcore = OCLinEcore" Thanks. Fixed in HEAD for RC4. "conatining" is also a typo. I don't understand comment #1. There is nothing wrong with the 'second' key; the problem was that in adding MF_CreateDynamicInstance_Description the new line got lost so MF_OCLinEcore was report as a PDE error. I then added the missing key not noticing it formed part of the previous key. In the original problem description, I said the second key is "ClassMF_OCLinEcore = OCLinEcore" (with the word "Class" at the beginning). In fact, the second key should be "MF_OCLinEcore = OCLinEcore". I just wanted to remind you that you should not just add a new line char after the word "Class" to break the second key to the a new line because "MF_OCLinEcore = OCLinEcore" is already on the next line. Closing |