NSTextView is the front-end class to MacOS's Application Kit text system.
I'm trying to stick an attributed string into my NSTextView, but it's just showing as plain text, no attributes. I …
cocoa nstextview nsattributedstringI see that there is an attribute name (NSParagraphStyleAttributeName) for applying paragraph styles to text in Cocoa. Text is stored …
cocoa macos nstextview nsattributedstringI'm working on Cocoa Application that should be able to analyze and highlight a source code written in such languages …
objective-c cocoa syntax-highlighting nstextviewHow would I set the Line Height or Line Spacing in an NSTextView (i.e. how tall each line is, …
objective-c cocoa alignment nstextviewI am trying to set an attributed string within NSTextView. I want to increase its height based on its content, …
cocoa nstextviewMy app consists of an NSScrollView whose document view contains a number of vertically stacked NSTextViews — each of which resizes …
cocoa osx-lion nstextview autolayoutNSTextView does word-wrap by default. How can I disable this? I'm making a JSON code viewer, so I have to …
cocoa word-wrap nstextviewFollowing the apple documentation I am trying to set up a simple NSTextView via its two constructor methods. I am …
cocoa swift nstextview nslayoutmanager nstextstorageI'm making a little server app for OS X and I'm using an NSTextView to log some info about connected …
macos cocoa nstextviewIs it possible to insert an image (not a background image) into an NSTextView? Something like: Hi :) How are you? …
objective-c cocoa macos nstextview nsimage