Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mylyn/WikiText

< Mylyn
Revision as of 14:13, 28 May 2008 by Mik.kersten.tasktop.com (Talk | contribs) (New page: === Links === * {{bug|234210}}: [wikitext] Mylyn should support lightweight markup (eg: Textile) in its task editor * {{bug|233819}}: A Wiki Integrated Task Editor == Plan == Notes from...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Links

  • bug 234210: [wikitext] Mylyn should support lightweight markup (eg: Textile) in its task editor
  • bug 233819: A Wiki Integrated Task Editor

Plan

Notes from 2008-05-28 Meeting:

  • Extension point to override default viewer and editor: needs to declare what editor it's using, need to declare language being used
  • If multiple viewer extensions present, our editor creates tabs
    • for example, if a viewer and editor are available, the edit area creates an 'Edit' tab and a 'Preview' tab for editable areas
  • E.g.: ITaskEditorExtension
    • createViewer()
    • createEditor()
    • createConfiguration()
    • getEditorContextId()
  • Activate a new context when the New Comment viewer is active, can extend default task editor context

Back to the top