@@ -5,8 +5,10 @@ An UML Class explorer for InterSystems Caché.
5
5
+ Build class diagrams;
6
6
+ Build diagrams for any package or subpackage;
7
7
+ Edit diagrams after build;
8
+ + Switch between strict UML notation and designed view;
8
9
+ Export diagrams as an image;
9
10
+ See Class methods, properties, parameters, SQL queries and more;
11
+ + See any keywords and related information by hovering over everything with pointer;
10
12
+ View class methods code with syntax highlighting;
11
13
+ Zoom in and out;
12
14
+ Search on diagram or in class tree;
@@ -18,17 +20,17 @@ An UML Class explorer for InterSystems Caché.
18
20
19
21
## Installation
20
22
21
- To install latest Caché UML Explorer, you just need to import UMLExplorer package. Download the
23
+ To install latest Caché Class Explorer, you just need to import ClassExplorer package. Download the
22
24
archive from [ latest releases] ( https://github.com/intersystems-ru/UMLExplorer/releases ) , and then import
23
25
<code >Cache/CacheUMLExplorer-vX.X.X.xml</code > file.
24
26
25
27
###### Web application
26
- Note that importing UMLExplorer .WebAppInstaller class will also create a /UMLExplorer application.
28
+ Note that importing ClassExplorer .WebAppInstaller class will also create a /ClassExplorer application.
27
29
If you want to create WEB application manually, please, do not import this class. Anyway, <b >
28
30
importing this class requires %SYS permission.</b >
29
31
30
32
## Usage
31
- Visit <code >[ server domain and port] /UMLExplorer /</code > (slash at end required) to enter
33
+ Visit <code >[ server domain and port] /ClassExplorer /</code > (slash at end required) to enter
32
34
application.
33
35
34
36
## Build
0 commit comments