1
- # Caché Visual Editor <sup >(alpha )</sup >
1
+ # ObjectScript Visual Editor <sup >(beta )</sup >
2
2
3
3
A Web-based user interface for InterSystems Caché which allows to create and manage classes
4
4
literally without touching any code.
5
5
6
6
Features
7
7
--------
8
8
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;
10
10
+ Supports all basic class editing functionality:
11
11
+ Adding/deleting classes, editing class keywords, comments, etc;
12
12
+ Adding/deleting/altering class members: parameters, properties, methods, queries, xDatas, indices;
13
13
+ ** Convenient code editing** for methods and xDatas;
14
14
+ 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!);
16
16
+ ** Embedded web terminal** if [ Caché web terminal] ( http://intersystems-ru.github.io/webterminal/ ) is installed in the system;
17
17
+ Smart class members grouping, folding and convenient interface, adaptive design;
18
- + More features are coming !
18
+ + More features!
19
19
20
20
Preview
21
21
-------
@@ -37,9 +37,9 @@ Installation
37
37
Download the latest release from [ here] ( https://github.com/intersystems-ru/cache-visual-editor/releases ) and import
38
38
XML file into Caché by one of the next ways:
39
39
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.
43
43
44
44
Then check the installation output, it should say "Installation is complete!".
45
45
0 commit comments