Skip to content

Commit

Permalink
package 20.08.24
Browse files Browse the repository at this point in the history
  • Loading branch information
andredcoliveira committed Aug 20, 2024
1 parent 0057591 commit b25740e
Show file tree
Hide file tree
Showing 38 changed files with 257 additions and 112 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.35.5](https://github.com/ajaxorg/ace/compare/v1.35.4...v1.35.5) (2024-08-20)

### [1.35.4](https://github.com/ajaxorg/ace/compare/v1.35.3...v1.35.4) (2024-07-22)


Expand Down
54 changes: 33 additions & 21 deletions css/ace.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ float: left;
margin-left: -19px;
float: left;
}
.ace_gutter-cell.ace_error, .ace_icon.ace_error, .ace_icon.ace_error_fold {
.ace_gutter-cell.ace_error, .ace_icon.ace_error, .ace_icon.ace_error_fold, .ace_gutter-cell.ace_security, .ace_icon.ace_security, .ace_icon.ace_security_fold {
background-image: url("./main-1.png");
background-repeat: no-repeat;
background-position: 2px center;
Expand All @@ -156,32 +156,44 @@ background-image: url("./main-2.png");
background-repeat: no-repeat;
background-position: 2px center;
}
.ace_gutter-cell.ace_info, .ace_icon.ace_info {
.ace_gutter-cell.ace_info, .ace_icon.ace_info, .ace_gutter-cell.ace_hint, .ace_icon.ace_hint {
background-image: url("./main-3.png");
background-repeat: no-repeat;
background-position: 2px center;
}
.ace_dark .ace_gutter-cell.ace_info, .ace_dark .ace_icon.ace_info {
.ace_dark .ace_gutter-cell.ace_info, .ace_dark .ace_icon.ace_info, .ace_dark .ace_gutter-cell.ace_hint, .ace_dark .ace_icon.ace_hint {
background-image: url("./main-4.png");
}
.ace_icon_svg.ace_error {
-webkit-mask-image: url("./main-5.svg");
background-color: crimson;
}
.ace_icon_svg.ace_warning {
.ace_icon_svg.ace_security {
-webkit-mask-image: url("./main-6.svg");
background-color: crimson;
}
.ace_icon_svg.ace_warning {
-webkit-mask-image: url("./main-7.svg");
background-color: darkorange;
}
.ace_icon_svg.ace_info {
-webkit-mask-image: url("./main-7.svg");
-webkit-mask-image: url("./main-8.svg");
background-color: royalblue;
}
.ace_icon_svg.ace_hint {
-webkit-mask-image: url("./main-9.svg");
background-color: silver;
}
.ace_icon_svg.ace_error_fold {
-webkit-mask-image: url("./main-8.svg");
-webkit-mask-image: url("./main-10.svg");
background-color: crimson;
}
.ace_icon_svg.ace_security_fold {
-webkit-mask-image: url("./main-11.svg");
background-color: crimson;
}
.ace_icon_svg.ace_warning_fold {
-webkit-mask-image: url("./main-9.svg");
-webkit-mask-image: url("./main-12.svg");
background-color: darkorange;
}
.ace_scrollbar {
Expand Down Expand Up @@ -392,8 +404,8 @@ height: 11px;
margin-top: -2px;
vertical-align: middle;
background-image:
url("./main-10.png"),
url("./main-11.png");
url("./main-13.png"),
url("./main-14.png");
background-repeat: no-repeat, repeat-x;
background-position: center center, top left;
color: transparent;
Expand All @@ -406,8 +418,8 @@ pointer-events: auto;
}
.ace_fold:hover{
background-image:
url("./main-12.png"),
url("./main-13.png");
url("./main-15.png"),
url("./main-16.png");
}
.ace_tooltip {
background-color: #f5f5f5;
Expand Down Expand Up @@ -464,7 +476,7 @@ margin: 0 -12px 0 1px;
display: none;
width: 11px;
vertical-align: top;
background-image: url("./main-14.png");
background-image: url("./main-17.png");
background-repeat: no-repeat;
background-position: center;
border-radius: 3px;
Expand All @@ -475,10 +487,10 @@ cursor: pointer;
display: inline-block;
}
.ace_fold-widget.ace_end {
background-image: url("./main-15.png");
background-image: url("./main-18.png");
}
.ace_fold-widget.ace_closed {
background-image: url("./main-16.png");
background-image: url("./main-19.png");
}
.ace_fold-widget:hover {
border: 1px solid rgba(0, 0, 0, 0.3);
Expand All @@ -494,13 +506,13 @@ box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
* Dark version for fold widgets
*/
.ace_dark .ace_fold-widget {
background-image: url("./main-17.png");
background-image: url("./main-20.png");
}
.ace_dark .ace_fold-widget.ace_end {
background-image: url("./main-18.png");
background-image: url("./main-21.png");
}
.ace_dark .ace_fold-widget.ace_closed {
background-image: url("./main-19.png");
background-image: url("./main-22.png");
}
.ace_dark .ace_fold-widget:hover {
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
Expand Down Expand Up @@ -741,10 +753,10 @@ background: rgb(250, 250, 255);
border: 1px solid rgb(200, 200, 250);
}
.ace-tm .ace_indent-guide {
background: url("./main-20.png") right repeat-y;
background: url("./main-23.png") right repeat-y;
}
.ace-tm .ace_indent-guide-active {
background: url("./main-21.png") right repeat-y;
background: url("./main-24.png") right repeat-y;
}
/*error_marker.css*/
.error_widget_wrapper {
Expand Down Expand Up @@ -996,7 +1008,7 @@ animation: none;
/*inlineautocomplete.css*/
.ace_icon_svg.ace_arrow,
.ace_icon_svg.ace_arrow_rotated {
-webkit-mask-image: url("./main-22.svg");
-webkit-mask-image: url("./main-25.svg");
}
.ace_icon_svg.ace_arrow_rotated {
transform: rotate(180deg);
Expand Down Expand Up @@ -1170,7 +1182,7 @@ transform: rotate(-45deg);
border-width: 0 2px 2px 0 ;
}
.ace_searchbtn_close {
background: url("./main-23.png") no-repeat 50% 0;
background: url("./main-26.png") no-repeat 50% 0;
border-radius: 50%;
border: 0 none;
color: #656565;
Expand Down
4 changes: 4 additions & 0 deletions css/main-10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions css/main-11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions css/main-12.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/main-23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/main-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions css/main-25.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/main-26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions css/main-6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions css/main-7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions css/main-8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions css/main-9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions css/theme/cloud_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
.ace-cloud_editor .ace_tooltip-marker-error.ace_tooltip-marker {
background-color: #d13212;
}
.ace-cloud_editor .ace_tooltip-marker-security.ace_tooltip-marker {
background-color: #d13212;
}
.ace-cloud_editor .ace_tooltip-marker-warning.ace_tooltip-marker {
background-color: #906806;
}
Expand Down Expand Up @@ -167,13 +170,20 @@
.ace-cloud_editor .ace_icon_svg.ace_error_fold {
background-color: #d13212;
}
.ace-cloud_editor .ace_icon_svg.ace_security,
.ace-cloud_editor .ace_icon_svg.ace_security_fold {
background-color: #d13212;
}
.ace-cloud_editor .ace_icon_svg.ace_warning,
.ace-cloud_editor .ace_icon_svg.ace_warning_fold {
background-color: #906806;
}
.ace-cloud_editor .ace_icon_svg.ace_info {
background-color: #0073bb;
}
.ace-cloud_editor .ace_icon_svg.ace_hint {
background-color: #0073bb;
}
.ace-cloud_editor .ace_highlight-marker {
background: none;
border: #2963d6 1px solid;
Expand Down
10 changes: 10 additions & 0 deletions css/theme/cloud_editor_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
.ace-cloud_editor_dark.ace_dark .ace_tooltip-marker-error.ace_tooltip-marker {
background-color: #ff5d64;
}
.ace-cloud_editor_dark.ace_dark .ace_tooltip-marker-security.ace_tooltip-marker {
background-color: #ff5d64;
}
.ace-cloud_editor_dark.ace_dark .ace_tooltip-marker-warning.ace_tooltip-marker {
background-color: #e0ca57;
}
Expand Down Expand Up @@ -170,13 +173,20 @@
.ace-cloud_editor_dark .ace_icon_svg.ace_error_fold {
background-color: #ff5d64;
}
.ace-cloud_editor_dark .ace_icon_svg.ace_security,
.ace-cloud_editor_dark .ace_icon_svg.ace_security_fold {
background-color: #ff5d64;
}
.ace-cloud_editor_dark .ace_icon_svg.ace_warning,
.ace-cloud_editor_dark .ace_icon_svg.ace_warning_fold {
background-color: #e0ca57;
}
.ace-cloud_editor_dark .ace_icon_svg.ace_info {
background-color: #44b9d6;
}
.ace-cloud_editor_dark .ace_icon_svg.ace_hint {
background-color: #44b9d6;
}
.ace-cloud_editor_dark .ace_highlight-marker {
background: none;
border: #66b2f0 1px solid;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-builds",
"main": "./src-noconflict/ace.js",
"typings": "ace.d.ts",
"version": "1.35.4",
"version": "1.35.5",
"description": "Ace (Ajax.org Cloud9 Editor)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src-min-noconflict/ace.js

Large diffs are not rendered by default.

Loading

0 comments on commit b25740e

Please sign in to comment.