Skip to content

Instantly share code, notes, and snippets.

@dany1468
Created October 30, 2011 07:58
Show Gist options
  • Save dany1468/1325683 to your computer and use it in GitHub Desktop.
Save dany1468/1325683 to your computer and use it in GitHub Desktop.
サクラエディタ用 blockdiag キーワードファイル
//==========================================================
//
// サクラエディタ用 blockdiag 補完ファイル
// 1. %SAKURA_HOME%\keyword に blockdiag.kwd で保存
// 2. サクラエディタのメニュー「設定」→「タイプ別設定一覧」で空きタイプの設定変更
// 3. 支援タブの「入力補完機能」で保存した kwd ファイルを指定する。
// 4. スクリーンタブのファイル拡張子を「diag」に変更 (その他はお好みで変更)
// 5. diag 拡張子のファイルを作成すれば Ctrl-space で補完が効きます。
//
//==========================================================
diagram
->
[]
// ダイアグラムの属性設定
// ノードの幅を指定します。省略時は128です。
node_width =
// ノードの高さを指定します。省略時は40です。
node_height =
// ノード間の横幅を指定します。省略時は64です。
span_width =
// ノード間の縦幅を指定します。省略時は40です。
span_height =
// ノードのラベル属性に使用するフォントサイズを指定します。省略時は11です。
fontsize =
// ノードの形状のデフォルトを指定します。省略時はboxです。
default_shape =
// 縦書きモードにします。省略時は横書きモードです。
orientation = portrait
// ノードのデフォルトの色を指定します。省略時は白です。
default_node_color =
// グループのデフォルトの色を指定します。省略時はオレンジです。
default_group_color =
// ノードの枠とエッジのデフォルトの色を指定します。省略時は黒です。
default_line_color =
// ノードラベル、エッジラベル、グループラベルのデフォルトの色を指定します。省略時は黒です。
default_text_color =
// エッジの属性設定
label =
// style 種類
style = dotted
style = dashed
style = none
color =
dir = none
dir = forward
dir = back
dir = both
folded
textcolor =
// ノードの属性設定 label, style, color はエッジと同様
numbered =
// shape value
shape = box
shape = roundedbox
shape = diamond
shape = ellipse
shape = cloud
shape = note
shape = mail
shape = beginpoint
shape = endpoint
shape = minidiamond
shape = actor
shape = dots
// node shapes for flowcharts
shape = flowchart.condition
shape = flowchart.database
shape = flowchart.input
shape = flowchart.loopin
shape = flowchart.loopout
shape = flowchart.terminator
// ノードに背景画像を張り付けます。ファイルパス、または URL で指定できます。
background =
// ノードを重ね合わせた状態にします。
stacked
// Sphinx 拡張で desctable オプションを利用している場合、図の下にテーブルを表示します。
description =
// ノードにアイコンを設定します。ファイルパス、または URL で指定できます。
icon =
// ノードのラベルの色を指定します。省略時は黒です。
textcolor =
// ノードの幅を指定します。省略時は128です。
width =
// ノードの高さを指定します。省略時は40です。
height =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment