BathyScapheで画像のインラインプレビューを可能にするプラグイン
| Revision | e181ffb9272d983e4abc78bfc5a8a06dbe80b269 (tree) |
|---|---|
| Time | 2012-05-19 02:03:57 |
| Author | masakih <masakih@user...> |
| Commiter | masakih |
[Mod] 警告抑止
| @@ -9,6 +9,12 @@ | ||
| 9 | 9 | #import "BSIPEReplacer.h" |
| 10 | 10 | |
| 11 | 11 | |
| 12 | +@interface BSInlinePreviewer(Private) | |
| 13 | +- (NSImage *)downloadImageURL:(NSURL *)imageURL; | |
| 14 | +- (NSAttributedString *)attachmentAttributedStringWithImage:(NSImage *)image; | |
| 15 | +@end | |
| 16 | + | |
| 17 | +@interface BSIPEReplacer () | |
| 12 | 18 | // 画像挿入によって引き起こしたNSTextStorageDidProcessEditingNotificationの回数 |
| 13 | 19 | @property NSUInteger selfAwaking; |
| 14 | 20 |