• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheで画像のインラインプレビューを可能にするプラグイン


Commit MetaInfo

Revisione181ffb9272d983e4abc78bfc5a8a06dbe80b269 (tree)
Time2012-05-19 02:03:57
Authormasakih <masakih@user...>
Commitermasakih

Log Message

[Mod] 警告抑止

Change Summary

Incremental Difference

--- a/Ex/BSIPEReplacer.m
+++ b/Ex/BSIPEReplacer.m
@@ -9,6 +9,12 @@
99 #import "BSIPEReplacer.h"
1010
1111
12+@interface BSInlinePreviewer(Private)
13+- (NSImage *)downloadImageURL:(NSURL *)imageURL;
14+- (NSAttributedString *)attachmentAttributedStringWithImage:(NSImage *)image;
15+@end
16+
17+@interface BSIPEReplacer ()
1218 // 画像挿入によって引き起こしたNSTextStorageDidProcessEditingNotificationの回数
1319 @property NSUInteger selfAwaking;
1420