cxbrooks / test

Second test for bugzilla to git
0 stars 0 forks source link

If jsdoc has not been run, then after dragging in an accessor, "Get Documentation" does not find the jsdoc documentation #6

Open cxbrooks opened 6 years ago

cxbrooks commented 6 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#536 From: @cxbrooks Reported version: unspecified CC: accessors-devel@terraswarm.org

cxbrooks commented 6 years ago

In CapeCode, if the jsdoc Ant target has not been run and I drag in an accessor and then do "Get Documentation", the documentation for the accessor is not found and instead I'm shown the JSAccessor documentation.

The workaround is to run jsdoc and reload the accessors.

This came about because PT_NO_NET was set and JSAccessor was not building the docs.

Ideally, the message about missing docs would check for PT_NO_DOC and give the user the opportunity to run "ant jsdoc".