Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 162)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#87 fixed #requireでイングルードした時のコード補完 dai OverTaker
Description

#requireでイングルードした場合、コード補完並びにパラメータヒントが表示されないので、表示されるようにしてほしい。

#95 fixed Include\basic.sbpがないとIDEが立ち上がらない dai OverTaker
Description

UserSettings\editor.iniでIncludeディレクトリへのパスを変更しても、IDEが立ち上がるときは初期設定の場所をチェックしている模様。

#96 fixed 引数で構造体の値渡しが正しくできない dai OverTaker
Description
Type X
	a As Long
	b As Long
End Type

Function fx(x As X) As Long
	debug 'ここでx.aとx.bの値がおかしくなる
End Function

Dim t As X
t.a = 123457
t.b = 890123
fx(t)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.