Modifying NSTextLists in Code
By setting these
NSTextLists, you can giveNSTextViewenough information to let users make changes to the list through regular text editing. However,NSTextViewwill not actually respond to any changes you make in code (for example, adding a list). That requires a LOT more work…