Michael Simons wrote: > > Hello, > > Does anybody know of an Objective-C Parser for Source-Navigator? Not that I know of one. If you're feeling really ambitious you could have a shot at modifying the existing C/C++ parser to handle Objective-C, but the parser is kind of a mess. It might be easier to start from scratch. Ian.