This commit is contained in:
MaxKey
2020-08-09 10:10:26 +08:00
parent ff5d2dfdb0
commit dfc90758da
127 changed files with 1 additions and 8848 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
/*/*/bin/*
/.metadata
/.settings
# Log file
*.log

View File

@@ -1 +0,0 @@
{"lastUsed":1577372119129,"path":"D:\/JavaIDE\/Workspaces\/maxkey\/MaxKey","projectCount":0}

View File

@@ -1,47 +0,0 @@
#MyEclipse Usage Data
#Thu Dec 26 22:55:20 CST 2019
bundle/com.genuitec.eclipse.theming.css=-1
misc/ws=win32
misc/core_version=<unknown>
misc/timestamp=2019-12-26 14\:55\:20
bundle/com.genuitec.eclipse.theming.base.win=-1
bundle/com.genuitec.eclipse.news=-1
misc/productType/devstyle=1
misc/arch=x86_64
misc/eclipseVersion/4.10.0.I20181206-0815=1
bundle/com.genuitec.eclipse.inlinesearch=-1
bundle/com.genuitec.eclipsecolortheme.api=1
misc/installmode/standalone=0
bundle/com.genuitec.eclipse.startup=-1
view/org.eclipse.ui.internal.introview=1
misc/workspace_hash=-1304913758
bundle/com.genuitec.eclipse.core.common.platform=1
bundle/com.genuitec.eclipse.theming.elevation.win32=-1
devstyle/state/workbenchColor/Dark_Gray=1
bundle/com.genuitec.eclipse.monitor=-1
bundle/com.genuitec.eclipse.theming.icon.designer=-1
bundle/com.genuitec.eclipse.ui.common.platform=1
misc/count=1
devstyle/state/inlinesearch=1
misc/eclipseVersion/4.14.0.I20191210-0610=1
devstyle/state/editorColor/Darkest_Dark=1
bundle/com.genuitec.eclipse.theming.scrollbar=1
misc/locale=zh_CN
bundle/com.genuitec.eclipse.theming.scrollbar.win=-1
misc/os=win32
bundle/com.genuitec.eclipse.theming.base=1
bundle/com.genuitec.eclipse.meexplorer.jdt=-1
devstyle/state/enabled=1
misc/period=7425
view/org.eclipse.ui.views.ContentOutline=1
bundle/com.genuitec.eclipse.theming.epl=-1
devstyle/state/iconsColor/primary=1
misc/product/org.eclipse.epp.package.jee.product=1
bundle/com.genuitec.eclipse.theming.core=1
bundle/com.genuitec.eclipse.meexplorer=-1
bundle/com.genuitec.eclipse.theming.ui=-1
bundle/com.genuitec.eclipse.webclipse.evergreen=-1
misc/installmode/stable=0
bundle/com.genuitec.eclipse.startup.workspace=-1
bundle/com.genuitec.eclipse.patches=1
bundle/com.genuitec.eclipse.webicons=1

View File

@@ -1,4 +0,0 @@
GradleProjectSettingsComposite, GradleDistributionGroup, AdvancedOptionsGroup {
background-color:#49535a;
color:#ebedef;
}

View File

@@ -1,32 +0,0 @@
/*******************************************************************************
* Copyright (c) 2014, 2015 Andrea Guarinoni and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Andrea Guarinoni - initial API and implementation
* Fabio Zadrozny - Bug 465672 - EGit staging view and commit page are not properly styled
* Lars Vogel <Lars.Vogel@vogella.com> - Bug 466486
*******************************************************************************/
/* ############################## EGIT preferences ############################## */
/* See bug 466075 about the pseudo-selector ":org-eclipse-egit-ui" */
#org-eclipse-egit-ui-StagingView StyledText,
Form Section LayoutComposite StyledText
{
background-color: #1c1f22;
color: #d8dcdf;
}
PushResultTable-SpellcheckableMessageAreaExtension StyledText {
background-color: #2c3135;
color: #d8dcdf;
}

View File

@@ -1,59 +0,0 @@
.MarketplaceViewer,
.MarketplaceViewer > *,
.MarketplaceItem,
.MarketplaceItem * {
background-color: #32393e;
color: #d8dcdf;
}
.MarketplaceItem Link {
color: #86939c;
}
.MarketplaceItem .disabled {
color: #a0aab1;
}
.TagsToolTip,
.TagsToolTip * {
background-color: #49535a;
color: #d8dcdf;
}
.NotificationItem,
.NotificationItem * {
background-color: #4d5c6c;
color: #9ac9d8;
}
.CatalogSwitcher,
.CatalogSwitcher > ScrolledComposite,
.CatalogSwitcher > ScrolledComposite > *,
.Catalog,
.Catalog > * {
background-color: #32393e;
color: #d8dcdf;
}
.Catalog:checked,
.Catalog:checked > * {
background-color: COLOR-LIST-SELECTION;
}
#MarketplacePage CTabItem:selected,
#MarketplaceContent,
.MarketplaceSearchHeader,
.MarketplaceSearchHeader > Label {
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
}
#MarketplacePage CategoryItem,
#MarketplacePage CategoryItem > GradientCanvas,
#MarketplacePage CategoryItem > GradientCanvas > Label {
/* SWT-BUG workaround: a style for background is not applied on GradientCanvas (CSS engine repaint issue) */
background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
background-image: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
color: #d8dcdf;
}

View File

@@ -1,50 +0,0 @@
/*******************************************************************************
* Copyright (c) 2014, 2018 Lars Vogel and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
* Andrea Guarinoni <andrea.guarinoni@gmail.com> - intial color schema definition
*******************************************************************************/
/* ############################## JDT syntax highlighting ############################## */
BulletListBlock > StyledText {
background-color: #394146;
color: #b3bbc1;
}
FormatterPreferenceSectionComposite {
background-color:#49535a;
color:#ebedef;
swt-titlebar-color: #c7cdd1;
}
#BreadcrumbComposite > Composite,
#BreadcrumbItemComposite,
#BreadcrumbItemDetailComposite,
#BreadcrumbItemDetailTextComposite,
#BreadcrumbItemDetailImageComposite,
#BreadcrumbItemDetailTextLabel,
#BreadcrumbItemDetailImageLabel,
#BreadcrumbItemDropDownToolBar
{
/*
* Bug 465666
*
* Note: as we can't change the arrow to black, we configure
* the background with the lighter color used for the background
* of toolbars and make the foreground color brighter too.
*/
background-color:#49535a;
color: white;
}

View File

@@ -1,8 +0,0 @@
/* See bug 466075 about the pseudo-selector ":org-eclipse-mylyn-tasks-ui" */
/* See org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css for additional
* Mylyn Theme settings */
DatePickerPanel {
background-color: #3c4349;
color: #d8dcdf;
}

View File

@@ -1,7 +0,0 @@
#org-eclipse-ui-splash-progressText {
color: #ffffff;
}
#org-eclipse-ui-splash-progressPart {
background-image: url('me-custom:/platform:/plugin/org.eclipse.epp.package.jee/splash.bmp');
}

File diff suppressed because one or more lines are too long

View File

@@ -1,72 +0,0 @@
asASDocBold=false
asASDocColor=\#CCDF32
asASDocItalic=false
asASDocStrikethrough=false
asASDocUnderline=false
asBracketBold=false
asBracketColor=\#D8D8D8
asBracketItalic=false
asBracketStrikethrough=false
asBracketUnderline=false
asClassBold=false
asClassColor=\#D25252
asClassItalic=false
asClassStrikethrough=false
asClassUnderline=false
asCommentBold=false
asCommentColor=\#C7DD0C
asCommentItalic=false
asCommentStrikethrough=false
asCommentUnderline=false
asFunctionBold=false
asFunctionColor=\#FFFFFF
asFunctionItalic=false
asFunctionStrikethrough=false
asFunctionUnderline=false
asInterfaceBold=false
asInterfaceColor=\#D197D9
asInterfaceItalic=false
asInterfaceStrikethrough=false
asInterfaceUnderline=false
asMetadataBold=false
asMetadataColor=\#FFFFFF
asMetadataItalic=false
asMetadataStrikethrough=false
asMetadataUnderline=false
asOperatorBold=false
asOperatorColor=\#D8D8D8
asOperatorItalic=false
asOperatorStrikethrough=false
asOperatorUnderline=false
asPackageBold=false
asPackageColor=\#D197D9
asPackageItalic=false
asPackageStrikethrough=false
asPackageUnderline=false
asReservedBold=false
asReservedColor=\#8DCBE2
asReservedItalic=false
asReservedStrikethrough=false
asReservedUnderline=false
asStringBold=false
asStringColor=\#FFC600
asStringItalic=false
asStringStrikethrough=false
asStringUnderline=false
asTextBold=false
asTextColor=\#D8D8D8
asTextItalic=false
asTextStrikethrough=false
asTextUnderline=false
asTraceBold=false
asTraceColor=\#BED6FF
asTraceItalic=false
asTraceStrikethrough=false
asTraceUnderline=false
asVarBold=false
asVarColor=\#79ABFF
asVarItalic=false
asVarStrikethrough=false
asVarUnderline=false
eclipse.preferences.version=1
overriddenByCSS=,asCommentUnderline,asCommentColor,asStringColor,asReservedItalic,asBracketBold,asCommentStrikethrough,asVarColor,asOperatorUnderline,asStringStrikethrough,asTextColor,asStringItalic,asStringBold,asVarStrikethrough,asOperatorColor,asVarUnderline,asTextUnderline,asClassColor,asReservedColor,asMetadataStrikethrough,asPackageUnderline,asTextItalic,asMetadataUnderline,asCommentItalic,asPackageItalic,asTraceUnderline,asFunctionUnderline,asTextBold,asOperatorBold,asASDocStrikethrough,asVarItalic,asTraceStrikethrough,asCommentBold,asTraceColor,asASDocItalic,asPackageColor,asBracketUnderline,asInterfaceBold,asASDocColor,asFunctionItalic,asInterfaceColor,asPackageBold,asInterfaceStrikethrough,asClassItalic,asPackageStrikethrough,asFunctionBold,asClassStrikethrough,asStringUnderline,asMetadataColor,asTraceBold,asVarBold,asFunctionStrikethrough,asASDocUnderline,asFunctionColor,asTraceItalic,asClassUnderline,asInterfaceUnderline,asOperatorItalic,asOperatorStrikethrough,asBracketColor,asClassBold,asReservedUnderline,asASDocBold,asReservedStrikethrough,asTextStrikethrough,asMetadataBold,asMetadataItalic,asBracketItalic,asReservedBold,asInterfaceItalic,asBracketStrikethrough,

View File

@@ -1,57 +0,0 @@
cssCommentBold=false
cssCommentColor=\#C7DD0C
cssCommentItalic=false
cssCommentStrikethrough=false
cssCommentUnderline=false
cssFontFaceBold=false
cssFontFaceColor=\#8DCBE2
cssFontFaceItalic=false
cssFontFaceStrikethrough=false
cssFontFaceUnderline=false
cssImportBold=false
cssImportColor=\#8DCBE2
cssImportItalic=false
cssImportStrikethrough=false
cssImportUnderline=false
cssMediaBold=false
cssMediaColor=\#8DCBE2
cssMediaItalic=false
cssMediaStrikethrough=false
cssMediaUnderline=false
cssNamespaceBold=false
cssNamespaceColor=\#D8D8D8
cssNamespaceItalic=false
cssNamespaceStrikethrough=false
cssNamespaceUnderline=false
cssPropertyNameBold=false
cssPropertyNameColor=\#BED6FF
cssPropertyNameItalic=false
cssPropertyNameStrikethrough=false
cssPropertyNameUnderline=false
cssPropertyValueBold=false
cssPropertyValueColor=\#FFC600
cssPropertyValueItalic=false
cssPropertyValueStrikethrough=false
cssPropertyValueUnderline=false
cssSelectorBold=false
cssSelectorColor=\#79ABFF
cssSelectorItalic=false
cssSelectorStrikethrough=false
cssSelectorUnderline=false
cssStringBold=false
cssStringColor=\#FFC600
cssStringItalic=false
cssStringStrikethrough=false
cssStringUnderline=false
cssSymbolBold=false
cssSymbolColor=\#8DCBE2
cssSymbolItalic=false
cssSymbolStrikethrough=false
cssSymbolUnderline=false
cssTextBold=false
cssTextColor=\#D8D8D8
cssTextItalic=false
cssTextStrikethrough=false
cssTextUnderline=false
eclipse.preferences.version=1
overriddenByCSS=,cssNamespaceStrikethrough,cssImportBold,cssFontFaceBold,cssPropertyValueItalic,cssTextColor,cssStringColor,cssSymbolColor,cssSelectorItalic,cssTextStrikethrough,cssMediaItalic,cssStringItalic,cssStringUnderline,cssStringBold,cssStringStrikethrough,cssPropertyNameStrikethrough,cssMediaBold,cssImportItalic,cssCommentBold,cssNamespaceItalic,cssPropertyValueBold,cssTextUnderline,cssFontFaceItalic,cssSymbolStrikethrough,cssMediaStrikethrough,cssPropertyNameItalic,cssCommentStrikethrough,cssNamespaceColor,cssImportUnderline,cssPropertyValueColor,cssMediaColor,cssTextBold,cssFontFaceStrikethrough,cssMediaUnderline,cssSelectorStrikethrough,cssPropertyNameBold,cssNamespaceUnderline,cssSelectorColor,cssImportColor,cssPropertyValueStrikethrough,cssFontFaceColor,cssCommentColor,cssImportStrikethrough,cssCommentItalic,cssSymbolItalic,cssPropertyValueUnderline,cssTextItalic,cssNamespaceBold,cssCommentUnderline,cssSymbolUnderline,cssPropertyNameColor,cssFontFaceUnderline,cssSelectorUnderline,cssPropertyNameUnderline,cssSelectorBold,cssSymbolBold,

