Bug 486309 - allow connectors to specify that their markup language extends a "base-markup" when determining what rich text editor to show
Summary: allow connectors to specify that their markup language extends a "base-markup...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 3.19   Edit
Assignee: Jaxsun McCarthy Huggan CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy
Depends on:
Blocks:
 
Reported: 2016-01-21 20:22 EST by Jaxsun McCarthy Huggan CLA
Modified: 2016-04-15 17:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaxsun McCarthy Huggan CLA 2016-01-21 20:22:28 EST
Connectors may provide a parameter "base-markup" parameter which can be used to determine what editor to display for rich text content.

eg. a connector may claim an media type has a markup of "super-special-markdown" but a base-markup of "markdown"

In such a case Mylyn should check both the markup, and base-markup to determine what kind of editor to show.
Comment 1 Sam Davis CLA 2016-04-15 17:18:07 EDT
Connectors can now provide a parameter "base-markup" in the media type for an attribute (taskAttribute.getMetaData().getMediaType()).