You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
## IntelliJ/PyCharm Plugin for Robot Automation Framework
2
2
3
+

4
+
3
5
**INSTALLATION**
4
-
Download the [intellibot.jar](/intellibot.jar) file in this github project.
5
-
Then install this plugin to your IDE by using the 'Install plugin from disk...' option.
6
+
The plugin is now published in the [JetBrains Plugins Repository](https://plugins.jetbrains.com/plugin/17424-intellibot-patched/).
7
+
You can install it directly from your IDE.
8
+
Just search for '**IntelliBot #patched**' under 'Marketplace...' in Settings/Preferences [Plugin Manager](https://www.jetbrains.com/help/idea/managing-plugins.html) UI in IntelliJ Platform-based IDEs.
9
+
10
+
You can also manually download the [intellibot.jar](/intellibot.jar) file from github.
11
+
Then install this plugin in IDE by using the 'Install plugin from disk...' option.
6
12
7
13
**NEW OPTIONS**
8
14
This version of intellibot provide more options, see following picture:
@@ -75,7 +81,7 @@ Related feature request to JetBrains: [IDEA-97678](http://youtrack.jetbrains.com
75
81
76
82
Note that this plugin should work in either IntelliJ or PyCharm, but that PyCharm is far less used (and thus tested) personally.
77
83
78
-
**The plugin is now hosted in the JetBrains [repositories](http://plugins.jetbrains.com/plugin/7386?pr=github).**
84
+
**The plugin is now hosted in the JetBrains [repositories](https://plugins.jetbrains.com/plugin/17424-intellibot-patched).**
79
85
This means you can install it directly form your IDE.
80
86
Just search for 'Intellibot' under 'Browse Repositories...'.
0 commit comments