mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update orion to 7.0 release
Closes #467 Version: http://download.eclipse.org/orion/drops/R-7.0-201410282256/index.html
This commit is contained in:
parent
f0e9a0279f
commit
6a37a823df
@ -1,12 +1,12 @@
|
|||||||
.textview {
|
.textview {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: "Consolas", "Monaco", "Vera Mono", "monospace";
|
font-family: "Consolas", "Monaco", "Vera Mono", monospace;
|
||||||
font-size: 10pt;
|
font-size: 12px;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
.textviewScroll {
|
.textviewScroll {
|
||||||
padding: 1px 2px;
|
padding: 4px 2px 4px 2px;
|
||||||
}
|
}
|
||||||
.textviewContent {
|
.textviewContent {
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
@ -17,6 +17,10 @@
|
|||||||
.textviewRightRuler {
|
.textviewRightRuler {
|
||||||
border-left: 1px solid #eaeaea;
|
border-left: 1px solid #eaeaea;
|
||||||
}
|
}
|
||||||
|
.textviewInnerRightRuler {
|
||||||
|
border-left: 1px solid #eaeaea;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
.textviewMarginRuler {
|
.textviewMarginRuler {
|
||||||
border-left: 1px solid #eaeaea;
|
border-left: 1px solid #eaeaea;
|
||||||
}
|
}
|
||||||
@ -38,12 +42,41 @@
|
|||||||
.ruler.overview {
|
.ruler.overview {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
|
.ruler.zoom {
|
||||||
|
width: 100px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.rulerLines {
|
.rulerLines {
|
||||||
color: silver;
|
color: silver;
|
||||||
}
|
}
|
||||||
.rulerLines.even
|
.rulerLines.even
|
||||||
.rulerLines.odd {
|
.rulerLines.odd {
|
||||||
}
|
}
|
||||||
|
.rulerZoomWindow {
|
||||||
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
|
margin-left: 1px;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
position: absolute;
|
||||||
|
width: calc(100% - 4px);
|
||||||
|
border-radius: 5px;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
.textviewZoom {
|
||||||
|
font-size: 2px !important;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.textviewZoom .textviewContent {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.textviewZoom .textviewScroll {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.textviewZoom .punctuation.separator.tab {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.textviewZoom .punctuation.separator.space {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
.tooltipTheme.textview {
|
.tooltipTheme.textview {
|
||||||
background-color: InfoBackground !important;
|
background-color: InfoBackground !important;
|
||||||
color: InfoText !important;
|
color: InfoText !important;
|
||||||
@ -52,8 +85,8 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.textviewTooltip {
|
.textviewTooltip {
|
||||||
font-family: "Consolas", "Monaco", "Vera Mono", "monospace";
|
font-family: "Consolas", "Monaco", "Vera Mono", monospace;
|
||||||
font-size: 10pt;
|
font-size: 12px;
|
||||||
background-color: InfoBackground;
|
background-color: InfoBackground;
|
||||||
color: InfoText;
|
color: InfoText;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@ -79,8 +112,57 @@
|
|||||||
.tooltipTheme .annotationLine.currentLine {
|
.tooltipTheme .annotationLine.currentLine {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
.textViewFind {
|
||||||
|
background-color: #ddd;
|
||||||
|
position: absolute;
|
||||||
|
top: -50px;
|
||||||
|
right: -1000px;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
border-top: 0;
|
||||||
|
border-bottom-right-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
|
padding: 2px;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
.textViewFind.show {
|
||||||
|
top: 0;
|
||||||
|
right: 40px;
|
||||||
|
transition: top 0.3s ease-out;
|
||||||
|
-ms-transition: top 0.3s ease-out;
|
||||||
|
-moz-transition: top 0.3s ease-out;
|
||||||
|
-webkit-transition: top 0.3s ease-out;
|
||||||
|
-o-transition: top 0.3s ease-out;
|
||||||
|
}
|
||||||
|
.textViewFindButton {
|
||||||
|
margin-right: 1px;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
.textViewFindButton:first-child {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
.textViewFindButton:last-child {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
.textViewFindButton.checked {
|
||||||
|
color: blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.textViewReplaceInput {
|
||||||
|
}
|
||||||
|
.textViewFindInput {
|
||||||
|
}
|
||||||
|
.textViewFindCloseButton {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
border-width: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
vertical-align: baseline;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAAAAAP///4CAgP///yH5BAEAAAMALAAAAAAQABAAAAIdnI+py+1vhECSyTluu9px+HkctnSdUh0pxLYuVAAAOw==);
|
||||||
|
}
|
||||||
.contentassist {
|
.contentassist {
|
||||||
font-size:9pt;
|
font-size:12px;
|
||||||
display: none;
|
display: none;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -89,13 +171,14 @@
|
|||||||
z-index:100;
|
z-index:100;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
min-width: 70px;
|
min-width: 70px;
|
||||||
max-width: 350px;
|
width: 350px;
|
||||||
max-height: 170px;
|
height: 170px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
|
box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
resize: both;
|
||||||
}
|
}
|
||||||
.contentassist:focus {
|
.contentassist:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -108,9 +191,9 @@
|
|||||||
}
|
}
|
||||||
.contentassist hr{
|
.contentassist hr{
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
.contentassist .proposal-noemphasis-keyword {
|
.contentassist .proposal-noemphasis-keyword {
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
@ -124,11 +207,11 @@
|
|||||||
}
|
}
|
||||||
.contentassist .proposal-noemphasis-title-keywords {
|
.contentassist .proposal-noemphasis-title-keywords {
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
color: grey;
|
color: gray;
|
||||||
}
|
}
|
||||||
.contentassist .proposal-noemphasis-title {
|
.contentassist .proposal-noemphasis-title {
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
color: grey;
|
color: gray;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
.contentassist .proposal-noemphasis-title::before {
|
.contentassist .proposal-noemphasis-title::before {
|
||||||
@ -161,6 +244,7 @@
|
|||||||
.contentassist .cloneProposal {
|
.contentassist .cloneProposal {
|
||||||
box-shadow: rgba(0, 0, 0, 0.9) 2px 2px 8px;
|
box-shadow: rgba(0, 0, 0, 0.9) 2px 2px 8px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
visibility: visible;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
.contentassist>div {
|
.contentassist>div {
|
||||||
@ -168,77 +252,43 @@
|
|||||||
}
|
}
|
||||||
.cloneWrapper {
|
.cloneWrapper {
|
||||||
display: block;
|
display: block;
|
||||||
|
height: 0;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
visibility: hidden;
|
||||||
|
width: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
.contentassist.cloneWrapper:hover {
|
.contentassist.cloneWrapper:hover {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.comment.block.documentation, .comment-block-documentation {
|
|
||||||
color: #00008F;
|
|
||||||
}
|
|
||||||
.comment {
|
.comment {
|
||||||
color: #3C802C;
|
color: #3C802C;
|
||||||
}
|
}
|
||||||
.constant.character.entity, .constant-character-entity {
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
.constant {
|
.constant {
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
.entity.name.function, .entity.name.type, .entity-name-function, .entity-name-type {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.entity.name.tag, .entity-name-tag {
|
|
||||||
color: #CC4C07;
|
|
||||||
}
|
|
||||||
.entity.other.attribute.name, .entity-other-attribute-name {
|
|
||||||
color: #3C802C;
|
|
||||||
}
|
|
||||||
.entity {
|
.entity {
|
||||||
color: #3f7f7f;
|
color: #3f7f7f;
|
||||||
}
|
}
|
||||||
.invalid.illegal, .invalid-illegal {
|
|
||||||
color: white;
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
.invalid.deprecated, .invalid-deprecated {
|
|
||||||
text-decoration: line-through;
|
|
||||||
}
|
|
||||||
.invalid {
|
.invalid {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.keyword.other.documentation.markup {
|
|
||||||
color: #7F7F9F;
|
|
||||||
}
|
|
||||||
.keyword.other.documentation {
|
|
||||||
color: #7F9FBF;
|
|
||||||
}
|
|
||||||
.keyword.operator, .keyword-operator {
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
.keyword {
|
.keyword {
|
||||||
color: #CC4C07;
|
color: #9F4177;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.markup.heading, .markup-heading {
|
.storage {
|
||||||
font-weight: bold;
|
color: #7F0055;
|
||||||
}
|
}
|
||||||
.markup.quote, .markup-quote {
|
.string {
|
||||||
font-style: italic;
|
color: #446fbd;
|
||||||
}
|
}
|
||||||
.meta.annotation.currentLine {
|
.support {
|
||||||
background-color: #EAF2FE;
|
color: #21439c;
|
||||||
}
|
}
|
||||||
.meta.tag {
|
.variable {
|
||||||
color: #3f7f7f;
|
color: #0000c0;
|
||||||
}
|
|
||||||
.punctuation.definition.comment, .punctuation-definition-comment {
|
|
||||||
color: #3f5fbf;
|
|
||||||
}
|
|
||||||
.punctuation.definition.string, .punctuation-definition-string {
|
|
||||||
color: blue;
|
|
||||||
}
|
}
|
||||||
.punctuation.separator.space {
|
.punctuation.separator.space {
|
||||||
|
|
||||||
@ -252,24 +302,51 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
.storage {
|
.comment-block-documentation {
|
||||||
color: #7F0055;
|
color: #00008F;
|
||||||
}
|
}
|
||||||
.string {
|
.constant-character-entity {
|
||||||
color: #446fbd;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
.support {
|
.entity-name-function, .entity-name-type {
|
||||||
color: #21439c;
|
font-weight: bold;
|
||||||
|
color: #67BBB8;
|
||||||
}
|
}
|
||||||
.variable.parameter, .variable-parameter {
|
.entity-name-tag {
|
||||||
color: black;
|
color: #98937B;
|
||||||
}
|
}
|
||||||
.variable.language, .variable-language {
|
.entity-other-attribute-name {
|
||||||
color: #7F0055;
|
color: #3C802C;
|
||||||
|
}
|
||||||
|
.invalid-illegal {
|
||||||
|
color: white;
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
.invalid-deprecated {
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
.keyword-operator {
|
||||||
|
color: #CC4C07;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.variable {
|
.meta.annotation.currentLine {
|
||||||
color: #0000c0;
|
background-color: #EAF2FE;
|
||||||
|
}
|
||||||
|
.meta.tag {
|
||||||
|
color: #3f7f7f;
|
||||||
|
}
|
||||||
|
.punctuation-definition-comment {
|
||||||
|
color: #3f5fbf;
|
||||||
|
}
|
||||||
|
.punctuation-definition-string {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
.variable-parameter {
|
||||||
|
color: #D1416F;
|
||||||
|
}
|
||||||
|
.variable-language {
|
||||||
|
color: #7F0055;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.cm-meta { color: #00008F; }
|
.cm-meta { color: #00008F; }
|
||||||
.cm-keyword { font-weight: bold; color: #7F0055; }
|
.cm-keyword { font-weight: bold; color: #7F0055; }
|
||||||
@ -446,12 +523,12 @@
|
|||||||
border: 1px solid #ff3232;
|
border: 1px solid #ff3232;
|
||||||
}
|
}
|
||||||
.annotationOverview.currentLine {
|
.annotationOverview.currentLine {
|
||||||
background-color: #f8a852;
|
background-color: #EAF2FE;
|
||||||
border: 1px solid #f79327;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
.annotationOverview.matchingSearch {
|
.annotationOverview.matchingSearch {
|
||||||
background-color: #C3E1FF;
|
background-color: #C3E1FF;
|
||||||
border: 1px solid #afcae5;
|
border: 1px solid #afcae5;
|
||||||
}
|
}
|
||||||
.annotationOverview.currentSearch {
|
.annotationOverview.currentSearch {
|
||||||
background-color: #53D1FF;
|
background-color: #53D1FF;
|
||||||
@ -524,3 +601,71 @@ border: 1px solid #afcae5;
|
|||||||
.annotationLine.currentLine {
|
.annotationLine.currentLine {
|
||||||
background-color: #EAF2FE;
|
background-color: #EAF2FE;
|
||||||
}
|
}
|
||||||
|
.comment.block.documentation {
|
||||||
|
color: #00008F;
|
||||||
|
}
|
||||||
|
.constant.character.entity {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
.entity.name.function, .entity.name.type {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #67BBB8;
|
||||||
|
}
|
||||||
|
.entity.name {
|
||||||
|
color: #98937B;
|
||||||
|
}
|
||||||
|
.entity.other.attribute.name {
|
||||||
|
color: #3C802C;
|
||||||
|
}
|
||||||
|
.meta.documentation.tag {
|
||||||
|
color: #7F7F9F;
|
||||||
|
}
|
||||||
|
.meta.documentation.annotation {
|
||||||
|
color: #7F9FBF;
|
||||||
|
}
|
||||||
|
.markup.bold {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.markup.heading, .markup-heading {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
.markup.italic {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.markup.list {
|
||||||
|
color: #CC4C07;
|
||||||
|
}
|
||||||
|
.markup.other.separator {
|
||||||
|
color: #00008F;
|
||||||
|
}
|
||||||
|
.markup.other.strikethrough {
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
.markup.other.table {
|
||||||
|
color: #3C802C;
|
||||||
|
}
|
||||||
|
.markup.quote, .markup-quote {
|
||||||
|
color: #446fbd;
|
||||||
|
}
|
||||||
|
.markup.raw {
|
||||||
|
font-family: monospace
|
||||||
|
}
|
||||||
|
.markup.underline.link {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.punctuation.definition.comment {
|
||||||
|
color: #3f5fbf;
|
||||||
|
}
|
||||||
|
.punctuation.definition.string {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
.variable.parameter {
|
||||||
|
color: #D1416F;
|
||||||
|
}
|
||||||
|
.variable.language {
|
||||||
|
color: #7F0055;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.variable.other {
|
||||||
|
color: #E038AD;
|
||||||
|
}
|
||||||
|
1573
public/orion/built-editor.min.js
vendored
1573
public/orion/built-editor.min.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user