A Web-based editor for InterSystems Caché, inspired by Ace (Ajax.org Cloud9 Editor)
.
COSmic uses codemirror as editor.
Find the latest release and import XML file into Caché by one of the next ways:
- Just drag XML file over Studio window;
- Go to the Management Portal -> System Explorer -> Classes -> Import and select the XML file;
- Execute
do $system.OBJ.Load("C:\path\to\file\FileToImport.xml","ck")
in terminal.