This repository was archived by the owner on Jan 21, 2018. It is now read-only.
Description Using SublimeText3. Gives errors when it runs:
Scanning D :\web_projects \v Otopazari \f ramework \a pplication \controllers \home .php
Exception in thread Thread - 16 :
Traceback (most recent call last ):
File "X/threading.py" , line 639 , in _bootstrap_inner
File "todo in D:\developer_apps\SublimeText-3\Data\Installed Packages\SublimeTODO.sublime-package" , line 292 , in run
File "todo in D:\developer_apps\SublimeText-3\Data\Installed Packages\SublimeTODO.sublime-package" , line 229 , in format
File "todo in D:\developer_apps\SublimeText-3\Data\Installed Packages\SublimeTODO.sublime-package" , line 178 , in extract
AttributeError : 'dict' object has no attribute 'iteritems'
My applied settings are:
"todo" :
{
"file_exclude_patterns" :[
"*.css" , "*.po" , "*.mo"
] ,
"folder_exclude_patterns" : [
"static" , "vendor" , "tmp"
] ,
"patterns" :
{
"TODO" : "TODO[(]*.*[)]*:+(?P<todo>.*)$" ,
"NOTE" : "NOTE[(]*.*[)]*:+(?P<note>.*)$" ,
"FIXME" : "FIX ?ME[(]*.*[)]*:+(?P<fixme>\\S.*)$" ,
"CHANGED" : "CHANGED[(]*.*[)]*:+(?P<changed>\\S.*)$" ,
"BUG" : "BUG[(]*.*[)]*:+(?P<bug>.*)$" ,
"FILE" : "@file+(?P<file>.*)$"
} ,
"case_sensitive" : true ,
"result_title" : "TODO Results"
}
And keys:
[
{ "keys" : [ "ctrl+shift+t" ] , "command" : "todo" , "args" : { "open_files_only" : false } } ,
] Reactions are currently unavailable
Using SublimeText3. Gives errors when it runs:
My applied settings are:
And keys: