• 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

Commit MetaInfo

Revision452feb0116b892739c03d4e9c2e8759306da19d1 (tree)
Zeit2011-02-13 16:16:37
Autorazyobuzin <azyobuzin@user...>
Commiterazyobuzin

Log Message

&#000;に対応

Ändern Zusammenfassung

  • delete: "\202\302\202\242\202\351\202\361\202\351\202\361/Controls/StatusBrowser.cs"

Diff

--- "a/\202\302\202\242\202\351\202\361\202\351\202\361/Controls/StatusBrowser.cs"
+++ "b/\202\302\202\242\202\351\202\361\202\351\202\361/Controls/StatusBrowser.cs"
@@ -56,7 +56,7 @@ namespace Azyobuzi.Twirunrun
5656 match.ToString().HtmlAttributeEncode(), match.ToString().HtmlEncode()))
5757 .RegexReplace(@"[@@][a-zA-Z0-9_]+"/*\wだとうまく認識しない*/, (match) =>
5858 string.Format(@"{0}<a href=""https://twitter.com/{1}"">{1}</a>", match.ToString()[0], match.ToString().Substring(1)))
59- .RegexReplace(@"(^|\W)([##][a-zA-Z0-9_\-]+)", (match) =>
59+ .RegexReplace(@"(^|[^\w&])([##][a-zA-Z0-9_\-]+)", (match) =>
6060 string.Format(@"{0}<a href=""https://twitter.com/search?q={1}"">{2}</a>", match.Groups[1].ToString(), Uri.EscapeDataString(match.Groups[2].ToString()).HtmlAttributeEncode(), match.Groups[2].ToString()));
6161 }
6262