1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
#org.eclipse.ui.ide/SAVE_ALL_BEFORE_BUILD=true
#org.eclipse.core.resources/refresh.enabled=true
#org.eclipse.core.resources/description.autobuilding=true
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
org.eclipse.ui/defaultPerspectiveId=org.tizen.nativeplatform.perspective
org.eclipse.ui.workbench/SHOW_BUILDID_ON_STARTUP=true
# CDT related preferences
org.eclipse.cdt.ui/lineNumberRuler=true
org.eclipse.cdt.ui/useQuickDiffPrefPage=true
org.eclipse.cdt.ui/useAnnotationsPrefPage=true
org.eclipse.cdt.ui/spelling_locale_initialized=true
org.eclipse.cdt.ui/c_keyword_bold=false
org.eclipse.cdt.ui/c_type=48,87,69
org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.color=34,34,139
org.eclipse.cdt.ui/semanticHighlighting.label.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.externalSDK.color=46,46,75
org.eclipse.cdt.ui/c_string=47,44,64
org.eclipse.cdt.ui/semanticHighlighting.staticMethod.color=40,72,32
org.eclipse.cdt.ui/c_single_line_comment=39,39,194
org.eclipse.cdt.ui/semanticHighlighting.macroSubstitution.color=34,55,18
org.eclipse.cdt.ui/c_type_bold=false
org.eclipse.cdt.ui/semanticHighlighting.method.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.enumerator.italic=false
org.eclipse.cdt.ui/semanticHighlighting.globalVariable.italic=false
org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.namespace.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.globalVariable.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.color=43,43,89
org.eclipse.cdt.ui/semanticHighlighting.enumerator.color=160,32,240
org.eclipse.cdt.ui/properties.manage.config.disable=true
org.eclipse.cdt.ui/semanticHighlighting.macroSubstitution.enabled=true
org.eclipse.cdt.ui/c_keyword=130,21,21
org.eclipse.cdt.ui/semanticHighlighting.function.color=43,43,89
org.eclipse.cdt.ui/c_multi_line_comment=39,39,194
org.eclipse.cdt.ui/semanticHighlighting.function.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.method.color=22,22,73
org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.color=22,22,73
org.eclipse.cdt.ui/pp_directive_bold=false
org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.color=65,65,107
org.eclipse.cdt.ui/semanticHighlighting.externalSDK.bold=false
org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.enabled=true
org.eclipse.cdt.ui/semanticHighlighting.staticMethod.italic=false
org.eclipse.cdt.ui/pp_directive=26,106,30
org.eclipse.cdt.ui/eclipse.preferences.version=1
org.eclipse.cdt.ui/editor_folding_enabled=true
org.eclipse.cdt.ui/sourceHoverBackgroundColor.SystemDefault=false
org.eclipse.cdt.ui/sourceHoverBackgroundColor=245,245,181
# Help Browsing
org.eclipse.help.base/always_external_browser=false
# Proxy Settings
org.eclipse.core.net/systemProxiesEnabled=false
org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
org.eclipse.core.net/nonProxiedHosts=localhost|127.0.0.1|192.168.129.*
# Default text file encoding
#org.eclipse.core.resources/encoding=UTF-8
# Tizen Keybinding
# org.eclipse.ui/KEY_CONFIGURATION_ID=org.eclipse.ui.slpAcceleratorConfiguration
|