I have an NSTextView and I insert a string and then a tab ("\t") and then a string and another tab and so on. This works fine except that after about 12 tabs, the text starts to wrap on itself as if somehow a carriage return got inserted.
Does anyone know how I can prevent it from doing this? Is there someway to set margins really big or something so that all of my text stays on one line?
I have looked through the documentation for NSTextView but nothing seemed obvious.
TIA