• 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

Revision8aa56a9a865761267242142a6381f2652ec9e395 (tree)
Zeit2012-08-05 23:30:00
Autormasakih <masakih@user...>
Commitermasakih

Log Message

[Fix] Mergeがうまくいっていなかったので修正

Ändern Zusammenfassung

Diff

--- a/BSInlinePreviewer.xcodeproj/project.pbxproj
+++ b/BSInlinePreviewer.xcodeproj/project.pbxproj
@@ -14,8 +14,10 @@
1414 F43172A415BB9BFF00210D48 /* BSIThumbnailSizeView.m in Sources */ = {isa = PBXBuildFile; fileRef = F43172A315BB9BFF00210D48 /* BSIThumbnailSizeView.m */; };
1515 F468C5C912201875009EFA3E /* BSILinkInfomation.m in Sources */ = {isa = PBXBuildFile; fileRef = F468C5C812201875009EFA3E /* BSILinkInfomation.m */; };
1616 F468C69D1220CA07009EFA3E /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F468C69C1220CA07009EFA3E /* WebKit.framework */; };
17+ F48E011715CEBA9000BB62AB /* BSIPreferenceWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F431729E15BB9B6E00210D48 /* BSIPreferenceWindowController.m */; };
18+ F48E011815CEBAA700BB62AB /* BSIPreferenceWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F431729F15BB9B6E00210D48 /* BSIPreferenceWindowController.xib */; };
19+ F48E011915CEBABA00BB62AB /* BSIThumbnailSizeView.m in Sources */ = {isa = PBXBuildFile; fileRef = F43172A315BB9BFF00210D48 /* BSIThumbnailSizeView.m */; };
1720 F4ADF9521565114F00F666EB /* notFound.png in Resources */ = {isa = PBXBuildFile; fileRef = F4F1DC6F0E546EC800055177 /* notFound.png */; };
18- F4ADF9531565114F00F666EB /* Panel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4FE889E10F772DD0076B366 /* Panel.xib */; };
1921 F4ADF9551565114F00F666EB /* BSInlinePreviewer.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C8070B0E53CCB000BF4144 /* BSInlinePreviewer.m */; };
2022 F4ADF9561565114F00F666EB /* BSILinkInfomation.m in Sources */ = {isa = PBXBuildFile; fileRef = F468C5C812201875009EFA3E /* BSILinkInfomation.m */; };
2123 F4ADF9581565114F00F666EB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
@@ -25,7 +27,6 @@
2527 F4ADF98E1566774F00F666EB /* BSIPEReplacer.m in Sources */ = {isa = PBXBuildFile; fileRef = F4ADF98C15666FAD00F666EB /* BSIPEReplacer.m */; };
2628 F4C8070C0E53CCB000BF4144 /* BSInlinePreviewer.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C8070B0E53CCB000BF4144 /* BSInlinePreviewer.m */; };
2729 F4F1DC700E546EC800055177 /* notFound.png in Resources */ = {isa = PBXBuildFile; fileRef = F4F1DC6F0E546EC800055177 /* notFound.png */; };
28- F4FE88A010F772DD0076B366 /* Panel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4FE889E10F772DD0076B366 /* Panel.xib */; };
2930 /* End PBXBuildFile section */
3031
3132 /* Begin PBXFileReference section */
@@ -260,7 +261,6 @@
260261 files = (
261262 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,
262263 F4F1DC700E546EC800055177 /* notFound.png in Resources */,
263- F4FE88A010F772DD0076B366 /* Panel.xib in Resources */,
264264 F43172A115BB9B6E00210D48 /* BSIPreferenceWindowController.xib in Resources */,
265265 );
266266 runOnlyForDeploymentPostprocessing = 0;
@@ -271,7 +271,7 @@
271271 files = (
272272 F4ADF9711565150D00F666EB /* InfoPlist.strings in Resources */,
273273 F4ADF9521565114F00F666EB /* notFound.png in Resources */,
274- F4ADF9531565114F00F666EB /* Panel.xib in Resources */,
274+ F48E011815CEBAA700BB62AB /* BSIPreferenceWindowController.xib in Resources */,
275275 );
276276 runOnlyForDeploymentPostprocessing = 0;
277277 };
@@ -326,6 +326,8 @@
326326 files = (
327327 F4ADF9551565114F00F666EB /* BSInlinePreviewer.m in Sources */,
328328 F4ADF9561565114F00F666EB /* BSILinkInfomation.m in Sources */,
329+ F48E011915CEBABA00BB62AB /* BSIThumbnailSizeView.m in Sources */,
330+ F48E011715CEBA9000BB62AB /* BSIPreferenceWindowController.m in Sources */,
329331 F4ADF9671565124200F666EB /* BSInlinePreviewerEx.m in Sources */,
330332 F4ADF98E1566774F00F666EB /* BSIPEReplacer.m in Sources */,
331333 );
--- a/Ex/BSIPEReplacer.m
+++ b/Ex/BSIPEReplacer.m
@@ -176,8 +176,8 @@ NSRange fixRange(NSRange range, NSTextStorage *ts)
176176 targetURL = value;
177177 }
178178 if(!targetURL) return;
179- if([self.owner validateLink:url]) {
180- [links addObject:[NSDictionary dictionaryWithObjectsAndKeys:url, BSIPELinkKey,
179+ if([self.owner validateLink:targetURL]) {
180+ [links addObject:[NSDictionary dictionaryWithObjectsAndKeys:targetURL, BSIPELinkKey,
181181 NSStringFromRange(range), BSIPERangeKey, nil]];
182182 }
183183 }];