• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Hex Edit controls (resknife)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Hex Edit controls (resknife)


  • Subject: RE: Hex Edit controls (resknife)
  • From: Jeff Laing <email@hidden>
  • Date: Tue, 30 Nov 2004 14:19:41 +1100

> Ah, yes, it looks like I *was* missing something - I looked
> in the top-level
> HexEditor folder, but there's another one down in Plugin's
> that might be
> what I'm looking for...
>
> I'll keep perusing.  Thanks again.

Looks like it did what I was thinking I had to do, fake out the NSTextView.

I have to say, I'm not sure that the following is legal.

@implementation NSTextView (HexTextView)
- (void)swapForHexTextView
{
	isa = [HexTextView class];
}
@end

Is 'isa' really writeable?  Is this not going to crash and burn???

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Hex Edit controls (resknife)
      • From: Andrew Farmer <email@hidden>
    • RE: Hex Edit controls (resknife)
      • From: "M. Uli Kusterer" <email@hidden>
  • Prev by Date: RE: Hex Edit controls (resknife)
  • Next by Date: RE: Hex Edit controls (resknife)
  • Previous by thread: RE: Hex Edit controls (resknife)
  • Next by thread: RE: Hex Edit controls (resknife)
  • Index(es):
    • Date
    • Thread