Skip to content

Commit 2bffa6d

Browse files
committed
plugin_customization.ini: most desired settings
1 parent 9cda658 commit 2bffa6d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

packages/org.eclipse.epp.package.embedcdt/plugin_customization.ini

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,38 @@ org.eclipse.oomph.setup.ui/enable.preference.recorder=false
6666
#------------------------------------------------------------------------------
6767
# Embedded CDT customizations.
6868

69+
# Use Doxygen for documentation.
70+
org.eclipse.cdt.core/doctool/workspace.default=org.eclipse.cdt.ui.doxygen
71+
72+
# Always launch the previous debug config.
73+
org.eclipse.cdt.debug.core/BreakpointActionManager.actionData=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<breakpointActionData/>\n
74+
75+
# Enable GDB trace console.
76+
org.eclipse.cdt.dsf.gdb/tracesEnable=true
77+
78+
# ?
79+
# org.eclipse.cdt.dsf.ui/useAnnotationsPrefPage=true
80+
81+
org.eclipse.cdt.ui/buildConsoleLines=5000
82+
org.eclipse.cdt.ui/buildConsoleWrapLines=true
83+
org.eclipse.cdt.ui/formatter_profile=org.eclipse.cdt.ui.default.gnu_profile
84+
# org.eclipse.cdt.ui/formatter_settings_version=1
85+
# org.eclipse.cdt.ui/sourceHoverBackgroundColor=255,255,255
86+
87+
org.eclipse.core.resources/encoding=UTF-8
88+
89+
org.eclipse.debug.ui/Console.highWaterMark=88000
90+
org.eclipse.debug.ui/Console.limitConsoleOutput=false
91+
org.eclipse.debug.ui/org.eclipse.debug.ui.UseContextualLaunch=false
92+
6993
# Disable the Arduinish launch bar
7094
org.eclipse.launchbar.ui.controls/enableLaunchBar=false
7195

96+
org.eclipse.ui.editors/printMargin=true
97+
7298
# TODO: enable GDB trace; check for other.
99+
- C/C++ -> Indeer -> Use active build config
100+
# org.eclipse.cdt.core/indexer/indexerId=org.eclipse.cdt.core.fastIndexer
101+
# org.eclipse.cdt.core/indexer/updatePolicy=0
102+
- Show source roots
103+
# org.eclipse.cdt.core/org.eclipse.cdt.core.showSourceRootsAtTopLevelOfProject=false

0 commit comments

Comments
 (0)