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 76388 Details for
Bug 195514
support spell checking in description, comment and summary field
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]
fix for summary size
clipboard.txt (text/plain), 2.19 KB, created by
Eugene Kuleshov
on 2007-08-19 13:37:56 EDT
(
hide
)
Description:
fix for summary size
Filename:
MIME Type:
Creator:
Eugene Kuleshov
Created:
2007-08-19 13:37:56 EDT
Size:
2.19 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java,v >retrieving revision 1.211 >diff -u -r1.211 AbstractRepositoryTaskEditor.java >--- src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java 15 Aug 2007 23:08:44 -0000 1.211 >+++ src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java 19 Aug 2007 17:37:48 -0000 >@@ -1280,11 +1280,11 @@ > attribute = taskData.getAttribute(RepositoryTaskAttribute.SUMMARY); > } > >- summaryTextViewer = addTextEditor(repository, summaryComposite, attribute.getValue(), true, SWT.FLAT); >+ summaryTextViewer = addTextEditor(repository, summaryComposite, attribute.getValue(), true, SWT.FLAT | SWT.SINGLE); > summaryTextViewer.setEditable(true); > summaryText = summaryTextViewer.getTextWidget(); >- GridDataFactory.fillDefaults().grab(true, false).hint(DESCRIPTION_WIDTH, SUMMARY_HEIGHT).applyTo( >- summaryTextViewer.getControl()); >+ summaryText.setIndent(2); >+ GridDataFactory.fillDefaults().grab(true, false).applyTo(summaryTextViewer.getControl()); > > if (hasChanged(attribute)) { > summaryTextViewer.getTextWidget().setBackground(colorIncoming); >Index: src/org/eclipse/mylyn/tasks/ui/editors/TaskFormPage.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskFormPage.java,v >retrieving revision 1.9 >diff -u -r1.9 TaskFormPage.java >--- src/org/eclipse/mylyn/tasks/ui/editors/TaskFormPage.java 2 Aug 2007 22:44:11 -0000 1.9 >+++ src/org/eclipse/mylyn/tasks/ui/editors/TaskFormPage.java 19 Aug 2007 17:37:48 -0000 >@@ -335,6 +335,7 @@ > > support.install(EditorsUI.getPreferenceStore()); > >+ commentViewer.getTextWidget().setIndent(2); > commentViewer.getTextWidget().addDisposeListener(new DisposeListener() { > public void widgetDisposed(DisposeEvent e) { > support.uninstall();
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 195514
:
75019
|
75020
|
75922
|
75923
| 76388 |
76389