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 22286 Details for
Bug 71271
add "insert spaces for tabs" function to sse editors
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]
org.eclipse.wst.sse.ui.tests.patch
org.eclipse.wst.sse.ui.tests.patch (text/plain), 1.44 KB, created by
Amy Wu
on 2005-06-02 17:44:54 EDT
(
hide
)
Description:
org.eclipse.wst.sse.ui.tests.patch
Filename:
MIME Type:
Creator:
Amy Wu
Created:
2005-06-02 17:44:54 EDT
Size:
1.44 KB
patch
obsolete
>Index: src/org/eclipse/wst/sse/ui/tests/viewer/TestViewerConfiguration.java >=================================================================== >RCS file: /home/webtools/wst/components/sse/tests/org.eclipse.wst.sse.ui.tests/src/org/eclipse/wst/sse/ui/tests/viewer/TestViewerConfiguration.java,v >retrieving revision 1.11 >diff -u -r1.11 TestViewerConfiguration.java >--- src/org/eclipse/wst/sse/ui/tests/viewer/TestViewerConfiguration.java 18 Apr 2005 08:03:26 -0000 1.11 >+++ src/org/eclipse/wst/sse/ui/tests/viewer/TestViewerConfiguration.java 2 Jun 2005 21:25:30 -0000 >@@ -19,7 +19,6 @@ > import org.eclipse.swt.widgets.Composite; > import org.eclipse.swt.widgets.Display; > import org.eclipse.swt.widgets.Shell; >-import org.eclipse.ui.IEditorPart; > import org.eclipse.ui.PlatformUI; > import org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants; > import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitionTypes; >@@ -254,21 +253,6 @@ > // to not mess up other tests > fConfig.setDeclaringID(origID); > } >- public void testGetSetEditorPart() { >- >- // probably no display >- if(!fDisplayExists) >- return; >- >- IEditorPart origPart = fConfig.getEditorPart(); >- >- fConfig.setEditorPart(null); >- IEditorPart gottenPart = fConfig.getEditorPart(); >- assertNull(gottenPart); >- >- // don't mess up other tests >- fConfig.setEditorPart(origPart); >- } > > public void testGetHyperlinkPresenter() { >
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 71271
:
22276
|
22277
|
22278
|
22279
|
22281
|
22282
|
22283
|
22284
|
22285
| 22286 |
22287
|
22288
|
22289
|
24931
|
24932
|
24933