Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 162)

Ticket Owner Reporter Resolution Summary
#231 イグトランス (egtra) イグトランス (egtra) fixed UTF8Encodingクラスを使えるようにする
Description

#161に関連した一連の変更の結果、UTF8Encodingが使用不能になっているので復活させます。

#241 イグトランス (egtra) イグトランス (egtra) fixed Brushクラスの作成 (System.Drawing)
Description

Brushとその派生クラスのSolidBrush, TextureBrush, HatchBrush, LinearGradientBrush, PathGradientBrushを実装します。

#243 イグトランス (egtra) イグトランス (egtra) fixed コンソールでCtrl+Zによる入力の終了ができない
Description

次のプログラムを実行したとき、Ctrl+Zを入力すると実行の終了となることを意図していたが、実際にはそうならない。

#console
Do
	Dim s = Console.ReadLine()
	If IsNothing(s) Then Exit Do
Loop
End
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.