187
edits
Line 116: | Line 116: | ||
A generalised method to manage lines of text is something else I've been thinking about and I like a lot of what you two have been saying here. For example on the E/WD there is a sequence of checklists, these would be perfect for the method you are talking, in particular something like; | A generalised method to manage lines of text is something else I've been thinking about and I like a lot of what you two have been saying here. For example on the E/WD there is a sequence of checklists, these would be perfect for the method you are talking, in particular something like; | ||
var region = TextRegion.new(lines, width, "property-prefix"); | var region = TextRegion.new(lines, width, "property-prefix"); | ||
region.append("new text"); | region.append("new text"); |
edits