Processing Library Properties
Configures the Processing Library properties
Properties
The categories of your library. (Use category instead if single)
The category of your library. (Use categories instead if multiple)
The version as the user will see it. If blank, the version attribute will be used here. This should be a single word, with no spaces.
The min and max revision of Processing compatible with your library. Note that these fields use the revision and not the version of Processing, parsable as an int. For example, the revision number for 2.2.1 is 227. You can find the revision numbers in the release tags: Processing 4 tags Only use maxRevision (or minRevision), when your library is known to break in a later (or earlier) release. Otherwise, use the default value 0.
A short sentence (or fragment) to summarize the library's function. This will be shown from inside the PDE when the library is being installed. Avoid repeating the name of your library here. Also, avoid saying anything redundant like mentioning that it's a library. This should start with a capitalized letter, and end with a period.