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 104678 Details for
Bug 235222
[wikitext] integrates Texile-J with bugzilla task editor
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]
layout issues fixed again
mylyn.sandbox.patch3.txt (text/plain), 2.16 KB, created by
David Green
on 2008-06-12 09:43:30 EDT
(
hide
)
Description:
layout issues fixed again
Filename:
MIME Type:
Creator:
David Green
Created:
2008-06-12 09:43:30 EDT
Size:
2.16 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.sandbox.ui >Index: src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleRichTextAttributeEditor.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/sandbox/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleRichTextAttributeEditor.java,v >retrieving revision 1.1 >diff -u -r1.1 ExtensibleRichTextAttributeEditor.java >--- src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleRichTextAttributeEditor.java 12 Jun 2008 10:53:40 -0000 1.1 >+++ src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleRichTextAttributeEditor.java 12 Jun 2008 13:42:31 -0000 >@@ -8,6 +8,7 @@ > > package org.eclipse.mylyn.internal.sandbox.ui.editors; > >+import org.eclipse.jface.layout.GridDataFactory; > import org.eclipse.jface.text.Document; > import org.eclipse.jface.text.ITextListener; > import org.eclipse.jface.text.TextEvent; >@@ -28,6 +29,7 @@ > import org.eclipse.swt.events.SelectionEvent; > import org.eclipse.swt.events.SelectionListener; > import org.eclipse.swt.graphics.Font; >+import org.eclipse.swt.layout.GridLayout; > import org.eclipse.swt.widgets.Composite; > import org.eclipse.ui.PlatformUI; > import org.eclipse.ui.contexts.IContextActivation; >@@ -42,6 +44,7 @@ > * create its own SourceViewer without overriding createControl and copying the code in it > * > * @author Jingwen Ou >+ * @author David Green added context activation, layout > */ > public class ExtensibleRichTextAttributeEditor extends RichTextAttributeEditor { > >@@ -81,6 +84,7 @@ > setControl(source instanceof Viewer ? ((Viewer) source).getControl() : source.getTextWidget()); > } else { > CTabFolder folder = new CTabFolder(parent, SWT.FLAT | SWT.BOTTOM); >+ folder.setLayout(new GridLayout()); > > /** wikitext markup editor **/ > >@@ -89,6 +93,8 @@ > viewerItem.setToolTipText("Edit Source"); > > source = extension.createEditor(taskRepository, folder, styles | SWT.V_SCROLL); >+ source.getControl().setLayoutData(GridDataFactory.fillDefaults().grab(true, true).create()); >+ > if (source.getDocument() == null) { > source.setDocument(new Document(getValue())); > }
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 235222
:
103264
|
103615
|
104084
|
104233
|
104234
|
104240
|
104576
|
104592
|
104650
|
104651
|
104678
|
104721