Bug 245189 - TracWiki task editor extension
Summary: TracWiki task editor extension
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: 1.0.0   Edit
Assignee: David Green CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 246376
Blocks: 244650
  Show dependency tree
 
Reported: 2008-08-25 19:50 EDT by David Green CLA
Modified: 2011-01-05 10:55 EST (History)
1 user (show)

See Also:


Attachments
patch that adds TracWiki as a markup language task editor extension (8.57 KB, patch)
2008-08-25 19:54 EDT, David Green CLA
no flags Details | Diff
mylyn/context/zip (2.34 KB, application/octet-stream)
2008-08-25 19:54 EDT, David Green CLA
no flags Details
re-cut the patch against head (8.43 KB, patch)
2008-09-25 15:15 EDT, David Green CLA
no flags Details | Diff
mylyn/context/zip (3.11 KB, application/octet-stream)
2008-09-25 15:15 EDT, David Green CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2008-08-25 19:50:36 EDT
the tracwiki plug-in should contribute a task editor extension
Comment 1 David Green CLA 2008-08-25 19:54:32 EDT
Created attachment 110868 [details]
patch that adds TracWiki as a markup language task editor extension
Comment 2 David Green CLA 2008-08-25 19:54:33 EDT
Created attachment 110869 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2008-09-12 17:15:38 EDT
I'll hold off with this patch since the Trac task editor currently uses a custom control for entering text and previewing that opens a connection to the repository. I would like to figure out how to integrate this with WikiText before enabling the extension by default.
Comment 4 David Green CLA 2008-09-12 18:01:58 EDT
The patch could be applied with the repositoryAssociation part of the tracwiki.ui/plugin.xml commented out.  That would result in the TracWiki taskEditorExtension being available, but not enabled by default for any repository kind.
Comment 5 Steffen Pingel CLA 2008-09-12 18:29:40 EDT
I am not sure how well that would interact with the existing preview so I'd rather wait until after the release and take some time to streamline the UI.
Comment 6 David Green CLA 2008-09-25 15:15:56 EDT
Created attachment 113518 [details]
re-cut the patch against head

(In reply to comment #5)
> I am not sure how well that would interact with the existing preview so I'd
> rather wait until after the release and take some time to streamline the UI.

Is there any reason that we should continue waiting, or should I commit this one?
Comment 7 David Green CLA 2008-09-25 15:15:58 EDT
Created attachment 113519 [details]
mylyn/context/zip
Comment 8 Steffen Pingel CLA 2008-09-25 17:00:34 EDT
I think it's fine to go ahead with the WikiText changes. I'll fix up the Trac editor as part of bug 246376.
Comment 9 David Green CLA 2008-09-25 18:45:21 EDT
applied patch