Skip to content

Commit d9eb63b

Browse files
committed
todo cleanup
1 parent 2aa4fde commit d9eb63b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package/TODO.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,27 @@
44

55
Next Release
66

7-
- doc: sample code for filtering plugins
7+
x doc: sample code for filtering plugins
88
x code: [feature req.] Allow to locate and describe plugins without a separated file (use strategies to change the way plugins are "descried" cf contrib. mhavel)
99
x code: [contrib. mathieu Clabaut] multiple categories per plugin (cf https://bitbucket.org/matclab/yapsy-mcl)
10-
- doc: highlight the existence of tutorial and link to these ones:
10+
x doc: highlight the existence of tutorial and link to these ones:
1111
* http://www.micahcarrick.com/python-gtk-plugins-with-yapsy.html
1212
* http://stackoverflow.com/questions/5333128/yapsy-minimal-example
1313
x code: [feature req.] Gather detailed information on plugin load error via a callback
1414
x code: [feature req.] Extra info to plug-in (eg add extra section or embed the ConfigParser output to the plugin_info), see also https://github.com/tintinweb/yapsy
15-
- code: [feature req.] "locatePlugins() toggle between os.walk() and absolute path"
15+
x code: [feature req.] "locatePlugins() toggle between os.walk() and absolute path"
1616
x code: [bug] Enforce a same tab convention everywhere
1717
x code: [contrib. Mark Fickett] improve logging
18-
- doc: [feature req.] Plugin installation/​management with python packages
18+
x doc: [feature req.] Plugin installation/​management with python packages
1919
x code: [bug] No traceback hen plugin throws an exception
20-
- doc: quote more projects using yapsy:
20+
x doc: quote more projects using yapsy:
2121
* http://gbin.github.com/err/
2222
* http://nikola.ralsina.com.ar/
23-
- doc: show the logging snippet on front page + mention the indentation convention
24-
- doc: explain tricks about categorization with inheritance (if several categories: make sublcasses of IPlugin instead of using it directly)
25-
- doc: documentation tab convention in a developer's section
26-
23+
x doc: show the logging snippet on front page
24+
x doc: explain tricks about categorization with inheritance (if several categories: make sublcasses of IPlugin instead of using it directly)
25+
x doc: documentation tab convention in a developer's section
26+
- doc: add a CHANGELOG.txt file
27+
2728
Later
2829

2930

0 commit comments

Comments
 (0)