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 93295 Details for
Bug 219691
XML Validator Preference Settings doesn't respond.
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 from comment 7
filterdialog.patch (text/plain), 982 bytes, created by
Nitin Dahyabhai
on 2008-03-24 13:24:59 EDT
(
hide
)
Description:
patch from comment 7
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2008-03-24 13:24:59 EDT
Size:
982 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.validation.ui >Index: vf2/org/eclipse/wst/validation/ui/internal/dialog/FilterDialog.java >=================================================================== >RCS file: /cvsroot/webtools/common/plugins/org.eclipse.wst.validation.ui/vf2/org/eclipse/wst/validation/ui/internal/dialog/FilterDialog.java,v >retrieving revision 1.6 >diff -u -r1.6 FilterDialog.java >--- vf2/org/eclipse/wst/validation/ui/internal/dialog/FilterDialog.java 23 Mar 2008 20:43:59 -0000 1.6 >+++ vf2/org/eclipse/wst/validation/ui/internal/dialog/FilterDialog.java 24 Mar 2008 17:24:25 -0000 >@@ -109,7 +109,7 @@ > public FilterDialog(Shell shell, Validator validator, IProject project){ > super(shell); > _shell = shell; >- setShellStyle(SWT.CLOSE|SWT.MIN|SWT.MAX|SWT.RESIZE); >+ setShellStyle(getShellStyle() | SWT.CLOSE|SWT.MIN|SWT.MAX|SWT.RESIZE); > _validator = validator.copy(); > _v2 = _validator.asV2Validator(); > _project = project;
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 219691
: 93295