Changeset 25819
- Timestamp:
- 12/04/08 10:03:39 (5 weeks ago)
- Location:
- lang/vb2005/Tween/Tween
- Files:
-
- 3 modified
-
My Project/AssemblyInfo.vb (modified) (1 diff)
-
Resources/ChangeLog.txt (modified) (1 diff)
-
Twitter.vb (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/Tween/My Project/AssemblyInfo.vb
r25202 r25819 55 55 ' <Assembly: AssemblyVersion("1.0.*")> 56 56 57 <Assembly: AssemblyVersion("0.1. 6.0")>58 <Assembly: AssemblyFileVersion("0.1. 6.0")>57 <Assembly: AssemblyVersion("0.1.7.0")> 58 <Assembly: AssemblyFileVersion("0.1.7.0")> 59 59 -
lang/vb2005/Tween/Tween/Resources/ChangeLog.txt
r25780 r25819 1 1 更新履歴 2 2 3 ***Ver0.1. 6.1(Unreleased)3 ***Ver0.1.7.0(2008/12/04) 4 4 -コマンド回避ロジックを調整 5 5 -ブラウザなどから選択文字列やリンクをドラッグ&ドロップした場合に、入力欄へ入力するようにした。 6 6 -バルーンを表示する際にユーザー名を表示するオプションの設定を見るようにした。 7 7 -最小化で起動した場合に起動できない問題とそれに関連する不具合修正 8 -TwitterのHTML変更対応 8 9 ***Ver0.1.6.0(2008/11/28) 9 10 -詳細発言表示部分からの右クリック検索をローカライズ対応可能にした。その他メニュー項目の見直しを行った。 -
lang/vb2005/Tween/Tween/Twitter.vb
r25699 r25819 250 250 strSepTmp = _splitPost 251 251 End If 252 '''''''''''''''''''''''''''''' 253 strSepTmp = "<tr class=""hentry status" 254 ''''''''''''''''''''''''''''''' 252 255 pos1 = retMsg.IndexOf(strSepTmp) 253 256 If pos1 = -1 Then … … 313 316 Try 314 317 'Get ID 315 pos1 = 0 316 pos2 = strPost.IndexOf(_statusIdTo, 0) 317 lItem.Id = HttpUtility.HtmlDecode(strPost.Substring(0, pos2)) 318 'pos1 = 0 319 pos1 = strPost.IndexOf("id=""status_", 0) 320 pos2 = strPost.IndexOf(_statusIdTo, pos1 + 11) 321 322 lItem.Id = HttpUtility.HtmlDecode(strPost.Substring(pos1 + 11, pos2 - pos1 - 11)) 318 323 Catch ex As Exception 319 324 _signed = False … … 671 676 672 677 '各メッセージに分割可能か? 678 _splitDM = "<tr class=""hentry direct_message" 673 679 pos1 = retMsg.IndexOf(_splitDM) 674 680 If pos1 = -1 Then … … 695 701 'Get ID 696 702 Try 697 pos1 = 0 698 pos2 = strPost.IndexOf("""", 0) 699 lItem.Id = HttpUtility.HtmlDecode(strPost.Substring(0, pos2)) 703 'pos1 = 0 704 pos1 = strPost.IndexOf("id=""direct_message_", 0) 705 pos2 = strPost.IndexOf("""", pos1 + 19) 706 lItem.Id = HttpUtility.HtmlDecode(strPost.Substring(pos1 + 19, pos2 - pos1 - 19)) 700 707 Catch ex As Exception 701 708 _signed = False … … 1167 1174 1168 1175 Public Sub GetWedata() 1176 Exit Sub 1169 1177 Dim resStatus As String = "" 1170 1178 Dim resMsg As String = ""
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)