|
@@ -73,9 +73,9 @@ $(() => {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
editor.focus();
|
|
editor.focus();
|
|
|
- editor.on('keypress', ()=>{
|
|
|
|
|
- editor.showHint();
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ // editor.on('keypress', ()=>{
|
|
|
|
|
+ // editor.showHint();
|
|
|
|
|
+ // });
|
|
|
|
|
|
|
|
window.mkdirsSync = (dirpath, mode) => {
|
|
window.mkdirsSync = (dirpath, mode) => {
|
|
|
if (!fs.existsSync(dirpath)) {
|
|
if (!fs.existsSync(dirpath)) {
|