Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5f4676b

Browse files
JS
1 parent ba166b3 commit 5f4676b

File tree

19 files changed

+2533
-2233
lines changed

19 files changed

+2533
-2233
lines changed
0 Bytes
Binary file not shown.
7.9 KB
Binary file not shown.

‎.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
eclipse.preferences.version=1
2+
org.eclipse.debug.ui.MemoryHistoryKnownColor=235,235,235
3+
org.eclipse.debug.ui.MemoryHistoryUnknownColor=170,175,185
4+
org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=150,80,115
25
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n
6+
org.eclipse.debug.ui.changedDebugElement=255,128,128
7+
org.eclipse.debug.ui.consoleBackground=53,53,53
8+
org.eclipse.debug.ui.errorColor=225,30,70
9+
org.eclipse.debug.ui.inColor=140,175,210
10+
org.eclipse.debug.ui.outColor=235,235,235
311
org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<viewBindings>\n <view id\="org.eclipse.debug.ui.VariableView">\n <perspective id\="org.eclipse.jst.j2ee.J2EEPerspective" userAction\="opened"/>\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="closed"/>\n </view>\n <view id\="org.eclipse.debug.ui.DebugView">\n <perspective id\="org.eclipse.jst.j2ee.J2EEPerspective" userAction\="opened"/>\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="closed"/>\n </view>\n <view id\="org.eclipse.debug.ui.BreakpointView">\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\n </view>\n <view id\="org.eclipse.ui.console.ConsoleView">\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="closed"/>\n </view>\n</viewBindings>\n
412
org.eclipse.debug.uiinspectPopupSashWeights=750\:250
13+
overriddenByCSS=,org.eclipse.debug.ui.MemoryHistoryKnownColor,org.eclipse.debug.ui.MemoryHistoryUnknownColor,org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND,org.eclipse.debug.ui.changedDebugElement,org.eclipse.debug.ui.consoleBackground,org.eclipse.debug.ui.errorColor,org.eclipse.debug.ui.inColor,org.eclipse.debug.ui.outColor,
514
pref_state_memento.org.eclipse.debug.ui.BreakpointView=<?xml version\="1.0" encoding\="UTF-8"?>\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\="710" org.eclipse.debug.ui.SASH_VIEW_PART\="272">\n<PRESENTATION_CONTEXT_PROPERTIES IMemento.internal.id\="org.eclipse.debug.ui.BreakpointView">\n<BOOLEAN BOOLEAN\="true" IMemento.internal.id\="org.eclipse.debug.ui.check"/>\n</PRESENTATION_CONTEXT_PROPERTIES>\n</VariablesViewMemento>
615
pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=<?xml version\="1.0" encoding\="UTF-8"?>\n<DebugViewMemento org.eclipse.debug.ui.BREADCRUMB_DROPDOWN_AUTO_EXPAND\="false"/>
716
pref_state_memento.org.eclipse.debug.ui.VariableView=<?xml version\="1.0" encoding\="UTF-8"?>\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\="315" org.eclipse.debug.ui.SASH_VIEW_PART\="684">\n<COLUMN_SIZES IMemento.internal.id\="org.eclipse.debug.ui.VARIALBE_COLUMN_PRESENTATION.COL_VAR_VALUE" SIZE\="1033"/>\n<COLUMN_SIZES IMemento.internal.id\="org.eclipse.debug.ui.VARIALBE_COLUMN_PRESENTATION.COL_VAR_NAME" SIZE\="321"/>\n<PRESENTATION_CONTEXT_PROPERTIES IMemento.internal.id\="org.eclipse.debug.ui.VariableView">\n<BOOLEAN BOOLEAN\="true" IMemento.internal.id\="PRESENTATION_SHOW_LOGICAL_STRUCTURES"/>\n</PRESENTATION_CONTEXT_PROPERTIES>\n</VariablesViewMemento>
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,91 @@
1+
content_assist_completion_replacement_background=200,200,0
2+
content_assist_completion_replacement_foreground=200,0,0
13
content_assist_disabled_computers=org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.recommenders.calls.rcp.proposalCategory.templates\u0000org.eclipse.mylyn.java.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000org.eclipse.recommenders.chain.rcp.proposalCategory.chain\u0000
24
content_assist_lru_history=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><history maxLHS\="100" maxRHS\="10"><lhs name\="com.bridgelabz.model.Doctor"><rhs name\="com.bridgelabz.model.Doctor"/></lhs><lhs name\="com.bridgelabz.controller.SearchDetails"><rhs name\="com.bridgelabz.controller.SearchDetailsImpl"/></lhs><lhs name\="com.bridgelabz.controller.SearchDetailsImpl"><rhs name\="com.bridgelabz.controller.SearchDetailsImpl"/></lhs><lhs name\="com.bridgelabz.model.Appointment"><rhs name\="com.bridgelabz.model.Appointment"/></lhs><lhs name\="com.bridgeit.programs.InventaryPojo"><rhs name\="com.bridgeit.programs.InventaryPojo"/></lhs><lhs name\="java.util.Collection"><rhs name\="java.util.ArrayList"/></lhs><lhs name\="java.lang.Iterable"><rhs name\="java.util.ArrayList"/></lhs><lhs name\="java.util.List"><rhs name\="java.util.ArrayList"/></lhs><lhs name\="com.bridgeit.inventary.InventaryMethodsImpl"><rhs name\="com.bridgeit.inventary.InventaryMethodsImpl"/></lhs></history>
35
content_assist_number_of_computers=24
6+
content_assist_parameters_background=52,57,61
7+
content_assist_parameters_foreground=238,238,238
48
content_assist_proposals_background=255,255,255
59
content_assist_proposals_foreground=0,0,0
610
eclipse.preferences.version=1
11+
java_bracket=249,250,244
12+
java_comment_task_tag=154,140,124
13+
java_default=217,232,247
14+
java_doc_default=128,128,128
15+
java_doc_keyword=154,140,124
16+
java_doc_link=169,156,140
17+
java_doc_tag=30,120,155
18+
java_keyword=204,120,50
19+
java_keyword_return=204,120,50
20+
java_multi_line_comment=128,128,128
21+
java_operator=230,230,250
22+
java_single_line_comment=128,128,128
23+
java_string=23,198,163
24+
matchingBracketsColor=102,112,125
725
org.eclipse.jdt.internal.ui.navigator.layout=2
826
org.eclipse.jdt.internal.ui.navigator.librariesnode=true
927
org.eclipse.jdt.ui.formatterprofiles.version=13
1028
org.eclipse.jdt.ui.text.code_templates_migrated=true
1129
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
1230
org.eclipse.jdt.ui.text.custom_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
1331
org.eclipse.jdt.ui.text.templates_migrated=true
32+
overriddenByCSS=,content_assist_completion_replacement_background,content_assist_completion_replacement_foreground,content_assist_parameters_background,content_assist_parameters_foreground,java_bracket,java_comment_task_tag,java_default,java_doc_default,java_doc_keyword,java_doc_link,java_doc_tag,java_keyword,java_keyword_return,java_multi_line_comment,java_operator,java_single_line_comment,java_string,matchingBracketsColor,pf_coloring_argument,pf_coloring_assignment,pf_coloring_comment,pf_coloring_key,pf_coloring_value,semanticHighlighting.abstractClass.bold,semanticHighlighting.abstractClass.color,semanticHighlighting.abstractClass.enabled,semanticHighlighting.abstractMethodInvocation.color,semanticHighlighting.abstractMethodInvocation.enabled,semanticHighlighting.annotation.bold,semanticHighlighting.annotation.color,semanticHighlighting.annotation.enabled,semanticHighlighting.annotation.italic,semanticHighlighting.annotationElementReference.color,semanticHighlighting.annotationElementReference.enabled,semanticHighlighting.class.color,semanticHighlighting.class.enabled,semanticHighlighting.class.bold,semanticHighlighting.deprecatedMember.color,semanticHighlighting.deprecatedMember.enabled,semanticHighlighting.deprecatedMember.underline,semanticHighlighting.deprecatedMember.strikethrough,semanticHighlighting.enum.color,semanticHighlighting.enum.enabled,semanticHighlighting.enum.italic,semanticHighlighting.field.color,semanticHighlighting.field.enabled,semanticHighlighting.inheritedMethodInvocation.color,semanticHighlighting.inheritedMethodInvocation.enabled,semanticHighlighting.interface.color,semanticHighlighting.interface.enabled,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.method.color,semanticHighlighting.method.enabled,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.number.color,semanticHighlighting.number.enabled,semanticHighlighting.parameterVariable.color,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.staticField.color,semanticHighlighting.staticField.enabled,semanticHighlighting.staticFinalField.color,semanticHighlighting.staticFinalField.enabled,semanticHighlighting.staticMethodInvocation.color,semanticHighlighting.staticMethodInvocation.enabled,semanticHighlighting.typeArgument.color,semanticHighlighting.typeArgument.enabled,semanticHighlighting.typeParameter.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.varKeyword.color,sourceHoverBackgroundColor,
33+
pf_coloring_argument=221,40,103
34+
pf_coloring_assignment=217,232,247
35+
pf_coloring_comment=128,128,128
36+
pf_coloring_key=217,232,247
37+
pf_coloring_value=23,198,163
38+
semanticHighlighting.abstractClass.bold=true
39+
semanticHighlighting.abstractClass.color=62,171,230
40+
semanticHighlighting.abstractClass.enabled=true
41+
semanticHighlighting.abstractMethodInvocation.color=128,246,167
42+
semanticHighlighting.abstractMethodInvocation.enabled=true
43+
semanticHighlighting.annotation.bold=true
44+
semanticHighlighting.annotation.color=255,147,147
45+
semanticHighlighting.annotation.enabled=true
46+
semanticHighlighting.annotation.italic=true
47+
semanticHighlighting.annotationElementReference.color=235,75,100
48+
semanticHighlighting.annotationElementReference.enabled=true
49+
semanticHighlighting.class.bold=true
50+
semanticHighlighting.class.color=18,144,195
51+
semanticHighlighting.class.enabled=true
52+
semanticHighlighting.deprecatedMember.color=171,31,54
53+
semanticHighlighting.deprecatedMember.enabled=true
54+
semanticHighlighting.deprecatedMember.strikethrough=true
55+
semanticHighlighting.deprecatedMember.underline=false
56+
semanticHighlighting.enum.color=204,129,186
57+
semanticHighlighting.enum.enabled=true
58+
semanticHighlighting.enum.italic=true
59+
semanticHighlighting.field.color=102,225,248
60+
semanticHighlighting.field.enabled=true
61+
semanticHighlighting.inheritedMethodInvocation.color=205,246,104
62+
semanticHighlighting.inheritedMethodInvocation.enabled=true
63+
semanticHighlighting.interface.color=128,242,246
64+
semanticHighlighting.interface.enabled=true
65+
semanticHighlighting.localVariable.color=255,191,38
66+
semanticHighlighting.localVariable.enabled=true
67+
semanticHighlighting.localVariableDeclaration.color=237,127,72
68+
semanticHighlighting.localVariableDeclaration.enabled=true
69+
semanticHighlighting.method.color=167,236,33
70+
semanticHighlighting.method.enabled=true
71+
semanticHighlighting.methodDeclarationName.color=30,181,64
72+
semanticHighlighting.methodDeclarationName.enabled=true
73+
semanticHighlighting.number.color=104,151,187
74+
semanticHighlighting.number.enabled=true
75+
semanticHighlighting.parameterVariable.color=121,171,255
76+
semanticHighlighting.parameterVariable.enabled=true
77+
semanticHighlighting.staticField.color=141,218,248
78+
semanticHighlighting.staticField.enabled=true
79+
semanticHighlighting.staticFinalField.color=141,218,248
80+
semanticHighlighting.staticFinalField.enabled=true
81+
semanticHighlighting.staticMethodInvocation.color=150,236,63
82+
semanticHighlighting.staticMethodInvocation.enabled=true
83+
semanticHighlighting.typeArgument.color=215,131,127
84+
semanticHighlighting.typeArgument.enabled=true
85+
semanticHighlighting.typeParameter.color=191,164,164
86+
semanticHighlighting.typeParameter.enabled=true
87+
semanticHighlighting.varKeyword.color=204,120,50
88+
sourceHoverBackgroundColor=68,68,68
1489
spelling_locale_initialized=true
1590
useAnnotationsPrefPage=true
1691
useQuickDiffPrefPage=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROBLEMS_FILTERS_MIGRATE=true
22
eclipse.preferences.version=1
3-
platformState=1524662847690
3+
platformState=1524662847695
44
quickStart=false
55
tipsAndTricks=true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /