defcon icon indicating copy to clipboard operation
defcon copied to clipboard

Update documentation.

Open typesupply opened this issue 12 years ago • 2 comments

This ticket is a place for me to keep track of all the things that need to be documented.

new API new granular notifications representations

typesupply avatar Jul 18 '13 17:07 typesupply

Comments from my old Trac issue tracker:

  • progress bar API expected in save. See ticket #11 for the final API.
  • Advise against the use of getParent.
  • new saving methods for subclasses
  • font, layerSet, layer, etc. attributes
  • factory registration
  • destructiveNotifications arg when registering a factory
  • information for subclasses about registering for self notifications?
  • decomposeComponent and decomposeAllComponents.
  • add doc strings for all of the self notification observation methods.
  • instantiate* methods.

typesupply avatar Jul 18 '13 17:07 typesupply

I reviewed all of the documentation and opened a couple of pull requests (PR #25 and PR #26) with minor fixes. I noticed, though, that all objects have only very superficial listing of methods and attributes, and nothing more descriptive of their usage and functionalities. The concept pages, though, are already looking good :-)

felipesanches avatar Oct 20 '15 18:10 felipesanches