Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SaharMehrpour authored Sep 19, 2018
1 parent 9c0f963 commit c5c93cf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

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

To run the plugin:

* Open the project in IntelliJ IDEA.

* Set the run configuration to `plugin`. The fields must be filled out automatically (The classpath is `IntelliJTestPlugin`)

* Set another run configuration in `JavaScript Debug`. The URL must be set to `chat.html`.

* 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`.

* Run `chat.html`. It will open a browser. Click on `CONNECT` to connect the client and server via `websocket`.


## Difference with the original version of the plugin

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.
Expand Down

0 comments on commit c5c93cf

Please sign in to comment.