Search results

  1. M

    archives and ranlib

    Hi, I am having big troubles with MacOS X archives (.a files). Sometimes, when I copy an archive from one machine to another, it refuses to work and LD gives me a 'archive out of date - rerun ranlib' error. Sometimes not... Anyone have an idea exactly why this is happening and...
  2. M

    More code editor...

    Hi, Well, I've come up with a fairly dodgy solution to this problem-ette, but that aside, it works great! Works faster than I expected - and is much faster (and easier!) than the same thing under Win32. If anyone's interested, I'd be happy to post the code here.
  3. M

    More code editor...

    Hi, I have started on a little code editor that uses an NSTextStorage delegate to modify keywords etc as they are typed into an NSTextView. It almost works, but the cursor location changes when the text is modified by 'replaceCharactersInRange' within the delegate. The cursor appears to...
  4. M

    code editor

    Aha - thanks...didn't know about awakeFromNib!
  5. M

    code editor

    Hi, I am trying to write a little code editor in cocoa with interface builder and xtools. It appears I have to implement an NSTextStorage delegate to do syntax highlighting and so on, but I can't work out how to set the delegate using interface builder. I can set the delegate OK for the...
Back
Top