mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
add shared library support
This commit is contained in:
@ -279,4 +279,10 @@ class NotePad extends this.OS.GUI.BaseApplication
|
||||
, "Quit", { text: "Ignore all #{dirties.length} unsaved files ?" }
|
||||
|
||||
NotePad.singleton = false
|
||||
NotePad.dependencies = [
|
||||
"ace/ace",
|
||||
"ace/ext-language_tools",
|
||||
"ace/ext-modelist",
|
||||
"ace/ext-themelist"
|
||||
]
|
||||
this.OS.register "NotePad", NotePad
|
Reference in New Issue
Block a user