Add a method in the SyntaxDocument class to get the entire text of the document
Add a method in the SyntaxDocument class to get the length of a line in the document
Add a method in the SyntaxDocument class to get the offset of a line and column in the document
Ensure that the token marker of a document is a TextTokenMarker if no TextTokenMarker has been set for the document
Fix a case where the visible lines would be set to a negative value
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add a method in the SyntaxDocument class to get the entire text of the document
Add a method in the SyntaxDocument class to get the length of a line in the document
Add a method in the SyntaxDocument class to get the offset of a line and column in the document
Ensure that the token marker of a document is a TextTokenMarker if no TextTokenMarker has been set for the document
Fix a case where the visible lines would be set to a negative value