|
1 | 1 | <idea-plugin> |
2 | 2 | <id>com.github.beansoft.reatnative.idea.free</id> |
3 | 3 | <name>React Native Console Free</name> |
4 | | - <version>2020.1.0</version> |
| 4 | + <version>2020.2</version> |
5 | 5 | <vendor email="beansoft@126.com" url="https://github.com/beansoft/react-native-console">BeanSoft</vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
8 | 8 | <h2>React Native Console Free</h2> |
9 | 9 | <p>a Free IDEA/WebStorm/Android Studio Plugin for run React Native commands</p> |
10 | | -<p>This is the original FREE edition released at Apr 28, 2020, and will be maintained to run under latest IDEA/Android Studio.<br> |
11 | | -FYI the <a href='https://plugins.jetbrains.com/plugin/9564-react-native-console'>Paid Version</a> which is under active development.<br> |
| 10 | +<p>This is the original FREE edition, and will be maintained to run under latest IDEA/Android Studio.<br> |
| 11 | +FYI the <a href='https://plugins.jetbrains.com/plugin/9564-react-native-console'>Paid Pro Version</a> which is under active development.<br> |
12 | 12 | 🆕FYI <b><a href="https://plugins.jetbrains.com/plugin/14718-flutter-storm/">FluterStorm</a></b> a |
13 | 13 | WebStorm/PhpStorm/GoLand/PyCharm/CLion/RubyMine plugin for developing Flutter applications.<br> |
14 | 14 | </p> |
@@ -82,6 +82,10 @@ FYI the <a href='https://plugins.jetbrains.com/plugin/9564-react-native-console' |
82 | 82 |
|
83 | 83 | <change-notes><![CDATA[ |
84 | 84 | <br> |
| 85 | + <br>2020.2 |
| 86 | + <br>- add close tab button; |
| 87 | + <br>- fix RN 0.62 run issue; |
| 88 | + <br>- fix open new project in same window plugin not working issue; |
85 | 89 | <br>2020.1 |
86 | 90 | <br>- improve avd list command |
87 | 91 | <br>2019.3.3 |
@@ -143,7 +147,7 @@ FYI the <a href='https://plugins.jetbrains.com/plugin/9564-react-native-console' |
143 | 147 | <!-- 注意 id 中不能有空格! RNToolWindowFactory.java中的ID定义也一样! |
144 | 148 | Warning: the tool window id should't cotains any space char, same ID value constraint in file RNToolWindowFactory.java |
145 | 149 | --> |
146 | | - <toolWindow id="RN Console Free" anchor="bottom" icon="/icons/ReactNative.png" |
| 150 | + <toolWindow id="RN Console Free" anchor="bottom" icon="/icons/ReactNative.png" canCloseContents="true" |
147 | 151 | factoryClass="com.github.beansoft.reatnative.idea.views.RNToolWindowFactory" secondary="false"/> |
148 | 152 |
|
149 | 153 | <!-- ReactNative Run Configuration Type define TODO--> |
|
0 commit comments