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

Difference between revisions of "Mylyn/SOC/A Wiki Integrated Task Editor"

< Mylyn‎ | SOC
(Abstract)
(Timeline)
Line 10: Line 10:
  
 
== Timeline ==
 
== Timeline ==
Here is a complete list of the milestones and release dates. Considering the status of Mylyn's ongoing refactoring, the date is subject to change.
+
Here is a complete list of the milestones and release dates.
  
A bug that summarizes all the tasks: {{bug|233819}}.
+
The root bug for this project: {{bug|233819}}. The followings are a list of selected bugs.
  
 
{| class="wikitable" style="text-align:center"
 
{| class="wikitable" style="text-align:center"
Line 26: Line 26:
 
| June 29
 
| June 29
 
| rich text integration  
 
| rich text integration  
| {{bug|235222}}, {{bug|237131}}. {{bug|237504}}, {{bug|203670}}, {{bug|194269}}, {{bug|236962}}
+
| {{bug|235222}}, {{bug|237131}}. {{bug|237504}}, {{bug|203670}}, {{bug|194269}}, {{bug|236962}}, {{bug|241167}}, {{bug|213131}}, {{bug|219939}}, {{bug|226962}}
 
|- style="background:lightgrey;"
 
|- style="background:lightgrey;"
 
! M3
 
! M3
Line 39: Line 39:
 
|- style="background:lightgrey;"
 
|- style="background:lightgrey;"
 
! M5
 
! M5
| August 4
+
| August 18
 
| structure outline, code format & spell checking  
 
| structure outline, code format & spell checking  
 
| this item may be canceled
 
| this item may be canceled
Line 45: Line 45:
 
! RC1
 
! RC1
 
| August 10
 
| August 10
| critical bugs, performance improvement  
+
| related bugs, performance improvement  
| {{bug|238038}}, {{bug|116487}}, {{bug|203670}}
+
| {{bug|238038}}, {{bug|116487}}, {{bug|203670}}, {{bug|239087}}, {{bug|237831}}, {{bug|134165}}
 
|- style="background:lightgrey;"
 
|- style="background:lightgrey;"
 
! RC2
 
! RC2

Revision as of 17:55, 16 August 2008

Hackers

Student: Jingwen Ou

Mentor(s): Steffen Pingel

Abstract

WikiText is a new component of Mylyn, supporting lightweight markup for its task editor. The goal is to provide Mylyn’s task editor with rich text viewing and editing of lightweight markup such as Textile and MediaWiki. Detailed proposal is available here.

This project is part of Google Summer of Code 2008.

Timeline

Here is a complete list of the milestones and release dates.

The root bug for this project: bug 233819. The followings are a list of selected bugs.

Milestone Deadline Planned items Related bugs
M1 June 8 Textile-J integration bug 234210
M2 June 29 rich text integration bug 235222, bug 237131. bug 237504, bug 203670, bug 194269, bug 236962, bug 241167, bug 213131, bug 219939, bug 226962
M3 July 13 drop & drag of the source element to the task editor bug 237831, bug 237974, bug 239087
M4 July 27 configuration setting of the rich text editor bug 237500, bug 237678, bug 235439
M5 August 18 structure outline, code format & spell checking this item may be canceled
RC1 August 10 related bugs, performance improvement bug 238038, bug 116487, bug 203670, bug 239087, bug 237831, bug 134165
RC2 August 15 documentation
Pencils down August 18 final evaluations

Getting the source

Here is the team project set to get all the source code. All new features would be available in Mylyn 3.1. Stay tuned...

WikiText "Trailers"

All available features will be listed here.


Screen shot of Mylyn's Bugzilla task editor with wiki styles: Developers can organize their comments and bug descriptions in a wiki way. WYSIWYG is not a dream anymore in Mylyn's task editor.

WikiText preview.PNG

Back to the top