@difizen/libro-cofine-editor 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/libro-e2-editor.js +1 -1
- package/package.json +7 -7
- package/src/libro-e2-editor.ts +1 -1
package/es/libro-e2-editor.js
CHANGED
|
@@ -409,7 +409,7 @@ export var LibroE2Editor = (_dec = transient(), _dec2 = inject(CommandRegistry),
|
|
|
409
409
|
lineDecorationsWidth: 15,
|
|
410
410
|
lineNumbersMinChars: 3,
|
|
411
411
|
suggestSelection: 'first',
|
|
412
|
-
wordBasedSuggestions:
|
|
412
|
+
wordBasedSuggestions: 'off',
|
|
413
413
|
scrollBeyondLastLine: false,
|
|
414
414
|
/**
|
|
415
415
|
* 使用该选项可以让modal widget出现在正确的范围,而不是被遮挡,解决z-index问题,但是会导致hover组件之类的无法被选中
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-cofine-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@difizen/monaco-editor-core": "latest",
|
|
36
|
-
"@difizen/libro-cofine-editor-core": "^0.1.
|
|
37
|
-
"@difizen/libro-cofine-textmate": "^0.1.
|
|
38
|
-
"@difizen/libro-lsp": "^0.1.
|
|
39
|
-
"@difizen/libro-code-editor": "^0.1.
|
|
40
|
-
"@difizen/libro-common": "^0.1.
|
|
41
|
-
"@difizen/libro-core": "^0.1.
|
|
36
|
+
"@difizen/libro-cofine-editor-core": "^0.1.13",
|
|
37
|
+
"@difizen/libro-cofine-textmate": "^0.1.13",
|
|
38
|
+
"@difizen/libro-lsp": "^0.1.13",
|
|
39
|
+
"@difizen/libro-code-editor": "^0.1.13",
|
|
40
|
+
"@difizen/libro-common": "^0.1.13",
|
|
41
|
+
"@difizen/libro-core": "^0.1.13",
|
|
42
42
|
"@difizen/mana-app": "latest",
|
|
43
43
|
"resize-observer-polyfill": "^1.5.1",
|
|
44
44
|
"vscode-languageserver-protocol": "^3.17.4",
|
package/src/libro-e2-editor.ts
CHANGED
|
@@ -407,7 +407,7 @@ export class LibroE2Editor implements IEditor {
|
|
|
407
407
|
lineDecorationsWidth: 15,
|
|
408
408
|
lineNumbersMinChars: 3,
|
|
409
409
|
suggestSelection: 'first',
|
|
410
|
-
wordBasedSuggestions:
|
|
410
|
+
wordBasedSuggestions: 'off',
|
|
411
411
|
scrollBeyondLastLine: false,
|
|
412
412
|
/**
|
|
413
413
|
* 使用该选项可以让modal widget出现在正确的范围,而不是被遮挡,解决z-index问题,但是会导致hover组件之类的无法被选中
|