Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsconsole: dynamically load method signatures from all classes implementing BaseScopeable #220

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hi-ko
Copy link
Contributor

@hi-ko hi-ko commented Mar 11, 2024

CHECKLIST

  • There aren't existing pull requests attempting to address the issue mentioned here
  • Submission developed in a feature branch--not master

currently jsconsole only supports pregenerated or manually created tern files to support autocomplete.
I added @AFaust 's Webscript AlfrescoScriptAPITernGet.java from his fork to dynamically generate a tern document, so any custom Alfresco Addon would support autocomplete in jsconsole without providin handcrafted tern files

The original webscript has been extended to also handle array properties

RELATED INFORMATION

hi-ko and others added 4 commits October 24, 2022 12:44
* fixed broken links in jsconsole doc menue by using `/latest/` (instead of community)
* added doc links for "5.0 JavaScript Services API", "5.0 JavaScript API", "JavaScript API Cookbook" in old Alfresco wiki
@AFaust AFaust added this to the 1.3.0.0 milestone Mar 29, 2024
@AFaust AFaust self-assigned this Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants