Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-11-28 10:49:03 +0000
committerDani Megert2005-11-28 10:49:03 +0000
commit529d5afcf728228e80064803bb3491c28a16ffda (patch)
tree95ab86b034ae50c894766cb44289b70c7e378c38 /org.eclipse.jface.text/.options
parent48f4e6e1ec5dccac6988163723c28f5c7a96f7b7 (diff)
downloadeclipse.platform.text-529d5afcf728228e80064803bb3491c28a16ffda.tar.gz
eclipse.platform.text-529d5afcf728228e80064803bb3491c28a16ffda.tar.xz
eclipse.platform.text-529d5afcf728228e80064803bb3491c28a16ffda.zip
Added missing option
Diffstat (limited to 'org.eclipse.jface.text/.options')
-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