@@ -112,7 +112,7 @@ author.url=http://joelmoniz.com
112
112
# Set the web page for your tool.
113
113
# This is NOT a direct link to where to download it.
114
114
115
- tool.url =http ://joelmoniz .com/Shape-Sketch
115
+ tool.url =https ://github .com/joelmoniz /Shape-Sketch
116
116
117
117
118
118
# Set the category of your tool. This must be one (or many) of the following:
@@ -122,24 +122,26 @@ tool.url=http://joelmoniz.com/Shape-Sketch
122
122
# "Sound" "Utilities" "Typography" "Video & Vision"
123
123
# If a value other than those listed is used, your tool will listed as "Other."
124
124
125
- tool.category =GUI,Geometry
125
+ tool.categories =GUI,Geometry
126
126
127
127
128
128
# A short sentence (or fragment) to summarize the tool's function. This will be
129
129
# shown from inside the PDE when the tool is being installed. Avoid repeating
130
130
# the name of your tool here. Also, avoid saying anything redundant like
131
131
# mentioning that it's a tool. This should start with a capitalized letter, and
132
132
# end with a period.
133
-
134
- tool.sentence =A collection of utilities for solving this and that problem.
133
+ # Paint on a canvas; generate processing code. Easy peasy!
134
+ # Generate processing code from shapes on a canvas
135
+ # Draw simple shapes on a canvas and automatically generate processing code.
136
+ tool.sentence =Paint on a canvas; generate processing code. Easy peasy!
135
137
136
138
137
139
# Additional information suitable for the Processing website. The value of
138
140
# 'sentence' always will be prepended, so you should start by writing the
139
141
# second sentence here. If your tool only works on certain operating systems,
140
142
# mention it here.
141
143
142
- tool.paragraph =
144
+ tool.paragraph = This tool enables quickly drawing and coloring in shapes, and then automatically converts everything into processing code.
143
145
144
146
145
147
# Set the source code repository for your project.
@@ -160,15 +162,18 @@ tool.version=1
160
162
161
163
# The version as the user will see it.
162
164
163
- tool.prettyVersion =0.0.1
165
+ tool.prettyVersion =0.8.0
166
+ tool.minRevision =0245
167
+ tool.maxRevision =0
168
+ tool.lastUpdated =1455510195000
164
169
165
170
166
- tool.copyright =(c) 2014
171
+ tool.copyright =(c) 2016
167
172
tool.dependencies =?
168
173
tool.keywords =?
169
174
170
175
tested.platform =windows
171
- tested.processingVersion =3.0a2
176
+ tested.processingVersion =3.0b7+
172
177
173
178
174
179
# Include javadoc references into your project's javadocs.
0 commit comments