prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] PShape reference missing method #118

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by davideoliveri Tuesday May 07, 2013 at 08:24 GMT Originally opened as https://github.com/processing/processing-web/issues/118


there's no reference for getChildCount(), and it is not highlighted

prisonerjohn commented 10 years ago

Comment by REAS Wednesday May 22, 2013 at 06:56 GMT


We can't document everything in PShape in the simplified reference on the website. The full list of fields and methods are in the JavaDoc: http://processing.org/reference/javadoc/core/processing/core/PShape.html

The question is one of general use and importance. For you, should getChildCount() be included in the reference on the website?

prisonerjohn commented 10 years ago

Comment by davideoliveri Wednesday May 22, 2013 at 08:23 GMT


In my opinion it can be useful to have getChildCount() included in general reference, but I understand that not everything can be added. The getChildCount() can be useful if you simply want to be sure about how many children a svg has. We often work with downloaded files and not always we have time to check it via Inkscape or Illustrator.

prisonerjohn commented 10 years ago

Comment by REAS Wednesday May 22, 2013 at 15:39 GMT


I'll add it.

prisonerjohn commented 10 years ago

Comment by REAS Wednesday May 22, 2013 at 22:30 GMT


Added to Git.