@@ -11,7 +11,7 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
11111 . First get the latest plugin release from GitHub over here:
1212 https://github.com/QualiSystemsLab/CloudShell-PyCharm-Plugin/releases
13132 . Once you have the plugin ` .jar ` file (` intelli-qs-plugin.jar ` ) open the settings window from within PyCharm.
14- Pressing ` Ctrl + Alt + S ` will open the settings window.
14+ Pressing < kbd > Ctrl</ kbd > + < kbd > Alt</ kbd > + < kbd >S</ kbd > will open the settings window.
1515 ![ Settings Window] ( /docs/images/settings_window.png )
16163 . Then, choose "Plugins", and click "Install plugin from disk...".
17174 . Browse and choose to the .jar plugin file (intelli-qs-plugin.jar) you just downloaded.
@@ -28,23 +28,22 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
2828
29292 . Before running the plugin, you'll need to have a file named deployment.xml in the project root folder,
3030 this file tells the plugin how and which driver you're trying to update, you can use this snippet as a template:
31-
32- ``` xml
33- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
34- <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
35- <properties >
36- <!-- The address of the Quali server on which to deploy, mandatory -->
37- <entry key =" serverRootAddress" >serverRootAddress</entry >
38- <!-- The port of the Quali server on which to deploy, defaults to "8029" -->
39- <entry key =" port" >port</entry >
40- <!-- The unique name of the driver as seen on the portal management, mandatory -->
41- <entry key =" driverUniqueName" >driverUniqueName</entry >
42- <!-- The server admin username, password and domain to use when deploying, defaults to "admin","admin" and "Global" -->
43- <entry key =" username" >username</entry >
44- <entry key =" password" >password</entry >
45- <entry key =" domain" >domain</entry >
46- <!-- Simple patterns to filter when sending the driver to the server separated by semicolons (e.g. "file.xml;logs/"),
47- on top of the patterns specified here the plugin will automatically filter the "deployment/" and ".idea/" folders and the "deployment.xml" file -->
48- <entry key =" fileFilters" >fileFilters</entry >
49- </properties >
50- ```
31+ ``` xml
32+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
33+ <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
34+ <properties >
35+ <!-- The address of the Quali server on which to deploy, mandatory -->
36+ <entry key =" serverRootAddress" >serverRootAddress</entry >
37+ <!-- The port of the Quali server on which to deploy, defaults to "8029" -->
38+ <entry key =" port" >port</entry >
39+ <!-- The unique name of the driver as seen on the portal management, mandatory -->
40+ <entry key =" driverUniqueName" >driverUniqueName</entry >
41+ <!-- The server admin username, password and domain to use when deploying, defaults to "admin","admin" and "Global" -->
42+ <entry key =" username" >username</entry >
43+ <entry key =" password" >password</entry >
44+ <entry key =" domain" >domain</entry >
45+ <!-- Simple patterns to filter when sending the driver to the server separated by semicolons (e.g. "file.xml;logs/"),
46+ on top of the patterns specified here the plugin will automatically filter the "deployment/" and ".idea/" folders and the "deployment.xml" file -->
47+ <entry key =" fileFilters" >fileFilters</entry >
48+ </properties >
49+ ```
0 commit comments