[[ソフトウェア]]

ドキュメント作成を少しでも楽しくするために.

各種ツール

#contents

* SublimeText2 [#c494628f]

** install [#df930709]

[[http://www.sublimetext.com/2]]

インストーラーで終了

** 設定 [#f5de2b3f]

*** Package Control使えるようにする [#n0114076]

+ [[https://sublime.wbond.net/installation]]から,SublimeText2の内容をコピー
+ SublimeTextで「Ctrl + `」
+ 貼付けて「Enter」

*** 必須パッケージ [#f802b03d]
「Ctrl + Shift + p」→ install 入力してパッケージ探す

- IMESupport (windows)
- ConvertToUTF8

*** トラブルシューティング [#fa7670b7]

- detect_slow_plugins global setting

 Preferences > Settings - User
 Add the following: "detect_slow_plugins": false

[[http://codenote.mao.li/detect_slow_plugins-global-setting]]

* Graphviz [#ua49a2d1]

** install [#uefaddb1]

*** mac [#w00584f5]

 $ brew update
 $ brew intall gts
 $ brew intall graphviz

[[http://pho.hatenablog.com/entry/20111209/p1]]
[[http://www.graphviz.org/Download_macos.php]]

** how to use [#v6fa52f8]

1. sample.dotファイルを作成

 digraph sample{
    hoge -> hogehoge;
 }

2. 生成

 $ dot -Tgif sample.dot -o out.gif

作業ディレクトリにout.gifが出力されればok

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS