@ -67,7 +67,10 @@
this.keypress = () => {
if (!editor.getOption('readOnly')) {
editor.showHint({
completeSingle: false
completeSingle: false,
extraKeys: {
Enter: ''
}
})
@ -367,7 +367,10 @@
@ -395,7 +398,10 @@
if (!jsonEditor.getOption('readOnly')) {
jsonEditor.showHint({
@ -188,7 +188,10 @@
@ -199,7 +199,10 @@
@ -317,7 +317,10 @@
@ -1094,7 +1094,10 @@
@ -1128,7 +1131,10 @@
if (!shellEditor.getOption('readOnly')) {
shellEditor.showHint({
@ -101,7 +101,10 @@
@ -155,7 +155,10 @@
@ -143,7 +143,10 @@
@ -156,7 +156,10 @@