Skip to content

Commit 875de3d

Browse files
author
Ivan Scherbak
committed
Fix some typos. Update readme & plugin description
1 parent 024f470 commit 875de3d

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

META-INF/plugin.xml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
11
<idea-plugin version="2">
22
<id>com.funivan.phpstorm.refactoring</id>
33
<name>Refactoring</name>
4-
<version>0.0.4</version>
5-
<vendor email="dev@yfunivan.com" url="http://funivan.com">Funivan</vendor>
4+
<version>0.0.5</version>
5+
<vendor email="dev@funivan.com" url="http://funivan.com">Funivan</vendor>
66

77
<description><![CDATA[
8-
Improve your productivity
8+
Improve your productivity.<br><br>
9+
<b>Edit usages</b> - find some statements with PhpStorm and edit it.<br>
10+
<b>Find magic method</b> - detect who is calling your magic methods<br>
11+
<b>Unimport class</b> - revers action of the import class<br>
12+
13+
<br><hr>
14+
Support<br>
15+
<a href="https://github.com/funivan/PhpStorm-Refactoring-Plugin/blob/master/README.md#modules">How to use</a><br>
16+
GitHub : <a href="https://github.com/funivan/PhpStorm-Refactoring-Plugin">funivan/PhpStorm-Refactoring-Plugin</a>
17+
<br>
18+
Have some question?<br>
19+
Twitter: <a href="http://twitter.com/funivan">@funivan</a>
20+
21+
922
]]></description>
1023

1124
<change-notes><![CDATA[
25+
<h4>0.0.5</h4>
26+
- Rewrite plugin description. Fix typos
27+
1228
<h4>0.0.4</h4>
13-
- Fix null pointers. Optimize code
29+
- Fix null pointers. Optimize code<br>
1430
1531
<h4>0.0.3</h4>
16-
- [Unimport class] Add support for the class alias. Can be invoked on the use statement
32+
- [Unimport class] Add support for the class alias. Can be invoked on the use statement<br>
1733
1834
<h4>0.0.2</h4>
19-
- [Unimport class] invoke action inside php doc comments
20-
- [Find magic methods] run task in background
21-
- [Find magic methods] Find magic properties
35+
- [Unimport class] invoke action inside php doc comments<br>
36+
- [Find magic methods] run task in background<br>
37+
- [Find magic methods] Find magic properties<br>
2238
]]>
2339
</change-notes>
2440

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# Refactoring plugin for PhpStorm
22

3-
# How to install?
4-
1. Download the latest version from [github](https://github.com/funivan/PhpStorm-Refactoring-Plugin/releases).
5-
2. Invoke the action in PHPStorm `Install plugin from disk`.
6-
3. Restart PHPstorm.
7-
8-
93
## Modules
10-
[EditUsages](src/com/funivan/phpstorm/refactoring/EditUsages/README.md)
11-
12-
[UnimportClass](src/com/funivan/phpstorm/refactoring/UnimportClass/README.md)
13-
14-
[FindMagicMethods](src/com/funivan/phpstorm/refactoring/FindMagicMethods/README.md)
4+
[EditUsages](src/com/funivan/phpstorm/refactoring/EditUsages/README.md) - find some statements with PhpStorm and edit it.
155

6+
[UnimportClass](src/com/funivan/phpstorm/refactoring/UnimportClass/README.md) - revers action of the import class
167

8+
[FindMagicMethods](src/com/funivan/phpstorm/refactoring/FindMagicMethods/README.md) - detect who is calling your magic methods

0 commit comments

Comments
 (0)