View File

@@ -1,37 +0,0 @@
asASDocBold=false
asASDocColor=\#CCDF32
asASDocItalic=false
asASDocStrikethrough=false
asASDocUnderline=false
eclipse.preferences.version=1
mxmlCommentBold=false
mxmlCommentColor=\#C7DD0C
mxmlCommentItalic=false
mxmlCommentStrikethrough=false
mxmlCommentUnderline=false
mxmlComponentTagBold=false
mxmlComponentTagColor=\#BED6FF
mxmlComponentTagItalic=false
mxmlComponentTagStrikethrough=false
mxmlComponentTagUnderline=false
mxmlProcessingInstructionBold=false
mxmlProcessingInstructionColor=\#FFFFFF
mxmlProcessingInstructionItalic=false
mxmlProcessingInstructionStrikethrough=false
mxmlProcessingInstructionUnderline=false
mxmlStringBold=false
mxmlStringColor=\#FFC600
mxmlStringItalic=false
mxmlStringStrikethrough=false
mxmlStringUnderline=false
mxmlTagBold=false
mxmlTagColor=\#79ABFF
mxmlTagItalic=false
mxmlTagStrikethrough=false
mxmlTagUnderline=false
mxmlTextBold=false
mxmlTextColor=\#D8D8D8
mxmlTextItalic=false
mxmlTextStrikethrough=false
mxmlTextUnderline=false
overriddenByCSS=,mxmlProcessingInstructionStrikethrough,mxmlProcessingInstructionBold,mxmlTextBold,mxmlComponentTagStrikethrough,mxmlTextUnderline,asASDocItalic,mxmlProcessingInstructionUnderline,mxmlTagColor,asASDocColor,mxmlCommentStrikethrough,mxmlComponentTagItalic,mxmlCommentItalic,mxmlTagUnderline,mxmlComponentTagBold,mxmlStringColor,mxmlTagBold,mxmlProcessingInstructionItalic,mxmlStringBold,mxmlStringUnderline,mxmlTextStrikethrough,mxmlCommentUnderline,mxmlStringItalic,asASDocUnderline,mxmlProcessingInstructionColor,mxmlStringStrikethrough,mxmlComponentTagColor,asASDocBold,mxmlTagStrikethrough,mxmlTextColor,mxmlTextItalic,mxmlTagItalic,asASDocStrikethrough,mxmlComponentTagUnderline,mxmlCommentColor,mxmlCommentBold,

View File

@@ -1,46 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,semanticHighlighting.ts_interface.enabled,semanticHighlighting.ts_interface.color,semanticHighlighting.ts_class.italic,semanticHighlighting.ts_localVariable.bold,ts_java_doc,semanticHighlighting.ts_class.bold,semanticHighlighting.ts_interface.underline,semanticHighlighting.ts_module.underline,semanticHighlighting.ts_method.color,semanticHighlighting.ts_module.color,semanticHighlighting.ts_module.bold,semanticHighlighting.ts_module.enabled,semanticHighlighting.ts_method.strikethrough,semanticHighlighting.ts_class.enabled,ts_reference,ts_keyword,ts_brackets,ts_comment,semanticHighlighting.ts_classProperty.strikethrough,semanticHighlighting.ts_method.bold,semanticHighlighting.ts_localVariable.enabled,ts_default,semanticHighlighting.ts_interface.bold,semanticHighlighting.ts_classProperty.color,semanticHighlighting.ts_method.underline,semanticHighlighting.ts_localVariable.color,semanticHighlighting.ts_classProperty.enabled,semanticHighlighting.ts_classProperty.underline,semanticHighlighting.ts_localVariable.strikethrough,semanticHighlighting.ts_interface.strikethrough,semanticHighlighting.ts_class.strikethrough,semanticHighlighting.ts_method.enabled,semanticHighlighting.ts_module.italic,semanticHighlighting.ts_module.strikethrough,semanticHighlighting.ts_class.underline,semanticHighlighting.ts_localVariable.underline,semanticHighlighting.ts_classProperty.bold,ts_number,semanticHighlighting.ts_method.italic,semanticHighlighting.ts_class.color,semanticHighlighting.ts_classProperty.italic,semanticHighlighting.ts_localVariable.italic,semanticHighlighting.ts_interface.italic,ts_string,
semanticHighlighting.ts_class.bold=false
semanticHighlighting.ts_class.color=210,82,82
semanticHighlighting.ts_class.enabled=true
semanticHighlighting.ts_class.italic=false
semanticHighlighting.ts_class.strikethrough=false
semanticHighlighting.ts_class.underline=false
semanticHighlighting.ts_classProperty.bold=false
semanticHighlighting.ts_classProperty.color=190,214,255
semanticHighlighting.ts_classProperty.enabled=true
semanticHighlighting.ts_classProperty.italic=false
semanticHighlighting.ts_classProperty.strikethrough=false
semanticHighlighting.ts_classProperty.underline=false
semanticHighlighting.ts_interface.bold=false
semanticHighlighting.ts_interface.color=209,151,217
semanticHighlighting.ts_interface.enabled=true
semanticHighlighting.ts_interface.italic=false
semanticHighlighting.ts_interface.strikethrough=false
semanticHighlighting.ts_interface.underline=false
semanticHighlighting.ts_localVariable.bold=false
semanticHighlighting.ts_localVariable.color=121,171,255
semanticHighlighting.ts_localVariable.enabled=true
semanticHighlighting.ts_localVariable.italic=false
semanticHighlighting.ts_localVariable.strikethrough=false
semanticHighlighting.ts_localVariable.underline=false
semanticHighlighting.ts_method.bold=false
semanticHighlighting.ts_method.color=255,255,255
semanticHighlighting.ts_method.enabled=true
semanticHighlighting.ts_method.italic=false
semanticHighlighting.ts_method.strikethrough=false
semanticHighlighting.ts_method.underline=false
semanticHighlighting.ts_module.bold=false
semanticHighlighting.ts_module.color=210,82,82
semanticHighlighting.ts_module.enabled=true
semanticHighlighting.ts_module.italic=false
semanticHighlighting.ts_module.strikethrough=false
semanticHighlighting.ts_module.underline=false
ts_brackets=216,216,216
ts_comment=199,221,12
ts_default=216,216,216
ts_java_doc=204,223,50
ts_keyword=141,203,226
ts_number=127,179,71
ts_reference=255,255,255
ts_string=255,198,0

View File

@@ -1,16 +0,0 @@
codeStyleNormal=\#D8D8D8 | null | null | null | null | null
eclipse.preferences.version=1
editorBlocknameColor=\#8DCBE2 | null | null | null | null | null
editorColorBoundarymaker=\#D8D8D8 | null | null | null | null | null
editorColorComment=\#C7DD0C | null | null | false | null | null
editorColorHeredoc=\#CCDF32 | null | null | false | null | null
editorColorKeyword=\#8DCBE2 | null | null | null | null | null
editorColorLineComment=\#C7DD0C | null | null | false | null | null
editorColorNumber=\#7FB347 | null | null | null | null | null
editorColorPHPDocComment=\#CCDF32 | null | null | false | null | null
editorColorPhpdoc=\#CCDF32 | null | null | false | null | null
editorColorString=\#FFC600 | null | null | null | null | null
editorColorTask=\#CCDF32 | null | null | false | null | null
editorColorVariable=\#79ABFF | null | null | null | null | null
editorStmtColorBoundarymaker=\#D8D8D8 | null | null | null | null | null
overriddenByCSS=,editorColorHeredoc,editorColorPhpdoc,codeStyleNormal,editorColorComment,editorColorTask,editorColorVariable,editorBlocknameColor,editorColorBoundarymaker,editorColorPHPDocComment,editorColorString,editorStmtColorBoundarymaker,editorColorKeyword,editorColorLineComment,editorColorNumber,

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
last.upload.time=1577372112826

View File

@@ -1,11 +0,0 @@
applyBackground=false
approved.defs.file.last.changed.time=1540329737000
configurationInstallLocation=/D\:/JavaIDE/eclipse-jee-2019-12/
eclipse.preferences.version=1
elearning.dont.show.until=1578408851549
iconcolormode=primary
last.download.attempt.time=1551788196373
lastConfiguration=1577371928158
newinstall=false
showWelcomeDialog=false
workbench.theme=Dark Gray

View File

@@ -1,3 +0,0 @@
colorTheme=Darkest Dark
colorThemeExplicit=true
eclipse.preferences.version=1

View File

@@ -1,26 +0,0 @@
eclipse.preferences.version=1
editor.coloring2.attribute=255,255,255
editor.coloring2.attribute\#dark\#=255,255,255
editor.coloring2.character=255,198,0
editor.coloring2.character\#dark\#=255,198,0
editor.coloring2.comment=199,221,12
editor.coloring2.comment\#dark\#=199,221,12
editor.coloring2.default=216,216,216
editor.coloring2.default\#dark\#=216,216,216
editor.coloring2.doc_comment=204,223,50
editor.coloring2.doc_comment\#dark\#=204,223,50
editor.coloring2.keyword=141,203,226
editor.coloring2.keyword\#dark\#=141,203,226
editor.coloring2.keyword_boolean=141,203,226
editor.coloring2.keyword_boolean\#dark\#=141,203,226
editor.coloring2.keyword_self=210,82,82
editor.coloring2.keyword_self\#dark\#=210,82,82
editor.coloring2.lifetime=255,255,255
editor.coloring2.lifetime\#dark\#=255,255,255
editor.coloring2.macro_call=255,255,255
editor.coloring2.macro_call\#dark\#=255,255,255
editor.coloring2.number=127,179,71
editor.coloring2.number\#dark\#=127,179,71
editor.coloring2.string=255,198,0
editor.coloring2.string\#dark\#=255,198,0
overriddenByCSS=,editor.coloring2.number\#dark\#,editor.coloring2.string\#dark\#,editor.coloring2.keyword_self\#dark\#,editor.coloring2.default,editor.coloring2.lifetime\#dark\#,editor.coloring2.character\#dark\#,editor.coloring2.keyword_self,editor.coloring2.attribute,editor.coloring2.character,editor.coloring2.attribute\#dark\#,editor.coloring2.keyword,editor.coloring2.default\#dark\#,editor.coloring2.keyword\#dark\#,editor.coloring2.string,editor.coloring2.macro_call\#dark\#,editor.coloring2.macro_call,editor.coloring2.comment\#dark\#,editor.coloring2.doc_comment\#dark\#,editor.coloring2.comment,editor.coloring2.keyword_boolean,editor.coloring2.number,editor.coloring2.keyword_boolean\#dark\#,editor.coloring2.doc_comment,editor.coloring2.lifetime,

View File

@@ -1,38 +0,0 @@
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color=199,221,12
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color=216,216,216
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color=255,255,255
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color=141,203,226
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color=255,255,255
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color=191,164,164
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color=191,164,164
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color=255,198,0
eclipse.preferences.version=1
overriddenByCSS=,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color,

View File

@@ -1,13 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,syntax_highlighting_value,syntax_highlighting_text,syntax_highlighting_builtin_function,syntax_highlighting_keyword,syntax_highlighting_string,syntax_highlighting_character,syntax_highlighting_multiline_string,syntax_highlighting_comment,syntax_highlighting_primitive,syntax_highlighting_operator,syntax_highlighting_syntax_chars,
syntax_highlighting_builtin_function=255,255,255
syntax_highlighting_character=255,198,0
syntax_highlighting_comment=199,221,12
syntax_highlighting_keyword=141,203,226
syntax_highlighting_multiline_string=255,198,0
syntax_highlighting_operator=216,216,216
syntax_highlighting_primitive=127,179,71
syntax_highlighting_string=255,198,0
syntax_highlighting_syntax_chars=216,216,216
syntax_highlighting_text=216,216,216
syntax_highlighting_value=127,179,71

View File

@@ -1,10 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,syntaxColoring.numberLiteral.color,syntaxColoring.operator.color,syntaxColoring.comment.color,syntaxColoring.keyword.color,syntaxColoring.regExpLiteral.color,syntaxColoring.stringLiteral.color,syntaxColoring.identifier.color,syntaxColoring.punctuation.color,
syntaxColoring.comment.color=199,221,12
syntaxColoring.identifier.color=216,216,216
syntaxColoring.keyword.color=141,203,226
syntaxColoring.numberLiteral.color=127,179,71
syntaxColoring.operator.color=216,216,216
syntaxColoring.punctuation.color=216,216,216
syntaxColoring.regExpLiteral.color=255,198,0
syntaxColoring.stringLiteral.color=255,198,0

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +0,0 @@
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color=216,216,216
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color=210,82,82
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color=141,203,226
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color=127,179,71
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color=216,216,216
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color=255,198,0
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color=204,223,50
eclipse.preferences.version=1
overriddenByCSS=,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color,

View File

@@ -1,27 +0,0 @@
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=199,221,12
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=141,203,226
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=141,203,226
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=127,179,71
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=255,198,0
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=210,82,82
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=255,198,0
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216
eclipse.preferences.version=1
overriddenByCSS=,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color,

View File

@@ -1,17 +0,0 @@
eclipse.preferences.version=1
java_doc_default=204,223,50
java_doc_keyword=217,229,119
java_doc_link=217,229,119
java_doc_tag=217,229,119
js_default=216,216,216
js_keyword=141,203,226
js_keyword_return=141,203,226
js_ml_comment=199,221,12
js_operator=216,216,216
js_regexp=255,198,0
js_reserved=141,203,226
js_sl_comment=199,221,12
js_ssi=190,214,255
js_string=255,198,0
js_task_tag=217,229,119
overriddenByCSS=,js_default,java_doc_default,java_doc_link,js_keyword_return,js_operator,js_string,js_regexp,js_reserved,js_ml_comment,js_ssi,java_doc_tag,js_sl_comment,js_task_tag,js_keyword,java_doc_keyword,

View File

@@ -1,10 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,xml_doctype,xml_task_tag,xml_tags,xml_default,xml_comments,xml_attr_value,xml_proc_instr,xml_cdata,
xml_attr_value=255,198,0
xml_cdata=216,216,216
xml_comments=199,221,12
xml_default=216,216,216
xml_doctype=255,255,255
xml_proc_instr=216,216,216
xml_tags=190,214,255
xml_task_tag=204,223,50

View File

@@ -1,17 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,syntaxcolor.private.non.system.symbol,syntaxcolor.symbol.conflict.local,syntaxcolor.live.bracket.matching.color,syntaxcolor.public.non.system.symbols,syntaxcolor.live.bracket.matching.italic,syntaxcolor.live.bracket.matching.strikethrough,syntaxcolor.symbol.package,syntaxcolor.symbol.system,syntaxcolor.symbol.local,syntaxcolor.number.literal,syntaxcolor.live.bracket.matching.underline,syntaxcolor.live.bracket.matching.enabled,syntaxcolor.comment,syntaxcolor.string.literal,syntaxcolor.live.bracket.matching.bold,
syntaxcolor.comment=199,221,12
syntaxcolor.live.bracket.matching.bold=false
syntaxcolor.live.bracket.matching.color=255,198,0
syntaxcolor.live.bracket.matching.enabled=true
syntaxcolor.live.bracket.matching.italic=false
syntaxcolor.live.bracket.matching.strikethrough=false
syntaxcolor.live.bracket.matching.underline=false
syntaxcolor.number.literal=127,179,71
syntaxcolor.private.non.system.symbol=190,214,255
syntaxcolor.public.non.system.symbols=210,82,82
syntaxcolor.string.literal=255,198,0
syntaxcolor.symbol.conflict.local=210,82,82
syntaxcolor.symbol.local=121,171,255
syntaxcolor.symbol.package=190,214,255
syntaxcolor.symbol.system=141,203,226

View File

@@ -1,7 +0,0 @@
//editors/optionsParameters.background=25,29,31
//editors/optionsParameters.foreground=216,216,216
//editors/optionsProposals.background=25,29,31
//editors/optionsProposals.foreground=216,216,216
MatchingBrackets.color=65,65,4
eclipse.preferences.version=1
overriddenByCSS=,editors/optionsParameters.foreground,editors/optionsProposals.foreground,editors/optionsParameters.background,MatchingBrackets.color,editors/optionsProposals.background,

View File

@@ -1,132 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,text_Rd_rdUnlistedTag.bold,rdBrackets.italic,text_R_rIndexing.italic,text_Rd_rdSubSectionTag.underline,text_R_rDefault.italic,text_R_rLogicalConstants.bold,text_R_rRoxygen.strikethrough,text_R_rString.color,text_R_rIndexing.bold,text_R_rRoxygen.bold,text_R_rAssignment.Equalsign.underline,text_R_rDefault.bold,text_R_rLogicalConstants.strikethrough,text_R_rNumbers.italic,text_R_rUndefined.color,text_R_rDefault.color,text_R_rOtherOperators.color,text_R_rAssignment.Equalsign.color,text_R_rAssignment.color,text_R_rRoxygenTag.color,text_R_rAssignment.strikethrough,text_Rd_rdOtherTag.bold,text_R_rIndexing.underline,text_R_rOtherOperators.italic,text_Rd_rdSectionTag.color,text_R_rSpecialConstants.underline,text_R_rOtherOperators.bold,text_R_rSeparators.strikethrough,text_R_rSpecialConstants.strikethrough,text_Rd_rdSectionTag.strikethrough,text_Rd_rdComment.underline,text_Rd_taskTag.color,text_R_rFlowcontrol.strikethrough,text_R_rString.underline,text_Rd_rdUnlistedTag.strikethrough,text_Rd_rdSectionTag.bold,text_R_rNumbers.color,text_R_rFlowcontrol.color,text_Rd_rdSubSectionTag.bold,text_Rd_taskTag.bold,text_R_rDefault.strikethrough,text_Rd_rdComment.italic,text_R_rRoxygenTag.strikethrough,text_R_rLogicalConstants.italic,text_R_rDefault.underline,text_Rd_rdComment.color,text_R_rSeparators.bold,text_R_taskTag.italic,text_Rd_taskTag.italic,text_Rd_rdSubSectionTag.italic,text_Rd_rdDefault.strikethrough,text_R_rGrouping.strikethrough,text_Rd_rdComment.bold,text_R_rComment.color,text_R_rGrouping.italic,text_Rd_rdDefault.bold,text_Rd_rdDefault.color,text_R_rAssignment.Equalsign.italic,text_Rd_taskTag.underline,rdBrackets.color,text_R_rGrouping.bold,text_Rd_rdUnlistedTag.italic,text_Rd_rdSectionTag.underline,text_R_rComment.bold,text_R_rOtherOperators.underline,text_R_rRoxygen.underline,text_Rd_rdPlatformSpecif.strikethrough,text_R_rRoxygen.color,text_Rd_rdPlatformSpecif.bold,text_Rd_rdDefault.underline,text_R_taskTag.color,text_Rd_rdSubSectionTag.strikethrough,text_R_rSpecialConstants.italic,text_R_rRoxygenTag.italic,text_R_rLogicalConstants.color,text_R_rUndefined.italic,text_R_rRoxygen.italic,text_R_rNumbers.bold,text_R_rAssignment.Equalsign.strikethrough,text_R_rSeparators.underline,text_R_rString.italic,text_Rd_rdOtherTag.italic,text_R_rLogicalConstants.underline,text_Rd_rdPlatformSpecif.italic,rdBrackets.underline,rdBrackets.strikethrough,text_Rd_rdPlatformSpecif.color,text_Rd_rdOtherTag.strikethrough,text_R_rAssignment.Equalsign.bold,text_R_rOtherOperators.strikethrough,text_R_rGrouping.underline,text_R_rRoxygenTag.underline,text_R_rSeparators.color,text_R_rSpecialConstants.color,rdBrackets.bold,text_R_rAssignment.underline,text_R_rFlowcontrol.italic,text_Rd_rdOtherTag.underline,text_R_rAssignment.italic,text_R_rAssignment.bold,text_R_rIndexing.strikethrough,text_Rd_rdDefault.italic,text_R_rGrouping.color,text_R_rFlowcontrol.underline,text_Rd_rdUnlistedTag.color,text_Rd_rdPlatformSpecif.underline,text_R_rFlowcontrol.bold,text_R_rUndefined.bold,text_Rd_rdComment.strikethrough,text_R_rIndexing.color,text_R_rSpecialConstants.bold,text_R_rRoxygenTag.bold,text_R_rNumbers.strikethrough,text_R_rSeparators.italic,text_R_rString.bold,text_R_rString.strikethrough,text_R_rComment.underline,text_R_rNumbers.underline,text_R_rUndefined.underline,text_Rd_rdOtherTag.color,text_Rd_rdSectionTag.italic,text_R_taskTag.strikethrough,text_Rd_rdSubSectionTag.color,text_R_taskTag.underline,text_R_taskTag.bold,text_R_rComment.strikethrough,text_R_rUndefined.strikethrough,text_Rd_rdUnlistedTag.underline,text_R_rComment.italic,text_Rd_taskTag.strikethrough,
rdBrackets.bold=false
rdBrackets.color=216,216,216
rdBrackets.italic=false
rdBrackets.strikethrough=false
rdBrackets.underline=false
text_R_rAssignment.Equalsign.bold=false
text_R_rAssignment.Equalsign.color=216,216,216
text_R_rAssignment.Equalsign.italic=false
text_R_rAssignment.Equalsign.strikethrough=false
text_R_rAssignment.Equalsign.underline=false
text_R_rAssignment.bold=false
text_R_rAssignment.color=216,216,216
text_R_rAssignment.italic=false
text_R_rAssignment.strikethrough=false
text_R_rAssignment.underline=false
text_R_rComment.bold=false
text_R_rComment.color=199,221,12
text_R_rComment.italic=false
text_R_rComment.strikethrough=false
text_R_rComment.underline=false
text_R_rDefault.bold=false
text_R_rDefault.color=216,216,216
text_R_rDefault.italic=false
text_R_rDefault.strikethrough=false
text_R_rDefault.underline=false
text_R_rFlowcontrol.bold=false
text_R_rFlowcontrol.color=141,203,226
text_R_rFlowcontrol.italic=false
text_R_rFlowcontrol.strikethrough=false
text_R_rFlowcontrol.underline=false
text_R_rGrouping.bold=false
text_R_rGrouping.color=216,216,216
text_R_rGrouping.italic=false
text_R_rGrouping.strikethrough=false
text_R_rGrouping.underline=false
text_R_rIndexing.bold=false
text_R_rIndexing.color=216,216,216
text_R_rIndexing.italic=false
text_R_rIndexing.strikethrough=false
text_R_rIndexing.underline=false
text_R_rLogicalConstants.bold=false
text_R_rLogicalConstants.color=239,192,144
text_R_rLogicalConstants.italic=false
text_R_rLogicalConstants.strikethrough=false
text_R_rLogicalConstants.underline=false
text_R_rNumbers.bold=false
text_R_rNumbers.color=127,179,71
text_R_rNumbers.italic=false
text_R_rNumbers.strikethrough=false
text_R_rNumbers.underline=false
text_R_rOtherOperators.bold=false
text_R_rOtherOperators.color=216,216,216
text_R_rOtherOperators.italic=false
text_R_rOtherOperators.strikethrough=false
text_R_rOtherOperators.underline=false
text_R_rRoxygen.bold=false
text_R_rRoxygen.color=204,223,50
text_R_rRoxygen.italic=false
text_R_rRoxygen.strikethrough=false
text_R_rRoxygen.underline=false
text_R_rRoxygenTag.bold=false
text_R_rRoxygenTag.color=217,229,119
text_R_rRoxygenTag.italic=false
text_R_rRoxygenTag.strikethrough=false
text_R_rRoxygenTag.underline=false
text_R_rSeparators.bold=false
text_R_rSeparators.color=216,216,216
text_R_rSeparators.italic=false
text_R_rSeparators.strikethrough=false
text_R_rSeparators.underline=false
text_R_rSpecialConstants.bold=false
text_R_rSpecialConstants.color=239,192,144
text_R_rSpecialConstants.italic=false
text_R_rSpecialConstants.strikethrough=false
text_R_rSpecialConstants.underline=false
text_R_rString.bold=false
text_R_rString.color=255,198,0
text_R_rString.italic=false
text_R_rString.strikethrough=false
text_R_rString.underline=false
text_R_rUndefined.bold=false
text_R_rUndefined.color=210,82,82
text_R_rUndefined.italic=false
text_R_rUndefined.strikethrough=true
text_R_rUndefined.underline=false
text_R_taskTag.bold=false
text_R_taskTag.color=204,223,50
text_R_taskTag.italic=false
text_R_taskTag.strikethrough=false
text_R_taskTag.underline=false
text_Rd_rdComment.bold=false
text_Rd_rdComment.color=199,221,12
text_Rd_rdComment.italic=false
text_Rd_rdComment.strikethrough=false
text_Rd_rdComment.underline=false
text_Rd_rdDefault.bold=false
text_Rd_rdDefault.color=216,216,216
text_Rd_rdDefault.italic=false
text_Rd_rdDefault.strikethrough=false
text_Rd_rdDefault.underline=false
text_Rd_rdOtherTag.bold=false
text_Rd_rdOtherTag.color=121,171,255
text_Rd_rdOtherTag.italic=false
text_Rd_rdOtherTag.strikethrough=false
text_Rd_rdOtherTag.underline=false
text_Rd_rdPlatformSpecif.bold=false
text_Rd_rdPlatformSpecif.color=190,214,255
text_Rd_rdPlatformSpecif.italic=false
text_Rd_rdPlatformSpecif.strikethrough=false
text_Rd_rdPlatformSpecif.underline=false
text_Rd_rdSectionTag.bold=false
text_Rd_rdSectionTag.color=210,82,82
text_Rd_rdSectionTag.italic=false
text_Rd_rdSectionTag.strikethrough=false
text_Rd_rdSectionTag.underline=false
text_Rd_rdSubSectionTag.bold=false
text_Rd_rdSubSectionTag.color=255,255,255
text_Rd_rdSubSectionTag.italic=false
text_Rd_rdSubSectionTag.strikethrough=false
text_Rd_rdSubSectionTag.underline=false
text_Rd_rdUnlistedTag.bold=false
text_Rd_rdUnlistedTag.color=190,214,255
text_Rd_rdUnlistedTag.italic=false
text_Rd_rdUnlistedTag.strikethrough=false
text_Rd_rdUnlistedTag.underline=false
text_Rd_taskTag.bold=false
text_Rd_taskTag.color=204,223,50
text_Rd_taskTag.italic=false
text_Rd_taskTag.strikethrough=false
text_Rd_taskTag.underline=false

