Revision: 12965 http://sourceforge.net/p/skim-app/code/12965 Author: hofman Date: 2022-06-27 15:55:02 +0000 (Mon, 27 Jun 2022) Log Message: ----------- implement description
Modified Paths: -------------- trunk/SKLine.m Modified: trunk/SKLine.m =================================================================== --- trunk/SKLine.m 2022-06-27 09:07:13 UTC (rev 12964) +++ trunk/SKLine.m 2022-06-27 15:55:02 UTC (rev 12965) @@ -62,6 +62,10 @@ [super dealloc]; } +- (NSString *)description { + return [NSString stringWithFormat:@"<%@: line=%ld, page=%@>", [self class], (long)index, page]; +} + - (NSRect)bounds { return [[page lineRects] rectAtIndex:index]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit