Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2008-11-24 17:24:57 +0000
committerkchong2008-11-24 17:24:57 +0000
commitea7be76a45bf860c10f9cc09423d94e30ee32622 (patch)
tree089bab9100d395847da0fbeea25cf451937acbcc /bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal
parentcc427e1bb5003cb8396d1e94bd60a87ab5f50106 (diff)
downloadwebtools.sourceediting-ea7be76a45bf860c10f9cc09423d94e30ee32622.tar.gz
webtools.sourceediting-ea7be76a45bf860c10f9cc09423d94e30ee32622.tar.xz
webtools.sourceediting-ea7be76a45bf860c10f9cc09423d94e30ee32622.zip
[255386] [Editor] Prompt for schemalocation preference should be on by default
Diffstat (limited to 'bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal')
-rw-r--r--bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal/editor/XSDEditorPlugin.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal/editor/XSDEditorPlugin.java b/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal/editor/XSDEditorPlugin.java
index a78938a6e3..3354dd6b7c 100644
--- a/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal/editor/XSDEditorPlugin.java
+++ b/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd/org/eclipse/wst/xsd/ui/internal/editor/XSDEditorPlugin.java
@@ -239,6 +239,7 @@ public class XSDEditorPlugin extends AbstractUIPlugin
store.setDefault(CONST_DEFAULT_TARGET_NAMESPACE, DEFAULT_TARGET_NAMESPACE);
store.setDefault(CONST_SHOW_EXTERNALS, false);
store.setDefault(CONST_XSD_IMPORT_CLEANUP, false);
+ store.setDefault(CONST_XSD_AUTO_OPEN_SCHEMA_LOCATION_DIALOG, true);
//Even the last item in the list must contain a trailing List separator
store.setDefault(CONST_PREFERED_BUILT_IN_TYPES,

Back to the top