View File

@@ -1,19 +0,0 @@
eclipse.preferences.version=1
hx_editor_brace_color=216,216,216
hx_editor_bracket_color=216,216,216
hx_editor_comment_color=199,221,12
hx_editor_conditional_compilation_color=141,203,226
hx_editor_declare_keywords_color=141,203,226
hx_editor_default_color=216,216,216
hx_editor_haxe_doc_color=204,223,50
hx_editor_keywords_color=141,203,226
hx_editor_multiline_comment_color=199,221,12
hx_editor_number_color=127,179,71
hx_editor_regexpr_color=216,216,216
hx_editor_string_color=255,198,0
hx_editor_template_color=255,198,0
hx_editor_type_color=210,82,82
hxml_editor_comment_color=199,221,12
hxml_editor_default_color=216,216,216
hxml_editor_option_color=141,203,226
overriddenByCSS=,hx_editor_comment_color,hx_editor_bracket_color,hx_editor_type_color,hx_editor_template_color,hx_editor_haxe_doc_color,hx_editor_default_color,hx_editor_string_color,hx_editor_conditional_compilation_color,hx_editor_declare_keywords_color,hx_editor_keywords_color,hxml_editor_comment_color,hxml_editor_default_color,hxml_editor_option_color,hx_editor_regexpr_color,hx_editor_number_color,hx_editor_brace_color,hx_editor_multiline_comment_color,

View File

@@ -1,7 +0,0 @@
backgroundColor=25,29,31
commentColor=199,221,12
eclipse.preferences.version=1
keyColor=216,216,216
overriddenByCSS=,separatorColor,backgroundColor,keyColor,commentColor,valueColor,
separatorColor=216,216,216
valueColor=255,198,0

View File

@@ -1,6 +0,0 @@
defaultColor=216,216,216
eclipse.preferences.version=1
nullColor=216,216,216
overriddenByCSS=,defaultColor,nullColor,stringColor,valueColor,
stringColor=255,198,0
valueColor=190,214,255

View File

@@ -1,17 +0,0 @@
charColor=255,198,0
commentColor=199,221,12
conColor=210,82,82
cppColor=255,255,255
docColor=204,223,50
eclipse.preferences.version=1
functionColor=216,216,216
keywordColor=141,203,226
literateCommentColor=199,221,12
overriddenByCSS=,conColor,thColor,sourceHoverBackgroundColor,symbolColor,keywordColor,literateCommentColor,varSymColor,varColor,functionColor,cppColor,docColor,charColor,commentColor,pragmaColor,stringColor,
pragmaColor=199,221,12
sourceHoverBackgroundColor=0,0,0
stringColor=255,198,0
symbolColor=216,216,216
thColor=255,255,255
varColor=216,216,216
varSymColor=216,216,216

View File

@@ -1,16 +0,0 @@
cmd.TexColor=255,255,255
com.TexColor=199,221,12
crl.TexColor=121,171,255
def.BibColor=216,216,216
def.TexColor=216,216,216
eclipse.preferences.version=1
equ.TexColor=255,198,0
key.BibColor=141,203,226
num.TexColor=127,179,71
overriddenByCSS=,spe.TexColor,cmd.TexColor,equ.TexColor,com.TexColor,num.TexColor,str.BibColor,key.BibColor,typ.BibColor,sqr.TexColor,def.TexColor,verb.TexColor,def.BibColor,crl.TexColor,slc.BibColor,
slc.BibColor=199,221,12
spe.TexColor=255,255,255
sqr.TexColor=121,171,255
str.BibColor=255,198,0
typ.BibColor=210,82,82
verb.TexColor=190,214,255

View File

@@ -1,17 +0,0 @@
eclipse.preferences.version=1
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color=141,203,226
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color=199,221,12
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color=216,216,216
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color=141,203,226
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color=141,203,226
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color=127,179,71
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color=190,214,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color=255,198,0
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color=190,214,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color=121,171,255
overriddenByCSS=,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color,

View File

@@ -1,7 +0,0 @@
eclipse.preferences.version=1
editor.color.default=216,216,216
editor.color.procInstr=255,255,255
editor.color.string=255,198,0
editor.color.tag=255,255,255
editor.color.xmlComment=199,221,12
overriddenByCSS=,editor.color.string,editor.color.tag,editor.color.default,editor.color.procInstr,editor.color.xmlComment,

View File

@@ -1,30 +0,0 @@
AbstractTextEditor.Color.Background=25,29,31
SQLCommentColor=199,221,12
SQLKeywordColor=141,203,226
SQLOperatorColor=216,216,216
SQLStringColor=255,198,0
SQLTextColor=216,216,216
cfcommentBackgroundColor=25,29,31
cfcommentColor=199,221,12
cfkeywordColor=141,203,226
cfnumberColor=127,179,71
cfscriptKeywordColor=141,203,226
cfscriptStringColor=255,198,0
cfscriptTextColor=216,216,216
cfscriptfunctionColor=255,255,255
cfstringColor=255,198,0
cftagColor=121,171,255
cftaglibColor=217,229,119
cssTextColor=216,216,216
currentLineColor=50,57,62
defaultTextColor=216,216,216
eclipse.preferences.version=1
htmCommentColor=199,221,12
htmFormTagColor=121,171,255
htmTableTagColor=121,171,255
htmTagColor=121,171,255
javascriptColor=216,216,216
javascriptFunction=255,255,255
overriddenByCSS=,cfscriptKeywordColor,javascriptFunction,cftaglibColor,htmFormTagColor,cssTextColor,SQLOperatorColor,htmTableTagColor,cfcommentBackgroundColor,currentLineColor,htmCommentColor,cfscriptTextColor,cfscriptfunctionColor,cfscriptStringColor,javascriptColor,cftagColor,AbstractTextEditor.Color.Background,unknowTagColors,cfstringColor,SQLCommentColor,htmTagColor,SQLStringColor,cfnumberColor,cfkeywordColor,SQLTextColor,defaultTextColor,SQLKeywordColor,cfcommentColor,stringColor,
stringColor=255,198,0
unknowTagColors=210,82,82

View File

@@ -1,8 +0,0 @@
color_comment=199,221,12
color_doc=204,223,50
color_keyword=141,203,226
color_normal=216,216,216
color_number=127,179,71
color_string=255,198,0
eclipse.preferences.version=1
overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword,

View File

@@ -1,27 +0,0 @@
eclipse.preferences.version=1
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=199,221,12
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=141,203,226
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=141,203,226
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=127,179,71
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=255,198,0
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=210,82,82
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=255,198,0
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216
overriddenByCSS=,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color,

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +0,0 @@
colorAliasPreferences=216,216,216
colorAnchorPreferences=216,216,216
colorCommentPreference=199,221,12
colorConstantPreferences=255,255,255
colorDefaultPreference=216,216,216
colorDocumentPreference=216,216,216
colorFlowCharacterPreferences=216,216,216
colorKeyPreference=255,255,255
colorScalarPreference=255,198,0
colorTagPropertyPreferences=216,216,216
eclipse.preferences.version=1
overriddenByCSS=,colorDocumentPreference,colorDefaultPreference,colorTagPropertyPreferences,colorKeyPreference,colorFlowCharacterPreferences,colorAliasPreferences,colorAnchorPreferences,colorCommentPreference,colorConstantPreferences,colorScalarPreference,

View File

@@ -1,6 +0,0 @@
angularExpression=\#FFC600 | null | null | null | null | null
angularExpressionBorder=\#D8D8D8 | null | null | null | null | null
directiveName=\#8DCBE2 | null | null | null | null | null
directiveParameterName=\#BED6FF | null | null | null | null | null
eclipse.preferences.version=1
overriddenByCSS=,angularExpression,directiveName,angularExpressionBorder,directiveParameterName,

View File

@@ -1,13 +0,0 @@
eclipse.preferences.version=1
org.eclipse.ant.ui.Color=203,78,78
org.eclipse.ant.ui.commentsColor=199,221,12
org.eclipse.ant.ui.constantStringsColor=255,198,0
org.eclipse.ant.ui.debugColor=233,235,237
org.eclipse.ant.ui.dtdColor=255,255,255
org.eclipse.ant.ui.informationColor=121,171,255
org.eclipse.ant.ui.processingInstructionsColor=216,216,216
org.eclipse.ant.ui.tagsColor=255,255,255
org.eclipse.ant.ui.textColor=216,216,216
org.eclipse.ant.ui.verboseColor=209,151,217
org.eclipse.ant.ui.warningColor=255,198,0
overriddenByCSS=,org.eclipse.ant.ui.Color,org.eclipse.ant.ui.commentsColor,org.eclipse.ant.ui.constantStringsColor,org.eclipse.ant.ui.debugColor,org.eclipse.ant.ui.dtdColor,org.eclipse.ant.ui.informationColor,org.eclipse.ant.ui.processingInstructionsColor,org.eclipse.ant.ui.tagsColor,org.eclipse.ant.ui.textColor,org.eclipse.ant.ui.verboseColor,org.eclipse.ant.ui.warningColor,

View File

@@ -1,5 +0,0 @@
disassembly.addressColor=63,209,63
disassembly.codeBytesColor=218,29,67
disassembly.functionOffsetsColor=218,29,67
eclipse.preferences.version=1
overriddenByCSS=,disassembly.addressColor,disassembly.codeBytesColor,disassembly.functionOffsetsColor,

View File

@@ -1,8 +0,0 @@
eclipse.preferences.version=1
org.eclipse.cdt.make.ui.editor.comment=199,221,12
org.eclipse.cdt.make.ui.editor.default=216,216,216
org.eclipse.cdt.make.ui.editor.function=255,255,255
org.eclipse.cdt.make.ui.editor.keyword=141,203,226
org.eclipse.cdt.make.ui.editor.macro_def=190,214,255
org.eclipse.cdt.make.ui.editor.macro_ref=190,214,255
overriddenByCSS=,org.eclipse.cdt.make.ui.editor.comment,org.eclipse.cdt.make.ui.editor.macro_ref,org.eclipse.cdt.make.ui.editor.macro_def,org.eclipse.cdt.make.ui.editor.default,org.eclipse.cdt.make.ui.editor.function,org.eclipse.cdt.make.ui.editor.keyword,

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
version=1

View File

@@ -1,10 +0,0 @@
Double\ quoted\ string=0,0,0,0,0,255,198,0
Identifier=0,0,0,0,0,255,255,255
Keyword=0,0,0,0,0,141,203,226
Multi-line\ comment=0,0,0,0,0,199,221,12
Others=0,0,0,0,0,216,216,216
Single\ quoted\ string=0,0,0,0,0,255,198,0
Single-line\ comment=0,0,0,0,0,199,221,12
Type=0,0,0,0,0,210,82,82
eclipse.preferences.version=1
overriddenByCSS=,Others,Type,Identifier,Keyword,Multi-line comment,Double quoted string,Single-line comment,Single quoted string,

View File

@@ -1,11 +0,0 @@
eclipse.preferences.version=1
org.eclipse.debug.ui.Color=218,29,67
org.eclipse.debug.ui.MemoryHistoryKnownColor=233,235,237
org.eclipse.debug.ui.MemoryHistoryUnknownColor=168,177,184
org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=145,77,111
org.eclipse.debug.ui.changedDebugElement=255,128,128
org.eclipse.debug.ui.consoleBackground=25,29,31
org.eclipse.debug.ui.errorColor=204,223,50
org.eclipse.debug.ui.inColor=216,216,216
org.eclipse.debug.ui.outColor=216,216,216
overriddenByCSS=,org.eclipse.debug.ui.Color,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,

View File

@@ -1,118 +0,0 @@
DLTK_comment_task_tag=204,223,50
DLTK_comment_task_tag_bold=false
DLTK_comment_task_tag_italic=false
DLTK_comment_task_tag_strikethrough=false
DLTK_comment_task_tag_underline=false
DLTK_default=216,216,216
DLTK_default_bold=false
DLTK_default_italic=false
DLTK_default_strikethrough=false
DLTK_default_underline=false
DLTK_doc=204,223,50
DLTK_doc.topic=217,229,119
DLTK_doc.topic_bold=false
DLTK_doc.topic_italic=false
DLTK_doc.topic_strikethrough=false
DLTK_doc.topic_underline=false
DLTK_doc_bold=false
DLTK_doc_italic=false
DLTK_doc_strikethrough=false
DLTK_doc_underline=false
DLTK_keyword=141,203,226
DLTK_keyword_bold=false
DLTK_keyword_italic=false
DLTK_keyword_return=141,203,226
DLTK_keyword_return_bold=false
DLTK_keyword_return_italic=false
DLTK_keyword_return_strikethrough=false
DLTK_keyword_return_underline=false
DLTK_keyword_strikethrough=false
DLTK_keyword_underline=false
DLTK_number=127,179,71
DLTK_number_bold=false
DLTK_number_italic=false
DLTK_number_strikethrough=false
DLTK_number_underline=false
DLTK_single_line_comment=199,221,12
DLTK_single_line_comment_bold=false
DLTK_single_line_comment_italic=false
DLTK_single_line_comment_strikethrough=false
DLTK_single_line_comment_underline=false
DLTK_string=255,198,0
DLTK_string.eval=255,198,0
DLTK_string.eval_bold=false
DLTK_string.eval_italic=false
DLTK_string.eval_strikethrough=false
DLTK_string.eval_underline=false
DLTK_string.regexp=255,198,0
DLTK_string.regexp_bold=false
DLTK_string.regexp_italic=false
DLTK_string.regexp_strikethrough=false
DLTK_string.regexp_underline=false
DLTK_string_bold=false
DLTK_string_italic=false
DLTK_string_strikethrough=false
DLTK_string_underline=false
const=239,192,144
const_bold=false
const_italic=false
const_strikethrough=false
const_underline=false
content_assist_completion_replacement_background=25,29,31
content_assist_completion_replacement_background_bold=false
content_assist_completion_replacement_background_italic=false
content_assist_completion_replacement_background_strikethrough=false
content_assist_completion_replacement_background_underline=false
content_assist_completion_replacement_foreground=216,216,216
content_assist_completion_replacement_foreground_bold=false
content_assist_completion_replacement_foreground_italic=false
content_assist_completion_replacement_foreground_strikethrough=false
content_assist_completion_replacement_foreground_underline=false
content_assist_parameters_background=25,29,31
content_assist_parameters_background_bold=false
content_assist_parameters_background_italic=false
content_assist_parameters_background_strikethrough=false
content_assist_parameters_background_underline=false
content_assist_parameters_foreground=216,216,216
content_assist_parameters_foreground_bold=false
content_assist_parameters_foreground_italic=false
content_assist_parameters_foreground_strikethrough=false
content_assist_parameters_foreground_underline=false
eclipse.preferences.version=1
overriddenByCSS=,variable.pseudo_bold,content_assist_completion_replacement_background_underline,DLTK_keyword_underline,content_assist_parameters_foreground_italic,content_assist_parameters_background_bold,DLTK_comment_task_tag_italic,ruby.symbols_underline,DLTK_keyword_italic,ruby.symbols_italic,DLTK_doc_underline,variable.pseudo_strikethrough,variable_strikethrough,DLTK_doc.topic_underline,DLTK_string.eval,content_assist_parameters_background,variable.global_bold,DLTK_doc_strikethrough,DLTK_string.regexp_underline,content_assist_completion_replacement_background_italic,DLTK_keyword_return_underline,DLTK_string_strikethrough,DLTK_doc,DLTK_default_bold,DLTK_keyword_strikethrough,content_assist_completion_replacement_foreground_italic,const_underline,DLTK_number_strikethrough,content_assist_parameters_background_italic,variable_underline,content_assist_completion_replacement_background_strikethrough,content_assist_parameters_foreground_strikethrough,content_assist_completion_replacement_foreground_bold,DLTK_string.regexp_italic,content_assist_parameters_foreground,content_assist_parameters_foreground_underline,DLTK_number,DLTK_string.eval_strikethrough,variable.class,DLTK_single_line_comment,DLTK_string_bold,variable_italic,sourceHoverBackgroundColor.SystemDefault,content_assist_completion_replacement_background,DLTK_string.eval_italic,content_assist_completion_replacement_foreground,DLTK_string.regexp_bold,variable.class_italic,content_assist_parameters_background_strikethrough,ruby.symbols,DLTK_keyword_bold,DLTK_string_underline,DLTK_doc.topic,DLTK_string,variable.global_underline,variable.global,DLTK_comment_task_tag_bold,DLTK_string.eval_underline,content_assist_parameters_background_underline,DLTK_number_underline,DLTK_default_strikethrough,const_bold,variable.instance,DLTK_comment_task_tag_underline,DLTK_string.regexp_strikethrough,variable.global_italic,DLTK_comment_task_tag_strikethrough,ruby.symbols_bold,DLTK_keyword_return_italic,variable.class_underline,DLTK_doc.topic_italic,DLTK_number_bold,DLTK_single_line_comment_underline,DLTK_keyword,content_assist_completion_replacement_foreground_strikethrough,variable.class_strikethrough,variable.pseudo_italic,const_strikethrough,DLTK_keyword_return,variable.instance_bold,sourceHoverBackgroundColor_bold,DLTK_number_italic,variable.pseudo,variable.global_strikethrough,content_assist_completion_replacement_foreground_underline,variable.instance_strikethrough,DLTK_single_line_comment_bold,sourceHoverBackgroundColor_strikethrough,DLTK_doc.topic_bold,DLTK_comment_task_tag,variable.pseudo_underline,DLTK_keyword_return_bold,variable.instance_underline,const,content_assist_completion_replacement_background_bold,ruby.symbols_strikethrough,sourceHoverBackgroundColor_italic,DLTK_doc_bold,sourceHoverBackgroundColor_underline,DLTK_doc.topic_strikethrough,const_italic,variable_bold,DLTK_string.regexp,variable.instance_italic,DLTK_default,sourceHoverBackgroundColor,DLTK_single_line_comment_italic,content_assist_parameters_foreground_bold,variable.class_bold,DLTK_default_italic,DLTK_single_line_comment_strikethrough,DLTK_doc_italic,variable,DLTK_keyword_return_strikethrough,DLTK_default_underline,DLTK_string.eval_bold,DLTK_string_italic,
ruby.symbols=190,214,255
ruby.symbols_bold=false
ruby.symbols_italic=false
ruby.symbols_strikethrough=false
ruby.symbols_underline=false
sourceHoverBackgroundColor=0,0,0
sourceHoverBackgroundColor.SystemDefault=false
sourceHoverBackgroundColor_bold=false
sourceHoverBackgroundColor_italic=false
sourceHoverBackgroundColor_strikethrough=false
sourceHoverBackgroundColor_underline=false
variable=121,171,255
variable.class=210,82,82
variable.class_bold=false
variable.class_italic=false
variable.class_strikethrough=false
variable.class_underline=false
variable.global=239,192,144
variable.global_bold=false
variable.global_italic=false
variable.global_strikethrough=false
variable.global_underline=false
variable.instance=210,82,82
variable.instance_bold=false
variable.instance_italic=false
variable.instance_strikethrough=false
variable.instance_underline=false
variable.pseudo=121,171,255
variable.pseudo_bold=false
variable.pseudo_italic=false
variable.pseudo_strikethrough=false
variable.pseudo_underline=false
variable_bold=false
variable_italic=false
variable_strikethrough=false
variable_underline=false

View File

@@ -1,88 +0,0 @@
DLTK_argument=216,216,216
DLTK_argument_bold=false
DLTK_argument_italic=false
DLTK_argument_strikethrough=false
DLTK_argument_underline=false
DLTK_base_class=210,82,82
DLTK_base_class_bold=false
DLTK_base_class_italic=false
DLTK_base_class_strikethrough=false
DLTK_base_class_underline=false
DLTK_class_definition=210,82,82
DLTK_class_definition_bold=false
DLTK_class_definition_italic=false
DLTK_class_definition_strikethrough=false
DLTK_class_definition_underline=false
DLTK_comment_task_tag=204,223,50
DLTK_comment_task_tag_bold=false
DLTK_comment_task_tag_italic=false
DLTK_comment_task_tag_strikethrough=false
DLTK_comment_task_tag_underline=false
DLTK_default=216,216,216
DLTK_default_bold=false
DLTK_default_italic=false
DLTK_default_strikethrough=false
DLTK_default_underline=false
DLTK_function_definition=255,255,255
DLTK_function_definition_bold=false
DLTK_function_definition_italic=false
DLTK_function_definition_strikethrough=false
DLTK_function_definition_underline=false
DLTK_keyword=141,203,226
DLTK_keyword_bold=false
DLTK_keyword_italic=false
DLTK_keyword_return=141,203,226
DLTK_keyword_return_bold=false
DLTK_keyword_return_italic=false
DLTK_keyword_return_strikethrough=false
DLTK_keyword_return_underline=false
DLTK_keyword_strikethrough=false
DLTK_keyword_underline=false
DLTK_number=127,179,71
DLTK_number_bold=false
DLTK_number_italic=false
DLTK_number_strikethrough=false
DLTK_number_underline=false
DLTK_single_line_comment=216,216,216
DLTK_single_line_comment_bold=false
DLTK_single_line_comment_italic=false
DLTK_single_line_comment_strikethrough=false
DLTK_single_line_comment_underline=false
DLTK_string=255,198,0
DLTK_string_bold=false
DLTK_string_italic=false
DLTK_string_strikethrough=false
DLTK_string_underline=false
content_assist_completion_replacement_background=25,29,31
content_assist_completion_replacement_background_bold=false
content_assist_completion_replacement_background_italic=false
content_assist_completion_replacement_background_strikethrough=false
content_assist_completion_replacement_background_underline=false
content_assist_completion_replacement_foreground=216,216,216
content_assist_completion_replacement_foreground_bold=false
content_assist_completion_replacement_foreground_italic=false
content_assist_completion_replacement_foreground_strikethrough=false
content_assist_completion_replacement_foreground_underline=false
content_assist_parameters_background=25,29,31
content_assist_parameters_background_bold=false
content_assist_parameters_background_italic=false
content_assist_parameters_background_strikethrough=false
content_assist_parameters_background_underline=false
content_assist_parameters_foreground=216,216,216
content_assist_parameters_foreground_bold=false
content_assist_parameters_foreground_italic=false
content_assist_parameters_foreground_strikethrough=false
content_assist_parameters_foreground_underline=false
eclipse.preferences.version=1
overriddenByCSS=,tcl_variable_italic,DLTK_base_class_bold,content_assist_completion_replacement_background_underline,DLTK_comment_task_tag_strikethrough,DLTK_argument_strikethrough,DLTK_keyword_underline,DLTK_class_definition_italic,DLTK_keyword_return_italic,content_assist_parameters_foreground_italic,DLTK_base_class_strikethrough,content_assist_parameters_background_bold,DLTK_comment_task_tag_italic,DLTK_number_bold,DLTK_function_definition,DLTK_keyword_italic,DLTK_single_line_comment_underline,DLTK_keyword,content_assist_completion_replacement_foreground_strikethrough,DLTK_base_class,DLTK_keyword_return,content_assist_parameters_background,sourceHoverBackgroundColor_bold,DLTK_number_italic,DLTK_argument_italic,content_assist_completion_replacement_background_italic,DLTK_keyword_return_underline,content_assist_completion_replacement_foreground_underline,DLTK_string_strikethrough,DLTK_argument_underline,DLTK_single_line_comment_bold,DLTK_function_definition_underline,DLTK_class_definition_strikethrough,sourceHoverBackgroundColor_strikethrough,DLTK_default_bold,DLTK_keyword_strikethrough,content_assist_completion_replacement_foreground_italic,DLTK_number_strikethrough,DLTK_class_definition_underline,DLTK_comment_task_tag,DLTK_function_definition_bold,content_assist_parameters_background_italic,DLTK_keyword_return_bold,DLTK_argument_bold,content_assist_completion_replacement_background_strikethrough,DLTK_argument,content_assist_parameters_foreground_strikethrough,content_assist_completion_replacement_foreground_bold,content_assist_completion_replacement_background_bold,DLTK_class_definition_bold,content_assist_parameters_foreground,sourceHoverBackgroundColor_italic,content_assist_parameters_foreground_underline,tcl_variable,DLTK_number,sourceHoverBackgroundColor_underline,DLTK_single_line_comment,DLTK_base_class_underline,DLTK_class_definition,DLTK_string_bold,tcl_variable_underline,sourceHoverBackgroundColor.SystemDefault,content_assist_completion_replacement_background,DLTK_default,content_assist_completion_replacement_foreground,sourceHoverBackgroundColor,DLTK_base_class_italic,DLTK_single_line_comment_italic,content_assist_parameters_background_strikethrough,DLTK_keyword_bold,content_assist_parameters_foreground_bold,DLTK_string_underline,DLTK_string,DLTK_function_definition_strikethrough,tcl_variable_strikethrough,DLTK_default_italic,DLTK_single_line_comment_strikethrough,DLTK_comment_task_tag_bold,content_assist_parameters_background_underline,tcl_variable_bold,DLTK_number_underline,DLTK_default_strikethrough,DLTK_function_definition_italic,DLTK_keyword_return_strikethrough,DLTK_default_underline,DLTK_comment_task_tag_underline,DLTK_string_italic,
sourceHoverBackgroundColor=0,0,0
sourceHoverBackgroundColor.SystemDefault=false
sourceHoverBackgroundColor_bold=false
sourceHoverBackgroundColor_italic=false
sourceHoverBackgroundColor_strikethrough=false
sourceHoverBackgroundColor_underline=false
tcl_variable=121,171,255
tcl_variable_bold=false
tcl_variable_italic=false
tcl_variable_strikethrough=false
tcl_variable_underline=false

View File

@@ -1,12 +0,0 @@
eclipse.preferences.version=1
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color=255,255,255
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color=190,214,255
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color=210,82,82
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color=199,221,12
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color=216,216,216
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color=204,223,50
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color=141,203,226
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color=127,179,71
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color=216,216,216
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color=255,198,0
overriddenByCSS=,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color,

View File

@@ -1,4 +0,0 @@
darkestApplied=true
eclipse.preferences.version=1
enableddarkestdark=true
themeid=com.genuitec.eclipse.themes.dark

View File

@@ -1,2 +0,0 @@
core_autoIgnoreDerivedResources=false
eclipse.preferences.version=1

View File

@@ -1,3 +0,0 @@
eclipse.preferences.version=1
native-borders=false
overriddenByCSS=,native-borders,

View File

@@ -1,10 +0,0 @@
content_assist_favorite_static_members=org.assertj.core.api.Assertions.*;org.mockito.Matchers.*;org.mockito.Mockito.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*;org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*;org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*;org.springframework.restdocs.mockmvc.MockMvcRestDocumentation.*;org.springframework.test.web.client.match.MockRestRequestMatchers.*;org.springframework.test.web.client.response.MockRestResponseCreators.*;org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;org.springframework.test.web.servlet.result.MockMvcResultHandlers.*;org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;org.hamcrest.CoreMatchers.*;org.junit.Assert.*
eclipse.preferences.version=1
org.eclipse.jdt.internal.ui.navigator.layout=2
org.eclipse.jdt.internal.ui.navigator.librariesnode=true
org.eclipse.jdt.ui.formatterprofiles.version=18
org.eclipse.jdt.ui.text.code_templates_migrated=true
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
spelling_locale_initialized=true
useAnnotationsPrefPage=true
useQuickDiffPrefPage=true

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
org.eclipse.jsch.core.hasChangedDefaultWin32SshHome=true

View File

@@ -1,2 +0,0 @@
areThereWebServices=false
eclipse.preferences.version=1

View File

@@ -1,11 +0,0 @@
SCRIPT_AREA_BORDER=\#D8D8D8 | null | null | null | null | null
commentBorder=\#C7DD0C | null | null | false | null | null
commentText=\#C7DD0C | null | null | false | null | null
eclipse.preferences.version=1
jsp_content=\#D8D8D8 | null | null | null | null | null
overriddenByCSS=,SCRIPT_AREA_BORDER,commentBorder,commentText,jsp_content,tagAttributeEquals,tagAttributeName,tagAttributeValue,tagBorder,tagName,
tagAttributeEquals=\#D8D8D8 | null | null | null | null | null
tagAttributeName=\#8DCBE2 | null | null | null | null | null
tagAttributeValue=\#FFC600 | null | null | null | null | null
tagBorder=\#FFFFFF | null | null | null | null | null
tagName=\#03a8d8 | null | true | false | false | false

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
org.eclipse.m2e.discovery.pref.projects=

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
mylyn.attention.migrated=true

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true

View File

@@ -1,4 +0,0 @@
eclipse.preferences.version=1
migrated.task.repositories.secure.store=true
org.eclipse.mylyn.tasks.ui.filters.nonmatching=true
org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true

View File

@@ -1,10 +0,0 @@
block-bc=font-family\: monospace; color\: \#569cd6;
block-h1=font-size\: 120%; font-weight\: bold; color\: \#118bbd;
block-h2=font-size\: 110%; font-weight\: bold; color\: \#118bbd;
block-h3=font-size\: 105%; font-weight\: bold; color\: \#118bbd;
block-h4=font-weight\: bold; color\: \#118bbd;
block-h5=font-size\: 90%; font-weight\: bold; color\: \#118bbd;
block-h6=font-size\: 80%; font-weight\: bold; color\: \#118bbd;
eclipse.preferences.version=1
overriddenByCSS=,block-bc,block-h1,block-h2,block-h3,block-h4,block-h5,block-h6,phrase-code,
phrase-code=font-family\: monospace; color\: \#6d72f6;

View File

@@ -1,20 +0,0 @@
eclipse.preferences.version=1
editor.color.default=216,216,216
editor.color.externalized_string=255,198,0
editor.color.externalized_string_italic=true
editor.color.header_assignment=216,216,216
editor.color.header_assignment_bold=true
editor.color.header_attributes=121,171,255
editor.color.header_key=141,203,226
editor.color.header_key_bold=true
editor.color.header_osgi=141,203,226
editor.color.header_value=255,198,0
editor.color.header_value_italic=true
editor.color.instr=255,255,255
editor.color.instr_bold=true
editor.color.string=255,198,0
editor.color.string_italic=true
editor.color.tag=121,171,255
editor.color.tag_bold=true
editor.color.xml_comment=199,221,12
overriddenByCSS=,editor.color.default,editor.color.externalized_string,editor.color.externalized_string_italic,editor.color.header_assignment,editor.color.header_assignment_bold,editor.color.header_attributes,editor.color.header_key,editor.color.header_key_bold,editor.color.header_osgi,editor.color.header_value,editor.color.header_value_italic,editor.color.instr,editor.color.instr_bold,editor.color.string,editor.color.string_italic,editor.color.tag,editor.color.tag_bold,editor.color.xml_comment,

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +0,0 @@
activeuserprofiles=I97BIVG4JZDY7X5;Team
eclipse.preferences.version=1

View File

@@ -1,5 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,pref_console_message_color,pref_console_command_color,pref_console_error_color,
pref_console_command_color=199,221,12
pref_console_error_color=210,82,82
pref_console_message_color=216,216,216

View File

@@ -1,3 +0,0 @@
TerminalPrefInvertColors=true
eclipse.preferences.version=1
overriddenByCSS=,TerminalPrefInvertColors,

View File

@@ -1,2 +0,0 @@
browsers=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<web-browsers current\="0">\r\n<system/>\r\n<external location\="C\:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" name\="Firefox"/>\r\n<external location\="C\:\\Program Files\\Internet Explorer\\iexplore.exe" name\="Internet Explorer"/>\r\n<external location\="C\:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" name\="Chrome"/>\r\n</web-browsers>
eclipse.preferences.version=1

View File

@@ -1,6 +0,0 @@
AbstractTextEditor.Color.Background=28,31,34
AbstractTextEditor.Color.Background.SystemDefault=false
AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
eclipse.preferences.version=1
overviewRuler_migration=migrated_3.1

View File

@@ -1,3 +0,0 @@
eclipse.preferences.version=1
matchingBracketsColor=244,245,246
overriddenByCSS=,matchingBracketsColor,

View File

@@ -1,5 +0,0 @@
PROBLEMS_FILTERS_MIGRATE=true
eclipse.preferences.version=1
platformState=1577371337872
quickStart=false
tipsAndTricks=true

View File

@@ -1,4 +0,0 @@
//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
//org.eclipse.ui.commands/state/org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor/org.eclipse.ui.commands.radioState=xpath10
PLUGINS_NOT_ACTIVATED_ON_STARTUP=;org.eclipse.m2e.discovery;
eclipse.preferences.version=1

View File

@@ -1,23 +0,0 @@
ATMARK_RULE=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_DELIM=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_NAME=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_OPERATOR=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_VALUE=\#FFFFFF | null | null | null | null | null
CLASS=\#FFFFFF | null | null | null | null | null
COLON=\#D8D8D8 | null | null | null | null | null
COMBINATOR=\#FFFFFF | null | null | null | null | null
COMMENT=\#C7DD0C | null | null | false | null | null
CURLY_BRACE=\#D8D8D8 | null | null | null | null | null
ID=\#FFFFFF | null | null | null | null | null
MEDIA=\#8DCBE2 | null | null | null | null | null
NORMAL=\#D8D8D8 | null | null | null | null | null
PROPERTY_NAME=\#BED6FF | null | null | null | null | null
PROPERTY_VALUE=\#FFC600 | null | null | null | null | null
PSEUDO=\#FFFFFF | null | null | null | null | null
SELECTOR=\#FFFFFF | null | null | null | null | null
SEMI_COLON=\#D8D8D8 | null | null | null | null | null
STRING=\#FFC600 | null | null | null | null | null
UNIVERSAL=\#FFFFFF | null | null | null | null | null
URI=\#FFC600 | null | null | null | null | null
eclipse.preferences.version=1
overriddenByCSS=,ATMARK_RULE,ATTRIBUTE_DELIM,ATTRIBUTE_NAME,ATTRIBUTE_OPERATOR,ATTRIBUTE_VALUE,CLASS,COLON,COMBINATOR,COMMENT,CURLY_BRACE,ID,MEDIA,NORMAL,PROPERTY_NAME,PROPERTY_VALUE,PSEUDO,SELECTOR,SEMI_COLON,STRING,UNIVERSAL,URI,

View File

@@ -1,10 +0,0 @@
dtdComment=\#C7DD0C | null | null | false | null | null
dtdData=\#D8D8D8 | null | null | null | null | null
dtdDefault=\#D8D8D8 | null | null | null | null | null
dtdKeyword=\#8DCBE2 | null | null | null | null | null
dtdString=\#FFC600 | null | null | null | null | null
dtdSymbol=\#BED6FF | null | null | null | null | null
dtdTag=\#BED6FF | null | null | null | null | null
dtdTagName=\#BED6FF | null | null | null | null | null
eclipse.preferences.version=1
overriddenByCSS=,dtdKeyword,dtdTag,dtdString,dtdTagName,dtdDefault,dtdData,dtdSymbol,dtdComment,

View File

