| Summary: | [api] task attribute type of for HTML text | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | David Green <greensopinion> | ||||||||||
| Component: | Mylyn | Assignee: | Project Inbox <mylyn-triaged> | ||||||||||
| Status: | CLOSED MOVED | QA Contact: | |||||||||||
| Severity: | enhancement | ||||||||||||
| Priority: | P3 | CC: | steffen.pingel | ||||||||||
| Version: | unspecified | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | All | ||||||||||||
| OS: | All | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
David Green
Created attachment 183881 [details]
a patch that provides LONG_HTML_TEXT as an attribute type
Steffen, please review the attached patch. The patch adds @LONG_HTML_TEXT@ and uses the long text editor by default (until the HTML text stuff is integrated)
Created attachment 183882 [details]
mylyn/context/zip
Have you considered adding a meta data attribute that describes the mime-type instead? We would potentially end up with a lot of attribute types, e.g. for Confluence, TracWiki etc. Created attachment 184415 [details]
add META_ATTRIBUTE_MIME_TYPE to TaskAttribute
Great idea Steffen. How about something like this?
Created attachment 184416 [details]
mylyn/context/zip
Thanks. That makes sense to me but seem very useful unless it's actually used by the framework? (In reply to comment #6) > Thanks. That makes sense to me but seem very useful unless it's actually used by > the framework? This is groundwork for future support by the framework. Take for example the upcoming Html editor contribution to Mylyn Docs. Also it's useful for connectors to be able to be more expressive about attribute metadata. A real use case is for the Tasktop for VS plug-in to know which attributes are HTML without having to run a connector UI plug-in. I understand but adding this as API implies that setting the content type will have an effect whereas the framework does not actually support this, yet. In order to apply this patch we would to make use of it within the framework, e.g. using WikiText. Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn |