I come from the iPhone development world but have never developed desktop applications.
Now I want to write a small but helpful text editor for helping wiring small articles. I have found that I always summarize knowledge in TextEdit in a raw, not nicely formatted manner. Next, I go through that and start forming useful sentences out of what I have gathered there.
The tool I want to write will have this features:
the interface is splitted in two main sections, pretty much like an FTP client: On the left there's the actual text to write. On the right there are the raw notes. Both independently scrollable and editable.
at least the left-side editor should have some basic markup capabilities, similar to TextEdit.
I assume that there is already a good and useful class for doing exactly that. So the question is: Which are good starting points here? Are there any open source projects for mac text editors I could have a look at?