Skip to content

Commit a44e54a

Browse files
committed
add longer description to make the jetbrains people happy
1 parent eff2337 commit a44e54a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "me.cjcrafter"
8-
version = "0.1.0"
8+
version = "0.1.3"
99

1010
repositories {
1111
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- Public plugin name should be written in Title Case.
77
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
8-
<name>PyCharm Getters and Setters</name>
8+
<name>Python Getters and Setters</name>
99

1010
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
1111
<vendor email="collinjbarber@gmail.com" url="https://www.github.com/cjcrafter">CJCrafter</vendor>
@@ -14,7 +14,18 @@
1414
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
1515
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
1616
<description><![CDATA[
17-
Adds automatic getter/setter generation options to PyCharm
17+
Adds getter/setter generation options to for Python. Right now, this is
18+
only good for generating getter/setter properties if you are using Python's
19+
private variables. In the future, there will be many options for generating
20+
custom templates for your getters and setters.
21+
22+
Coming Soon:
23+
- Deleters
24+
- UI for choosing which properties
25+
- type support
26+
27+
Usage is easy:
28+
alt+insert > Generate > Getters and Setters
1829
]]></description>
1930

2031
<!-- Product and plugin compatibility requirements.

0 commit comments

Comments
 (0)