Skip to content

Commit

Permalink
package 22.07.24
Browse files Browse the repository at this point in the history
  • Loading branch information
akoreman committed Jul 22, 2024
1 parent de6d45a commit 0057591
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.4](https://github.com/ajaxorg/ace/compare/v1.35.3...v1.35.4) (2024-07-22)


### Bug Fixes

* move right of cursor tokens to end of ghost text. ([#5616](https://github.com/ajaxorg/ace/issues/5616)) ([063ef9b](https://github.com/ajaxorg/ace/commit/063ef9bbe0934dfe75d9b447e8a92b69bfa41a3a))

### [1.35.3](https://github.com/ajaxorg/ace/compare/v1.35.2...v1.35.3) (2024-07-18)


Expand Down
5 changes: 4 additions & 1 deletion css/ace.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ z-index: 1;
opacity: 0.5;
font-style: italic;
}
.ace_ghost_text > div {
.ace_ghost_text_container > div {
white-space: pre;
}
.ghost_text_line_wrapped::after {
Expand All @@ -620,6 +620,9 @@ width:1px;
height:1px;
overflow:hidden;
}
.ace_hidden_token {
display: none;
}
/*ace-tm*/
.ace-tm .ace_gutter {
background: #f0f0f0;
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.3",
"version": "1.35.4",
"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.

2 changes: 1 addition & 1 deletion src-min/ace.js

Large diffs are not rendered by default.

46 changes: 41 additions & 5 deletions src-noconflict/ace.js

Large diffs are not rendered by default.

46 changes: 41 additions & 5 deletions src/ace.js

Large diffs are not rendered by default.

0 comments on commit 0057591

Please sign in to comment.