Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d28d8af4f6c53e07ce3dfd8df36291b17eed3747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
org.eclipse.cdt.ui/debug=false

# Reports contentAssist activity
org.eclipse.cdt.ui/debug/contentassist=false

# Enables all semantic highlighting types
org.eclipse.cdt.ui/debug/SemanticHighlighting=false

# Enables debug information related to folding
org.eclipse.cdt.ui/debug/folding=false

Back to the top