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/UI Nits"

(2.0M2)
(additions and reformatting)
Line 1: Line 1:
== 2.0M2 ==
+
=== Task List ===
* Render context attachments 'comments' in Bugzilla as links to activate context or thumbnails, not comments.
+
* Scheduled... menu: Clear option should be 'Not Scheduled' and should be checked when not set
+
* Category selection should be available within Task Planning editor
+
 
* Due dates not currently not settable from context menu in task list
 
* Due dates not currently not settable from context menu in task list
* Hyperlinks opening synchronously
+
* Scheduled... menu: Clear option should be 'Not Scheduled' and should be checked when not set
* "Add To Task List" only appears in the context menu on the editor of an opened repository task if you have a category in your tasklist (can't add to root)
+
 
 +
 
 +
=== Task Editor ===
 +
* Render context attachments 'comments' in Bugzilla as links to activate context or thumbnails, not comments.
 
* If the Description of a repository task is editable, no border is drawn to indicate this in the editor
 
* If the Description of a repository task is editable, no border is drawn to indicate this in the editor
 
* The Summary text field of a repository task editor is always editable even if the repository task attribute is read only.
 
* The Summary text field of a repository task editor is always editable even if the repository task attribute is read only.
 +
* "Add To Task List" only appears in the context menu on the editor of an opened repository task if you have a category in your tasklist (can't add to root)
 +
 +
=== Planning Editor ===
 +
* Category selection should be available within Task Planning editor
 +
 +
 +
=== Hyperlinking ===
 +
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=146964 146964: editor hyperlink parsing problems and suggestions]
 +
 +
 +
* Hyperlinks opening synchronously
 +
* Additional patterns:
 +
** #XXXX
 +
* Comment linking [https://bugs.eclipse.org/bugs/show_bug.cgi?id=164221 bug#164221]
 +
* bla blah JiraWebIssueService$2.execute(JiraWebIssueService.java:105): still linking preceeding text where only class:line in brackets should be linked
 +
* Hyperlinks should have the task's summary as the tooltip (Eclipse hyperlink limitation here?)
 +
* Premature hyperlink termination: http://wiki.eclipse.org/index.php/FAQ_How_do_I_hook_my_editor_to_the_Back_and_Forward_buttons%3F

Revision as of 12:18, 11 April 2007

Task List

  • Due dates not currently not settable from context menu in task list
  • Scheduled... menu: Clear option should be 'Not Scheduled' and should be checked when not set


Task Editor

  • Render context attachments 'comments' in Bugzilla as links to activate context or thumbnails, not comments.
  • If the Description of a repository task is editable, no border is drawn to indicate this in the editor
  • The Summary text field of a repository task editor is always editable even if the repository task attribute is read only.
  • "Add To Task List" only appears in the context menu on the editor of an opened repository task if you have a category in your tasklist (can't add to root)

Planning Editor

  • Category selection should be available within Task Planning editor


Hyperlinking

146964: editor hyperlink parsing problems and suggestions


Back to the top