Skip to content

Commit

Permalink
plugin_customization.ini: most desired settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 27, 2020
1 parent 9cda658 commit 2bffa6d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/org.eclipse.epp.package.embedcdt/plugin_customization.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,38 @@ org.eclipse.oomph.setup.ui/enable.preference.recorder=false
#------------------------------------------------------------------------------
# Embedded CDT customizations.

# Use Doxygen for documentation.
org.eclipse.cdt.core/doctool/workspace.default=org.eclipse.cdt.ui.doxygen

# Always launch the previous debug config.
org.eclipse.cdt.debug.core/BreakpointActionManager.actionData=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<breakpointActionData/>\n

# Enable GDB trace console.
org.eclipse.cdt.dsf.gdb/tracesEnable=true

# ?
# org.eclipse.cdt.dsf.ui/useAnnotationsPrefPage=true

org.eclipse.cdt.ui/buildConsoleLines=5000
org.eclipse.cdt.ui/buildConsoleWrapLines=true
org.eclipse.cdt.ui/formatter_profile=org.eclipse.cdt.ui.default.gnu_profile
# org.eclipse.cdt.ui/formatter_settings_version=1
# org.eclipse.cdt.ui/sourceHoverBackgroundColor=255,255,255

org.eclipse.core.resources/encoding=UTF-8

org.eclipse.debug.ui/Console.highWaterMark=88000
org.eclipse.debug.ui/Console.limitConsoleOutput=false
org.eclipse.debug.ui/org.eclipse.debug.ui.UseContextualLaunch=false

# Disable the Arduinish launch bar
org.eclipse.launchbar.ui.controls/enableLaunchBar=false

org.eclipse.ui.editors/printMargin=true

# TODO: enable GDB trace; check for other.
- C/C++ -> Indeer -> Use active build config
# org.eclipse.cdt.core/indexer/indexerId=org.eclipse.cdt.core.fastIndexer
# org.eclipse.cdt.core/indexer/updatePolicy=0
- Show source roots
# org.eclipse.cdt.core/org.eclipse.cdt.core.showSourceRootsAtTopLevelOfProject=false

0 comments on commit 2bffa6d

Please sign in to comment.