@@ -1,16 +0,0 @@
commentBorder=\#C7DD0C | null | null | false | null | null
commentText=\#C7DD0C | null | null | false | null | null
declBoder=\#FFFFFF | null | null | null | null | null
doctypeExternalId=\#FFFFFF | null | null | null | null | null
doctypeExternalPubref=\#FFFFFF | null | null | null | null | null
doctypeExtrenalSysref=\#FFFFFF | null | null | null | null | null
doctypeName=\#FFFFFF | null | null | null | null | null
eclipse.preferences.version=1
entityReference=\#8DCBE2 | null | null | null | null | null
overriddenByCSS=,commentBorder,commentText,declBoder,doctypeExternalId,doctypeExternalPubref,doctypeExtrenalSysref,doctypeName,entityReference,tagAttributeEquals,tagAttributeName,tagAttributeValue,tagBorder,tagName,xmlContent,
tagAttributeEquals=\#D8D8D8 | null | null | null | null | null
tagAttributeName=\#BED6FF | null | null | null | null | null
tagAttributeValue=\#FFC600 | null | null | null | null | null
tagBorder=\#79ABFF | null | null | null | null | null
tagName=\#BED6FF | null | null | null | null | null
xmlContent=\#D8D8D8 | null | null | null | null | null

View File

@@ -1,40 +0,0 @@
CONTENT_ASSIST_BACKGROUND_COLOR=46,52,56
CONTENT_ASSIST_FOREGROUND_COLOR=233,235,237
content_assist_parameters_background=46,52,56
content_assist_parameters_foreground=233,235,237
content_assist_proposals_background=46,52,56
content_assist_proposals_foreground=233,235,237
eclipse.preferences.version=1
java_bracket=216,216,216
java_comment_task_tag=204,223,50
java_default=216,216,216
java_doc_default=204,223,50
java_doc_keyword=217,229,119
java_doc_link=217,229,119
java_doc_tag=217,229,119
java_keyword=141,203,226
java_keyword_return=141,203,226
java_multi_line_comment=199,221,12
java_operator=216,216,216
java_single_line_comment=199,221,12
java_string=255,198,0
overriddenByCSS=,CONTENT_ASSIST_BACKGROUND_COLOR,CONTENT_ASSIST_FOREGROUND_COLOR,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_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,semanticHighlighting.localVariable.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.localVariable.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.methodDeclarationName.italic,semanticHighlighting.methodDeclarationName.strikethrough,semanticHighlighting.methodDeclarationName.underline,tagName,
semanticHighlighting.localVariable.bold=false
semanticHighlighting.localVariable.color=121,171,255
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.localVariable.italic=false
semanticHighlighting.localVariable.strikethrough=false
semanticHighlighting.localVariable.underline=false
semanticHighlighting.localVariableDeclaration.bold=false
semanticHighlighting.localVariableDeclaration.color=190,214,255
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.localVariableDeclaration.italic=false
semanticHighlighting.localVariableDeclaration.strikethrough=false
semanticHighlighting.localVariableDeclaration.underline=false
semanticHighlighting.methodDeclarationName.bold=false
semanticHighlighting.methodDeclarationName.color=190,214,255
semanticHighlighting.methodDeclarationName.enabled=true
semanticHighlighting.methodDeclarationName.italic=false
semanticHighlighting.methodDeclarationName.strikethrough=false
semanticHighlighting.methodDeclarationName.underline=false
tagName=255,255,255

View File

@@ -1,10 +0,0 @@
COLON=\#ffffff | null | false | false | false | false
COMMA=\#ffffff | null | false | false | false | false
CURLY_BRACE=\#ffffff | null | false | false | false | false
OBJECT_KEY=\#bed6ff | null | false | false | false | false
VALUE_BOOLEAN=\#03a8d8 | null | false | false | false | false
VALUE_NULL=\#89969f | null | false | false | false | false
VALUE_NUMBER=\#cb4f40 | null | false | false | false | false
VALUE_STRING=\#ffc600 | null | true | true | false | false
eclipse.preferences.version=1
overriddenByCSS=,COLON,COMMA,CURLY_BRACE,OBJECT_KEY,VALUE_BOOLEAN,VALUE_NULL,VALUE_NUMBER,VALUE_STRING,

View File

@@ -1,8 +0,0 @@
content_assist_completion_replacement_background=200,200,0
content_assist_completion_replacement_foreground=194,0,0
content_assist_parameters_background=48,54,59
content_assist_parameters_foreground=235,237,239
content_assist_proposals_background=48,54,59
content_assist_proposals_foreground=235,237,239
eclipse.preferences.version=1
overriddenByCSS=,content_assist_completion_replacement_background,content_assist_completion_replacement_foreground,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,

View File

@@ -1,21 +0,0 @@
cdataBorder=\#FFFFFF | null | null | null | null | null
cdataText=\#D8D8D8 | null | null | null | null | null
commentBorder=\#C7DD0C | null | null | false | null | null
commentText=\#C7DD0C | null | null | false | null | null
declBoder=\#FFFFFF | null | null | null | null | null
declBorder=\#FFFFFF | null | null | null | null | null
doctypeExternalId=\#FFFFFF | null | null | null | null | null
doctypeExternalPubref=\#FFFFFF | null | null | null | null | null
doctypeExtrenalSysref=\#FFFFFF | null | null | null | null | null
doctypeName=\#FFFFFF | null | null | null | null | null
eclipse.preferences.version=1
entityReference=\#8DCBE2 | null | null | null | null | null
overriddenByCSS=,cdataBorder,cdataText,commentBorder,commentText,declBoder,declBorder,doctypeExternalId,doctypeExternalPubref,doctypeExtrenalSysref,doctypeName,entityReference,piBorder,piContent,tagAttributeEquals,tagAttributeName,tagAttributeValue,tagBorder,tagName,xmlContent,
piBorder=\#FFFFFF | null | null | null | null | null
piContent=\#D8D8D8 | null | null | null | null | null
tagAttributeEquals=\#D8D8D8 | null | null | null | null | null
tagAttributeName=\#BED6FF | null | null | null | null | null
tagAttributeValue=\#FFC600 | null | null | null | null | null
tagBorder=\#79ABFF | null | null | null | null | null
tagName=\#BED6FF | null | null | null | null | null
xmlContent=\#D8D8D8 | null | null | null | null | null

View File

@@ -1,6 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,xsltagAttributeValue,xsltagBorder,xsltagName,xsltagAttributeName,
xsltagAttributeName=\#BED6FF | null | null | null | null | null
xsltagAttributeValue=\#FFC600 | null | null | null | null | null
xsltagBorder=\#79ABFF | null | null | null | null | null
xsltagName=\#BED6FF | null | null | null | null | null

View File

@@ -1,16 +0,0 @@
AbstractTextEditor.Color.Background=25,29,31
AbstractTextEditor.Color.Foreground=216,216,216
eclipse.preferences.version=1
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.comment.color=199,221,12
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.default.color=216,216,216
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.keyword.color=141,203,226
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.number.color=127,179,71
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.punctuation.color=216,216,216
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.string.color=255,198,0
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.annotation.color=255,255,255
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.extension.method.invacation.color=255,255,255
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.field.color=190,214,255
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.field.color=239,192,144
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.method.invocation.color=190,214,255
org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xtend.richText.bgColor=39,44,48
overriddenByCSS=,AbstractTextEditor.Color.Background,AbstractTextEditor.Color.Foreground,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.comment.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.default.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.keyword.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.number.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.punctuation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.string.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.annotation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.extension.method.invacation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.field.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.field.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.method.invocation.color,org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xtend.richText.bgColor,

View File

@@ -1,52 +0,0 @@
AbstractTextEditor.Color.Background=25,29,31
AbstractTextEditor.Color.Background.SystemDefault=false
AbstractTextEditor.Color.BackgroundBold=false
AbstractTextEditor.Color.Foreground=216,216,216
AbstractTextEditor.Color.Foreground.SystemDefault=false
AbstractTextEditor.Color.ForegroundBold=false
bookmarkIndicationColor=217,229,119
bookmarkIndicationColorBold=false
comment1Color=199,221,12
comment1ColorBold=false
comment2Color=199,221,12
comment2ColorBold=false
currentLineColor=50,57,62
currentLineColorBold=false
eclipse.preferences.version=1
errorIndicationColor=210,82,82
errorIndicationColorBold=false
functionColor=255,255,255
functionColorBold=false
invalidColor=210,82,82
invalidColorBold=false
keyword1Color=141,203,226
keyword1ColorBold=false
keyword2Color=255,255,255
keyword2ColorBold=false
labelColor=216,216,216
labelColorBold=false
lineNumberColor=208,208,208
lineNumberColorBold=false
literal1Color=255,198,0
literal1ColorBold=false
literal2Color=255,198,0
literal2ColorBold=false
markupColor=216,216,216
markupColorBold=false
numberColor=127,179,71
numberColorBold=false
operatorColor=216,216,216
operatorColorBold=false
othersIndicationColor=216,216,216
othersIndicationColorBold=false
overriddenByCSS=,taskIndicationColorBold,AbstractTextEditor.Color.Background.SystemDefault,lineNumberColorBold,bookmarkIndicationColor,literal2ColorBold,errorIndicationColorBold,comment1ColorBold,literal1Color,othersIndicationColorBold,operatorColorBold,AbstractTextEditor.Color.BackgroundBold,currentLineColor,othersIndicationColor,taskIndicationColor,currentLineColorBold,warningIndicationColorBold,markupColor,labelColorBold,AbstractTextEditor.Color.Background,literal2Color,keyword1Color,AbstractTextEditor.Color.Foreground,keyword1ColorBold,AbstractTextEditor.Color.Foreground.SystemDefault,searchResultIndicationColor,functionColor,operatorColor,invalidColorBold,searchResultIndicationColorBold,variableColorBold,comment1Color,printMarginColorBold,lineNumberColor,functionColorBold,warningIndicationColor,comment2Color,comment2ColorBold,keyword2Color,bookmarkIndicationColorBold,literal1ColorBold,numberColorBold,AbstractTextEditor.Color.ForegroundBold,printMarginColor,variableColor,labelColor,keyword2ColorBold,markupColorBold,invalidColor,numberColor,errorIndicationColor,
printMarginColor=208,208,208
printMarginColorBold=false
searchResultIndicationColor=0,0,0
searchResultIndicationColorBold=false
taskIndicationColor=204,223,50
taskIndicationColorBold=false
variableColor=121,171,255
variableColorBold=false
warningIndicationColor=255,198,0
warningIndicationColorBold=false

View File

@@ -1,24 +0,0 @@
//editor/colors/arrowcolor=216,216,216
//editor/colors/arrowstyle=0
//editor/colors/atomcolor=216,216,216
//editor/colors/atomstyle=0
//editor/colors/charcolor=255,198,0
//editor/colors/charstyle=0
//editor/colors/commentcolor=199,221,12
//editor/colors/commentstyle=0
//editor/colors/defaultcolor=216,216,216
//editor/colors/defaultstyle=0
//editor/colors/floatcolor=127,179,71
//editor/colors/floatstyle=0
//editor/colors/integercolor=127,179,71
//editor/colors/integerstyle=0
//editor/colors/keywordcolor=141,203,226
//editor/colors/keywordstyle=0
//editor/colors/macrocolor=239,192,144
//editor/colors/macrostyle=0
//editor/colors/stringcolor=255,198,0
//editor/colors/stringstyle=0
//editor/colors/variablecolor=121,171,255
//editor/colors/variablestyle=0
eclipse.preferences.version=1
overriddenByCSS=,editor/colors/integercolor,editor/colors/floatcolor,editor/colors/keywordcolor,editor/colors/stringcolor,editor/colors/macrostyle,editor/colors/atomcolor,editor/colors/commentstyle,editor/colors/arrowstyle,editor/colors/arrowcolor,editor/colors/defaultcolor,editor/colors/keywordstyle,editor/colors/macrocolor,editor/colors/floatstyle,editor/colors/charcolor,editor/colors/stringstyle,editor/colors/integerstyle,editor/colors/charstyle,editor/colors/variablecolor,editor/colors/variablestyle,editor/colors/commentcolor,editor/colors/defaultstyle,editor/colors/atomstyle,

View File

@@ -1,10 +0,0 @@
color.comment=199,221,12
color.directive=255,255,255
color.interpolation=141,203,226
color.oppositeRegion=65,65,4
color.string=255,198,0
color.text=216,216,216
color.xmlComment=199,221,12
color.xmlTag=121,171,255
eclipse.preferences.version=1
overriddenByCSS=,color.oppositeRegion,color.string,color.text,color.interpolation,color.xmlComment,color.xmlTag,color.directive,color.comment,

View File

@@ -1,8 +0,0 @@
color_comment=199,221,12
color_doc=204,223,50
color_keyword=141,203,226
color_normal=216,216,216
color_number=127,179,71
color_string=255,198,0
eclipse.preferences.version=1
overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword,

View File

@@ -1,8 +0,0 @@
color_comment=199,221,12
color_doc=204,223,50
color_keyword=141,203,226
color_normal=216,216,216
color_number=127,179,71
color_string=255,198,0
eclipse.preferences.version=1
overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword,

View File

