Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-06-08 12:25:00 +0000
committerKai Maetzel2004-06-08 12:25:00 +0000
commit9f5380b86c5d8c1a8c7499088154bc29e13c2a9e (patch)
tree3f55a75143e4128a7ce9a7969495551c7286bb85
parent28ccf8c2dca2c576a528c45244daedd52bb00b68 (diff)
downloadeclipse.platform.text-9f5380b86c5d8c1a8c7499088154bc29e13c2a9e.tar.gz
eclipse.platform.text-9f5380b86c5d8c1a8c7499088154bc29e13c2a9e.tar.xz
eclipse.platform.text-9f5380b86c5d8c1a8c7499088154bc29e13c2a9e.zip
#65920
-rw-r--r--org.eclipse.jface.text/.options4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jface.text/.options b/org.eclipse.jface.text/.options
index 9435aefcd50..667d1d1c9ff 100644
--- a/org.eclipse.jface.text/.options
+++ b/org.eclipse.jface.text/.options
@@ -1,7 +1,7 @@
# Debugging options for the org.eclipse.jface.text plug-in
# Prints debug information related to AnnotationPainter
-org.eclipse.jface.text/debug/AnnotationPainter= true
+org.eclipse.jface.text/debug/AnnotationPainter= false
# Prints debug information related to AbstractContentAssistSubjectAdapter and its subclasses
-org.eclipse.jface.text/debug/ContentAssistSubjectAdapters= true \ No newline at end of file
+org.eclipse.jface.text/debug/ContentAssistSubjectAdapters= false \ No newline at end of file

Back to the top