mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-28 03:39:45 +02:00
minor fix bug
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user