This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michail Plushnikov
committed
Apr 29, 2015
1 parent
be62d37
commit 5f6c3c3
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<idea-plugin version="2" url="http://code.google.com/p/lombok-intellij-plugin"> | ||
<idea-plugin version="2" url="https://github.com/mplushnikov/lombok-intellij-plugin"> | ||
<id>Lombook Plugin</id> | ||
<name>Lombok Plugin</name> | ||
<vendor url="https://github.com/mplushnikov/lombok-intellij-plugin" email="[email protected]">Michail Plushnikov</vendor> | ||
|
@@ -205,6 +205,7 @@ | |
<li>0.9.4 | ||
<ol> | ||
<li>Fixed regression #108: Getter/Setter wrong after last Update</li> | ||
<li>Fixed #100, #72: AssertionError: Stub and PSI element type mismatch</li> | ||
</ol> | ||
</li> | ||
<li>0.9.3 | ||
|
1 change: 1 addition & 0 deletions
1
lombok-plugin/src/main/resources/messages/lombokBundle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
daemon.donate.title=Lombok support plugin updated to v{0} | ||
daemon.donate.content=\ | ||
- Fixed regression (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/108">#108</a>): Getter/Setter wrong after last Update<br/>\ | ||
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/100">#100</a>): AssertionError: Stub and PSI element type mismatch<br/>\ | ||
<br/>\ | ||
If you find my plugin helpful, donate me using <b>\ | ||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=3F9HXD7A2SMCN">PayPal</a></b> |