Hey there i am building a simple PHP IDE using Objective C via Xcode and Interface Builder.
So far i've made what is basically a text editor that saves out text files so... meh on that front for now, i'll still need to work out how to build panels like the side bar used in Finder for my file management(I am thinking something like mail with smart folders grouping projects that belong to particular clients).
Though onto todays question, if i wanted to add line numbering and syntax highlighting to my application is there any tutorials floating about how to do this with NSTextView, and indeed before i go any further is NSTextView the right component for such a task.
So far i've made what is basically a text editor that saves out text files so... meh on that front for now, i'll still need to work out how to build panels like the side bar used in Finder for my file management(I am thinking something like mail with smart folders grouping projects that belong to particular clients).
Though onto todays question, if i wanted to add line numbering and syntax highlighting to my application is there any tutorials floating about how to do this with NSTextView, and indeed before i go any further is NSTextView the right component for such a task.