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