対flymake用geditプラグイン書いた

むしゃくしゃしてやった反省はしてない

まだC言語gccコンパイルだけ
makeとjavaとantとpythonぐらい対応したい
理想は高く

ダウンロード


以下Readme

gedit用flymake的な何か「gfly」
-- something like flymake for gedit "gfly" --
ver 0.1

使い方(How to use)
gfl.gedit-pluginとgflyフォルダを~/.gnome2/gedit/pluginsにコピー
copy "gfly.gedit-plugin" and "gfly/" to ~/gnome2/gedit/plugins

~(home)/
.gnome2/
gedit/
plugins/
gfly.gedit-plugin
gfly/


編集→設定→プラグインでgflyを有効にする
"edit"->"Preference"->Plugins and check "gfly"

geditでC言語のプログラムを書く
write *.c using gedit

間違える
make a mistake

保存する
Ctrl + S

赤線が出る
Get underlined

直す
fix

カーソルをエラーに合わせるとtooltipが出ます
appear tooltip when you put cursor on error

注意(Notes)
gccが必要です
you need "gcc"

言語を増やしたい(You want to use other language)
「なんとかErrorGenerator.py」を追加してください
add "---ErrorGenerator.py"
「__init__.py」の「errorGenerator」にインスタンスを追加するとたぶんうまくいきます
add that instance to "errorGenerator" of "__init__.py", and maybe success

ライセンスに関すること(About Licence)
良識にまかせる
I leave it to common sense
連絡してくれるとうれしい
If you inform to me, I'll glad.

書いた人(Author)
Masatoshi Tsushima
mail: utisam gmail
Twitter: @utisam