@@ -1,28 +0,0 @@
BACKQUOTES_COLOR=216,216,216
BACKQUOTES_STYLE=0
CLASS_NAME_COLOR=210,82,82
CLASS_NAME_STYLE=0
CODE_COLOR=216,216,216
CODE_STYLE=0
COMMENT_COLOR=199,221,12
COMMENT_STYLE=0
DECORATOR_COLOR=255,255,255
DECORATOR_STYLE=0
EDITOR_MATCHING_BRACKETS_COLOR=216,216,216
EDITOR_MATCHING_BRACKETS_STYLE=0
FUNC_NAME_COLOR=255,255,255
FUNC_NAME_STYLE=0
KEYWORD_COLOR=141,203,226
KEYWORD_STYLE=0
NUMBER_COLOR=127,179,71
NUMBER_STYLE=0
OPERATORS_COLOR=216,216,216
OPERATORS_STYLE=0
PARENS_COLOR=216,216,216
PARENS_STYLE=0
SELF_COLOR=141,203,226
SELF_STYLE=0
STRING_COLOR=255,198,0
STRING_STYLE=0
eclipse.preferences.version=1
overriddenByCSS=,STRING_COLOR,NUMBER_STYLE,COMMENT_COLOR,EDITOR_MATCHING_BRACKETS_COLOR,FUNC_NAME_COLOR,OPERATORS_COLOR,SELF_COLOR,PARENS_COLOR,CLASS_NAME_STYLE,CODE_COLOR,PARENS_STYLE,KEYWORD_COLOR,STRING_STYLE,EDITOR_MATCHING_BRACKETS_STYLE,CLASS_NAME_COLOR,BACKQUOTES_STYLE,NUMBER_COLOR,OPERATORS_STYLE,BACKQUOTES_COLOR,DECORATOR_COLOR,KEYWORD_STYLE,FUNC_NAME_STYLE,DECORATOR_STYLE,CODE_STYLE,SELF_STYLE,COMMENT_STYLE,

View File

@@ -1,35 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,template.plain.colour,syntaxColouring.operator.colour,syntaxColouring.scaladocAnnotation.colour,syntaxColouring.bracket.colour,syntaxColouring.scaladoc.colour,syntaxColouring.multiLineString.colour,template.default.colour,syntaxColouring.default.colour,route.uri.colour,syntaxColouring.keyword.colour,syntaxColouring.xml.cdata.colour,template.at.colour,syntaxColouring.xml.processingInstruction.colour,template.brace.colour,route.httpKeyword.colour,syntaxColouring.xml.tagName.colour,syntaxColouring.singleLineComment.colour,route.comment.colour,syntaxColouring.multiLineComment.colour,syntaxColouring.numberLiteral.colour,route.actionClass.colour,syntaxColouring.xml.attributeValue.colour,route.uriDynamic.colour,syntaxColouring.return.colour,route.action.colour,route.actionMethod.colour,route.actionPackage.colour,route.default.colour,syntaxColouring.xml.equals.colour,syntaxColouring.xml.comment.colour,syntaxColouring.xml.tagDelimiter.colour,syntaxColouring.string.colour,syntaxColouring.xml.attributeName.colour,
route.action.colour=121,171,255
route.actionClass.colour=210,82,82
route.actionMethod.colour=255,255,255
route.actionPackage.colour=127,179,71
route.comment.colour=199,221,12
route.default.colour=216,216,216
route.httpKeyword.colour=141,203,226
route.uri.colour=255,198,0
route.uriDynamic.colour=121,171,255
syntaxColouring.bracket.colour=216,216,216
syntaxColouring.default.colour=190,214,255
syntaxColouring.keyword.colour=141,203,226
syntaxColouring.multiLineComment.colour=199,221,12
syntaxColouring.multiLineString.colour=255,198,0
syntaxColouring.numberLiteral.colour=127,179,71
syntaxColouring.operator.colour=216,216,216
syntaxColouring.return.colour=141,203,226
syntaxColouring.scaladoc.colour=204,223,50
syntaxColouring.scaladocAnnotation.colour=217,229,119
syntaxColouring.singleLineComment.colour=199,221,12
syntaxColouring.string.colour=255,198,0
syntaxColouring.xml.attributeName.colour=141,203,226
syntaxColouring.xml.attributeValue.colour=255,198,0
syntaxColouring.xml.cdata.colour=199,221,12
syntaxColouring.xml.comment.colour=199,221,12
syntaxColouring.xml.equals.colour=216,216,216
syntaxColouring.xml.processingInstruction.colour=216,216,216
syntaxColouring.xml.tagDelimiter.colour=216,216,216
syntaxColouring.xml.tagName.colour=216,216,216
template.at.colour=141,203,226
template.brace.colour=141,203,226
template.default.colour=216,216,216
template.plain.colour=216,216,216

View File

@@ -1,77 +0,0 @@
eclipse.preferences.version=1
overriddenByCSS=,syntaxColoring.scaladocAnnotation.color,syntaxColoring.semantic.type.color,syntaxColoring.semantic.templateVar.color,syntaxColouring.bracket.colour,syntaxColoring.scaladoc.color,syntaxColoring.keyword.color,syntaxColoring.semantic.method.color,syntaxColoring.semantic.object.color,syntaxColouring.multiLineString.colour,syntaxColouring.semantic.class.colour,syntaxColouring.semantic.method.colour,syntaxColouring.keyword.colour,syntaxColouring.semantic.localVal.colour,syntaxColoring.semantic.localVal.color,syntaxColouring.semantic.localVar.colour,syntaxColouring.semantic.methodParam.colour,syntaxColouring.xml.processingInstruction.colour,syntaxColouring.semantic.lazyTemplateVal.colour,syntaxColoring.semantic.templateVal.color,syntaxColouring.semantic.package.colour,syntaxColoring.default.color,syntaxColoring.semantic.methodParam.color,syntaxColouring.semantic.trait.colour,syntaxColoring.multiLineComment.color,syntaxColoring.xml.comment.color,syntaxColouring.semantic.caseObject.colour,syntaxColoring.bracket.color,syntaxColouring.singleLineComment.colour,syntaxColouring.multiLineComment.colour,syntaxColouring.xml.attributeValue.colour,syntaxColoring.semantic.caseClass.color,syntaxColoring.xml.cdata.color,syntaxColouring.xml.equals.colour,syntaxColoring.string.color,syntaxColouring.semantic.templateVar.colour,syntaxColoring.xml.attributeValue.color,syntaxColoring.semantic.lazyLocalVal.color,syntaxColouring.semantic.templateVal.colour,syntaxColouring.operator.colour,syntaxColoring.multiLineString.color,syntaxColouring.scaladocAnnotation.colour,syntaxColouring.scaladoc.colour,syntaxColouring.semantic.object.colour,syntaxColoring.xml.equals.color,syntaxColouring.default.colour,syntaxColouring.semantic.annotation.colour,syntaxColoring.semantic.trait.color,syntaxColoring.semantic.lazyTemplateVal.color,syntaxColouring.xml.cdata.colour,syntaxColoring.singleLineComment.color,syntaxColoring.semantic.caseObject.color,syntaxColoring.xml.tagDelimiter.color,syntaxColoring.xml.attributeName.color,syntaxColouring.semantic.type.colour,syntaxColouring.semantic.typeParameter.colour,syntaxColoring.return.color,syntaxColouring.semantic.lazyLocalVal.colour,syntaxColouring.character.colour,syntaxColoring.semantic.class.color,syntaxColoring.semantic.annotation.color,syntaxColouring.xml.tagName.colour,syntaxColouring.numberLiteral.colour,syntaxColoring.numberLiteral.color,syntaxColouring.semantic.caseClass.colour,syntaxColoring.semantic.package.color,syntaxColouring.return.colour,syntaxColoring.operator.color,syntaxColoring.xml.tagName.color,syntaxColouring.xml.comment.colour,syntaxColoring.semantic.typeParameter.color,syntaxColouring.xml.tagDelimiter.colour,syntaxColoring.semantic.localVar.color,syntaxColouring.string.colour,syntaxColouring.xml.attributeName.colour,syntaxColoring.xml.processingInstruction.color,
syntaxColoring.bracket.color=216,216,216
syntaxColoring.default.color=216,216,216
syntaxColoring.keyword.color=141,203,226
syntaxColoring.multiLineComment.color=199,221,12
syntaxColoring.multiLineString.color=255,198,0
syntaxColoring.numberLiteral.color=127,179,71
syntaxColoring.operator.color=216,216,216
syntaxColoring.return.color=141,203,226
syntaxColoring.scaladoc.color=204,223,50
syntaxColoring.scaladocAnnotation.color=217,229,119
syntaxColoring.semantic.annotation.color=255,255,255
syntaxColoring.semantic.caseClass.color=210,82,82
syntaxColoring.semantic.caseObject.color=127,179,71
syntaxColoring.semantic.class.color=210,82,82
syntaxColoring.semantic.lazyLocalVal.color=127,179,71
syntaxColoring.semantic.lazyTemplateVal.color=190,214,255
syntaxColoring.semantic.localVal.color=239,192,144
syntaxColoring.semantic.localVar.color=121,171,255
syntaxColoring.semantic.method.color=190,214,255
syntaxColoring.semantic.methodParam.color=121,171,255
syntaxColoring.semantic.object.color=127,179,71
syntaxColoring.semantic.package.color=127,179,71
syntaxColoring.semantic.templateVal.color=190,214,255
syntaxColoring.semantic.templateVar.color=190,214,255
syntaxColoring.semantic.trait.color=209,151,217
syntaxColoring.semantic.type.color=191,164,164
syntaxColoring.semantic.typeParameter.color=191,164,164
syntaxColoring.singleLineComment.color=199,221,12
syntaxColoring.string.color=255,198,0
syntaxColoring.xml.attributeName.color=141,203,226
syntaxColoring.xml.attributeValue.color=255,198,0
syntaxColoring.xml.cdata.color=199,221,12
syntaxColoring.xml.comment.color=199,221,12
syntaxColoring.xml.equals.color=216,216,216
syntaxColoring.xml.processingInstruction.color=216,216,216
syntaxColoring.xml.tagDelimiter.color=216,216,216
syntaxColoring.xml.tagName.color=216,216,216
syntaxColouring.bracket.colour=216,216,216
syntaxColouring.character.colour=255,198,0
syntaxColouring.default.colour=216,216,216
syntaxColouring.keyword.colour=141,203,226
syntaxColouring.multiLineComment.colour=199,221,12
syntaxColouring.multiLineString.colour=255,198,0
syntaxColouring.numberLiteral.colour=127,179,71
syntaxColouring.operator.colour=216,216,216
syntaxColouring.return.colour=141,203,226
syntaxColouring.scaladoc.colour=204,223,50
syntaxColouring.scaladocAnnotation.colour=217,229,119
syntaxColouring.semantic.annotation.colour=255,255,255
syntaxColouring.semantic.caseClass.colour=210,82,82
syntaxColouring.semantic.caseObject.colour=127,179,71
syntaxColouring.semantic.class.colour=210,82,82
syntaxColouring.semantic.lazyLocalVal.colour=127,179,71
syntaxColouring.semantic.lazyTemplateVal.colour=190,214,255
syntaxColouring.semantic.localVal.colour=239,192,144
syntaxColouring.semantic.localVar.colour=121,171,255
syntaxColouring.semantic.method.colour=190,214,255
syntaxColouring.semantic.methodParam.colour=121,171,255
syntaxColouring.semantic.object.colour=127,179,71
syntaxColouring.semantic.package.colour=127,179,71
syntaxColouring.semantic.templateVal.colour=190,214,255
syntaxColouring.semantic.templateVar.colour=190,214,255
syntaxColouring.semantic.trait.colour=209,151,217
syntaxColouring.semantic.type.colour=191,164,164
syntaxColouring.semantic.typeParameter.colour=191,164,164
syntaxColouring.singleLineComment.colour=199,221,12
syntaxColouring.string.colour=255,198,0
syntaxColouring.xml.attributeName.colour=141,203,226
syntaxColouring.xml.attributeValue.colour=255,198,0
syntaxColouring.xml.cdata.colour=199,221,12
syntaxColouring.xml.comment.colour=199,221,12
syntaxColouring.xml.equals.colour=216,216,216
syntaxColouring.xml.processingInstruction.colour=216,216,216
syntaxColouring.xml.tagDelimiter.colour=216,216,216
syntaxColouring.xml.tagName.colour=216,216,216

View File

@@ -1,6 +0,0 @@
colorDefault=216,216,216
colorNull=216,216,216
colorString=255,198,0
colorValue=190,214,255
eclipse.preferences.version=1
overriddenByCSS=,colorNull,colorDefault,colorValue,colorString,

Some files were not shown because too many files have changed in this diff Show More