Skip to content

Commit c5c93cf

Browse files
Update README.md
1 parent 9c0f963 commit c5c93cf

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
This tool is an [IntelliJ IDEA](https://www.jetbrains.com/idea/) plugin.
44

5-
To run the plugin:
6-
7-
* Open the project in IntelliJ IDEA.
8-
9-
* Set the run configuration to `plugin`. The fields must be filled out automatically (The classpath is `IntelliJTestPlugin`)
10-
11-
* Set another run configuration in `JavaScript Debug`. The URL must be set to `chat.html`.
12-
13-
* Run the plugin. A new IDEA window will open. Open some Java project in this window if needed. To run the plugin, find and run it in the `View -> Tool Windows -> ActiveDocs`.
14-
15-
* Run `chat.html`. It will open a browser. Click on `CONNECT` to connect the client and server via `websocket`.
16-
17-
185
## Difference with the original version of the plugin
196

207
In this version, the core of the plugin is based on [SRCML](http://www.srcml.org/). In essence, the source-code of the project is encoded in an XML file. This XML file is then processed via XPath queries for different rules. The main XML file is a variable in the plugin code and is not accessible out of it. However, the temporary process results are written in files in the project folder. Removing these files are safe.

0 commit comments

Comments
 (0)