Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jface.text/.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jface.text/.options b/org.eclipse.jface.text/.options
index 22364f5406b..ec29beea177 100644
--- a/org.eclipse.jface.text/.options
+++ b/org.eclipse.jface.text/.options
@@ -8,3 +8,6 @@ org.eclipse.jface.text/debug/ContentAssistSubjectAdapters= false
# Prints debug information related to RevisionRulerColumn
org.eclipse.jface.text.source/debug/RevisionRulerColumn= false
+
+# Enables checking of the FastPartitioner's position chache
+org.eclipse.jface.text/debug/FastPartitioner/PositionCache= false

Back to the top