File: .options

package info (click to toggle)
eclipse-platform-text 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,288 kB
  • sloc: java: 151,802; xml: 4,445; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Debugging options for the org.eclipse.jface.text plug-in

# Prints debug information related to AnnotationPainter
org.eclipse.jface.text/debug/AnnotationPainter= false

# Prints debug information related to AbstractContentAssistSubjectAdapter and its subclasses
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

# Prints debug information related to AbstractInformationControlManager and its subclasses
org.eclipse.jface.text/debug/AbstractInformationControlManager= false

# Enables assertion check for valid offset and length when creating a TextSelection
org.eclipse.jface.text/assert/TextSelection/validConstructorArguments= false