Randy Edmunds
Randy Edmunds
Add no-width spaces (i.e. `​`) following `.` and `-` in IDs to output for better line breaking. This makes it easy to copy shortcuts and paste into [Brackets Shortcuts wiki...
Markdown formatting is supported in Descriptions, but not in `@param`, `@return`, etc. For example, this: ``` * @return {$.Promise} * A promise that is resolved with three parameters: * contents...
According to http://usejsdoc.org/about-getting-started.html: "JSDoc comments should generally be placed immediately before the code being documented. It must start with a `/**` sequence in order to be recognized by the JSDoc...
The list of `exports` for modules don't seem to be part of the API format. Seems like this is prominent enough to have it's own section with a link in...
**Case 1:** For this case from **CommandManager.js**: ``` JavaScript /** * Map of all registered global commands * @type Object. */ ``` Type is truncated to: "Object.
@jbalsas These are the notes from the e-mail conversation we had. - Custom content with Resource Links - Embed README.md or CONTRIBUTING.md? What other resource links might be helpful? -...
File **LiveDevelopment/Documents/HTMLDocument.js** is missing all of the Methods. They all (most?) have JSDoc comments, so I'm not sure why they are not in generated file.
Might be nice to see a list of all JSON files in project, and also be able to see the data. Smaller JSON files can just be shown as code,...
Currently, the code wraps. It might be nice to have a checkbox to turn that off (i.e. scroll instead).
In **Editor.js**, Class **Editor**, Method `convertToLineSelections` the Returns value is so long that it's truncated. Would be nice if this were logically broken into separate lines, but that's not easy...