Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 198942 Details for
Bug 349771
support marking comments private
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch V3
patch349771V3.txt (text/plain), 1.75 KB, created by
Frank Becker
on 2011-06-30 23:43:47 EDT
(
hide
)
Description:
patch V3
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2011-06-30 23:43:47 EDT
Size:
1.75 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java,v >retrieving revision 1.176 >diff -u -r1.176 AbstractTaskEditorPage.java >--- src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java 28 Jun 2011 17:37:26 -0000 1.176 >+++ src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java 1 Jul 2011 03:35:56 -0000 >@@ -527,11 +527,9 @@ > > public void appendTextToNewComment(String text) { > AbstractTaskEditorPart newCommentPart = getPart(ID_PART_NEW_COMMENT); >- if (newCommentPart != null) { >- if (newCommentPart instanceof TaskEditorRichTextPart) { >- ((TaskEditorRichTextPart) newCommentPart).appendText(text); >- newCommentPart.setFocus(); >- } >+ if (newCommentPart instanceof TaskEditorRichTextPart) { >+ ((TaskEditorRichTextPart) newCommentPart).appendText(text); >+ newCommentPart.setFocus(); > } > } > >@@ -780,14 +778,13 @@ > return new TaskEditorCommentPart(); > } > }.setPath(PATH_COMMENTS)); >- >- descriptors.add(new TaskEditorPartDescriptor(ID_PART_NEW_COMMENT) { >- @Override >- public AbstractTaskEditorPart createPart() { >- return new TaskEditorNewCommentPart(); >- } >- }.setPath(PATH_COMMENTS)); > } >+ descriptors.add(new TaskEditorPartDescriptor(ID_PART_NEW_COMMENT) { >+ @Override >+ public AbstractTaskEditorPart createPart() { >+ return new TaskEditorNewCommentPart(); >+ } >+ }.setPath(PATH_COMMENTS)); > > if (needsPrivateSection() || taskData.isNew()) { > descriptors.add(new TaskEditorPartDescriptor(ID_PART_PLANNING) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 349771
:
198759
|
198760
|
198771
|
198772
| 198942 |
198943
|
200529
|
200530
|
203832
|
204470