I am having trouble keeping the state of my Mac OS X app (running on Lion) when it is closed - it currently only has an NSTextView in the window and I want to keep the state of the window size and the
I have what it seems to be a weird problem with an instance of a document window controller. I have a document-based application with a custom window controller inited from overridden makeWindowContro
I am new to Mac development. I want to add three controls in a single Scrollable NSScrollView. 1) NSTextView.
I\'m hoping this will be a relatively easy thing to do. I am writing a Mac app that will be (mostly) a giant NSTextView. I would like to override the default text position cursor to a unique color/sh
I have one NSTextView within NSBox. I want to draw focus ring aroung NSBox whenever NSTextView got focus a开发者_StackOverflownd remove focus ring as soon as NSTextView lost focus.
I w开发者_Go百科ant to toggle rich text formatting in NSTextView. I have tried following: [contentView setRichText:NO];
By default, if you add a NSTextView to an application and go to Format -> Text -> Show Ruler, a ruler will be shown on top of the text view like in TextEdit with various formatting options, and will l
In an app I\'m working on, the user inputs plain text, and the app reformats the text by transforming it to an NSAttributedString, and displays it. This all happens live.
NSTextView\'s autocompletion window size has maximum limit and words in the window displayed with trails (...). How can I se开发者_C百科t size of the window manually or allow it to be larger? (bigger)
I\'m trying to implement auto copy content from NSTextView to clipboard for pasting it in editor in the future. NSTextView has plain and attributed text and images.