minor fix bug

This commit is contained in:
Xuan Sang LE
2020-05-21 21:54:43 +02:00
parent 61a0196c79
commit 5c08a189cc
9 changed files with 31 additions and 17 deletions

View File

@ -42,7 +42,8 @@ class CodePad extends this.OS.GUI.BaseApplication
highlightSelectedWord: true,
behavioursEnabled: true,
wrap: true,
fontSize: "11pt"
fontSize: "11pt",
showInvisibles: true
}
#themes = ace.require "ace/ext/themelist"
@editor.setTheme "ace/theme/monokai"