Skip to content

Commit

Permalink
update change log and rename button Text: JSON Format -> Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sealkingking committed Nov 17, 2019
1 parent 3e7d23c commit 78f3d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/wu/seal/jsontokotlin/ui/JsonInputDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class JsonInputDialog(classsName: String, private val project: Project) : Messag
label("JSON Text: ", 14f)()
label("Tips: you can use JSON string、http urls or local file just right click on text area", 12f)()
fillSpace()
button("JSON Format") {
button("Format") {
handleFormatJSONString()
}()
}()
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@

<change-notes><![CDATA[
<br>Bugs fix </br>
<br>1. fix option :Keep Annotation and property in single line</br>
<br>New Features </br>
<br>1. AndroidX @Keep Annotation support</br>
<br>2. Support Init with default JSON value</br>
<br>3. Make dot to be word separate character</br>
<br>Note:</br>
<a href="https://github.com/wuseal/JsonToKotlinClass/milestone/11"> detail update</a></br>
]]>
Expand Down

0 comments on commit 78f3d01

Please sign in to comment.