new Window( [parent])
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
parent |
object |
<optional> |
null | QWidgetに対応するオブジェクト。 |
Methods
-
<static> createWithNewFile()
-
新規ファイルを開いた状態のウィンドウを作成
Returns:
-
<static> loadMenu(pkgName, ymlPath)
-
Parameters:
Name Type Description pkgName
string パッケージ名
ymlPath
string menu.ymlのパス
-
<static> loadToolbar(pkgName, ymlPath)
-
Parameters:
Name Type Description pkgName
string パッケージ名
ymlPath
string toolbar.ymlのパス
-
<static> windows()
-
現在のウィンドウ一覧を取得
Returns:
- Type
- Array.<module:silkedit.Window>
-
activeTabView()
-
Returns:
-
console()
-
Returns:
-
findReplaceView()
-
Returns:
-
statusBar()
-
Returns:
QStatusBarに対応するオブジェクト。
- Type
- object