1- # Caché Visual Editor <sup >(alpha )</sup >
1+ # ObjectScript Visual Editor <sup >(beta )</sup >
22
33A Web-based user interface for InterSystems Caché which allows to create and manage classes
44literally without touching any code.
55
66Features
77--------
88
9- + Simple, intuitive and powerful visual class editing and exploring tool for both desktop and mobile devices;
9+ + Simple, intuitive, ** web-based ** visual class editing tool for both desktop and touchscreen devices;
1010+ Supports all basic class editing functionality:
1111 + Adding/deleting classes, editing class keywords, comments, etc;
1212 + Adding/deleting/altering class members: parameters, properties, methods, queries, xDatas, indices;
1313 + ** Convenient code editing** for methods and xDatas;
1414 + Editing all class members keywords with inputs, drop-downs and suggestions;
15- + XData code highlight (COS highlight is coming!);
15+ + XData code highlight (ObjectScript highlighting is coming!);
1616+ ** Embedded web terminal** if [ Caché web terminal] ( http://intersystems-ru.github.io/webterminal/ ) is installed in the system;
1717+ Smart class members grouping, folding and convenient interface, adaptive design;
18- + More features are coming !
18+ + More features!
1919
2020Preview
2121-------
@@ -37,9 +37,9 @@ Installation
3737Download the latest release from [ here] ( https://github.com/intersystems-ru/cache-visual-editor/releases ) and import
3838XML file into Caché by one of the next ways:
3939
40- 1 . Just drag XML file over Studio window;
41- 2 . Go to the Management Portal -> System Explorer -> Classes -> Import and select the XML file;
42- 3 . Execute ` do $system.OBJ.Load("C:\path\to\file\FileToImport.xml","ck") ` in terminal.
40+ - Just drag'n'drop the XML file on the Studio window;
41+ - ** OR ** Go to the Management Portal -> System Explorer -> Classes -> Import and select the XML file;
42+ - ** OR ** Execute ` do $system.OBJ.Load("C:\path\to\file\FileToImport.xml","ck") ` in terminal.
4343
4444Then check the installation output, it should say "Installation is complete!".
4545
0 commit comments