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 22284 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.javascript.ui.patch
org.eclipse.wst.javascript.ui.patch (text/plain), 1.76 KB, created by
Amy Wu
on 2005-06-02 17:42:37 EDT
(
hide
)
Description:
org.eclipse.wst.javascript.ui.patch
Filename:
MIME Type:
Creator:
Amy Wu
Created:
2005-06-02 17:42:37 EDT
Size:
1.76 KB
patch
obsolete
>Index: src-commonui/org/eclipse/wst/javascript/ui/internal/common/JSSourceViewerConfiguration.java >=================================================================== >RCS file: /home/webtools/wst/components/javascript/plugins/org.eclipse.wst.javascript.ui/src-commonui/org/eclipse/wst/javascript/ui/internal/common/JSSourceViewerConfiguration.java,v >retrieving revision 1.3 >diff -u -r1.3 JSSourceViewerConfiguration.java >--- src-commonui/org/eclipse/wst/javascript/ui/internal/common/JSSourceViewerConfiguration.java 28 May 2005 03:08:03 -0000 1.3 >+++ src-commonui/org/eclipse/wst/javascript/ui/internal/common/JSSourceViewerConfiguration.java 2 Jun 2005 21:24:15 -0000 >@@ -67,14 +67,10 @@ > > > public IInformationControlCreator getInformationControlCreator(ISourceViewer sourceViewer) { >- return getInformationControlCreator(sourceViewer, true); >- } >- >- private IInformationControlCreator getInformationControlCreator(ISourceViewer sourceViewer, final boolean cutDown) { > return new IInformationControlCreator() { > public IInformationControl createInformationControl(Shell parent) { >- int style = cutDown ? SWT.NONE : (SWT.V_SCROLL | SWT.H_SCROLL); >- return new DefaultInformationControl(parent, style, new HTMLTextPresenter(cutDown)); >+ int style = true ? SWT.NONE : (SWT.V_SCROLL | SWT.H_SCROLL); >+ return new DefaultInformationControl(parent, style, new HTMLTextPresenter(true)); > } > }; > } >@@ -123,6 +119,7 @@ > fInformationPresenter = new JavaScriptInformationPresenter(getInformationPresenterControlCreator(sourceViewer)); > > fInformationPresenter.setSizeConstraints(60, 10, true, true); >+ fInformationPresenter.setDocumentPartitioning(getConfiguredDocumentPartitioning(sourceViewer)); > } > return fInformationPresenter; > }
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