Skip to content

Commit e407bdc

Browse files
Readme update
1 parent 33d37f9 commit e407bdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Caché Visual Editor <sup>(alpha)</sup>
1+
# ObjectScript Visual Editor <sup>(beta)</sup>
22

33
A Web-based user interface for InterSystems Caché which allows to create and manage classes
44
literally without touching any code.
55

66
Features
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

2020
Preview
2121
-------
@@ -37,9 +37,9 @@ Installation
3737
Download the latest release from [here](https://github.com/intersystems-ru/cache-visual-editor/releases) and import
3838
XML 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

4444
Then check the installation output, it should say "Installation is complete!".
4545

0 commit comments

Comments
 (0)