Skip to content

Commit d565b24

Browse files
Update readme x2
1 parent e407bdc commit d565b24

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ObjectScript Visual Editor <sup>(beta)</sup>
22

3-
A Web-based user interface for InterSystems Caché which allows to create and manage classes
3+
A Web-based user interface for InterSystems products (IRIS, Caché, Ensemble, HealthShare, etc) which allows to create and manage classes
44
literally without touching any code.
55

66
Features
@@ -13,7 +13,7 @@ Features
1313
+ **Convenient code editing** for methods and xDatas;
1414
+ Editing all class members keywords with inputs, drop-downs and suggestions;
1515
+ XData code highlight (ObjectScript highlighting is coming!);
16-
+ **Embedded web terminal** if [Caché web terminal](http://intersystems-ru.github.io/webterminal/) is installed in the system;
16+
+ **Embedded web terminal** if [Web Terminal](http://intersystems-ru.github.io/webterminal/) is installed in the system;
1717
+ Smart class members grouping, folding and convenient interface, adaptive design;
1818
+ More features!
1919

@@ -26,16 +26,16 @@ Preview
2626

2727
![Screenshot 2](https://cloud.githubusercontent.com/assets/4989256/14295117/efcf2da4-fb7c-11e5-861f-e9f1231ec909.png)
2828

29-
Caché Support
30-
-------------
29+
InterSystems Products Support
30+
-----------------------------
3131

32-
Caché Visual Editor is supported by **Caché version 2016.1 and higher**.
32+
ObjectScript Visual Editor is supported by **InterSystems' products of version 2016.1 and higher**.
3333

3434
Installation
3535
------------
3636

37-
Download the latest release from [here](https://github.com/intersystems-ru/cache-visual-editor/releases) and import
38-
XML file into Caché by one of the next ways:
37+
Download the latest release from [here](https://github.com/intersystems-ru/objectscript-visual-editor/releases) and import
38+
XML file into IRIS/Caché/etc by one of the next ways:
3939

4040
- Just drag'n'drop the XML file on the Studio window;
4141
- **OR** Go to the Management Portal -> System Explorer -> Classes -> Import and select the XML file;
@@ -52,16 +52,16 @@ Development
5252
#### Pre-requirements
5353

5454
To participate in development of this application, you need Git, [NodeJS](https://nodejs.org) and
55-
**Caché 2016.2+** to be installed (due to UDL import support).
55+
**InterSystems' Products of version 2016.2+** to be installed (due to UDL import support).
5656

57-
The development process of this application **lies completely outside Caché**. It includes
57+
The development process of this application **happens completely outside embedded IDEs** in a form of files. It includes
5858
structured file tree under `source` directory, where each file can be edited in your favorite text
5959
editor.
6060

6161
At first, clone the repository. It contains submodules, so use the `--recursive` flag when cloning:
6262
```bash
63-
git clone --recursive https://github.com/intersystems-ru/cache-visual-editor
64-
cd cache-visual-editor
63+
git clone --recursive https://github.com/intersystems-ru/objectscript-visual-editor
64+
cd objectscript-visual-editor
6565
```
6666

6767
Then you have to install all the project dependencies by running this command from the project's
@@ -86,11 +86,11 @@ Take your ready to import sources in `build/cache` folder.
8686
#### One-command build and XML export
8787

8888
**To simplify** development on Windows (scripts for other platforms are welcome),
89-
make the copy of `import.bat` file and edit the path to your Caché instance there.
90-
Then you can just use one command `import` to deploy the project from source to Caché.
89+
make the copy of `import.bat` file and edit the path to your IRIS/Caché/etc instance there.
90+
Then you can just use one command `import` to deploy the project from source to IRIS/Caché.
9191

9292
After setting `import.bat` up, **just by one command** `import` you get the next:
9393

9494
1. Project is built by Gulp;
95-
2. VisualEditor package is imported into Caché;
95+
2. VisualEditor package is imported into IRIS/Caché;
9696
3. The XML file containing ready-to-deploy package is exported to `build` directory.

0 commit comments

Comments
 (0)