Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

JS hints for Document are missing many methods #4922

Description

@peterflynn
  1. Open Document.js
  2. Add a new line at the end of the Document constructor
  3. Type this. and observe hints

Result: Contains some methods (addRef(), _makeEditable()) but missing many others (getText(), refreshText(), replaceRange(), getLine(), etc.).

It seems like all functions below _makeEditable() -- i.e. starting with _makeNonEditable() -- are missing. But I can't see anything odd about the syntax there that would trip things up...

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions