
1 bearcat001 2012-11-20 09:07:04 +08:00 =0=用emacs的org-mode做 |
2 goofansu 2012-11-20 10:37:48 +08:00 问一下,我用了这个插件为什么找不出任何todo 配置如下: { "folders": [ { "path": "/Users/suyejun/bitbucket/sns/app" } ], "todo": { "patterns": { "TODO": "TODO[\\s]*?:+(?P<todo>.*)$", "NOTE": "NOTE[\\s]*?:+(?P<note>.*)$", "FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$", "CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$" }, "folder_exclude_patterns": [ ], "file_exclude_patterns": [ ] }, "settings": { "tab_size": 2 } } 在文件里: class ApplicationController < ActionController::Base include SessionsHelper protect_from_forgery // TODO shfahhfa def test end end |
3 goofnsu 2012-11-20 10:40:14 +08:00 知道了,要加个冒号 |
4 madebydup 2012-11-20 15:49:08 +08:00 |
5 linsk 2012-11-20 16:11:11 +08:00 PlainTasks |
6 karma 2012-11-20 17:04:52 +08:00 PlainTasks +1 |