I have looked at the new TodoList plugin.
I like it; very good for the first plugin.
Some comments or possible improvements:
It is not refreshed, when changing the document (you could use the new drpython events)
after doubleclick, the focus isn't in the current document
nice would be:
there could be also a reverse sorting (after for example you click a second time on the same header
and show this as an arrow, as i made this for example in findfiles plugin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Franz, thank you for the feedback. I will collect some more ideas and bug reports before I will make the next release.
The wxPython demo has also an example for reverse sorting with arrows in the header, using the ColumnSorterMixin. But I noticed redrawing problems. And in the case of the ToDoList I think the reverse ordering has actually not much use.
But the auto refresh feature is definitely something that would be useful.
Maybe I will also replenish some of the older plugins which do not work any more, if I find some time. It seems a lot of the plugins are outdated or orphaned.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
>reverse sorting:
you are right, I thought this also after posting this :)
Yes, most plugins need an update.
I will do this in the next time for the ones, I
uploaded:
SearchInFiles (there are also two small bugs)
Keyboard macros
Doclist
All other seems so far ok, but don't have Menulabels yet:
FindFiles
Abbreviations
CopyCutPasteExtend
FindAutocomplete
Ctags
Incremental Search
Positionmarker
Quickmarker
and some, I have uploaded on my drpython-addons page.
Of course if you or someone has some ideas,
submit them. Or even can correct one of these,
with a little remark in the changelog.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just uploaded ToDoList 0.2.0, the successor of the old ToDo plugin.
I have looked at the new TodoList plugin.
I like it; very good for the first plugin.
Some comments or possible improvements:
It is not refreshed, when changing the document (you could use the new drpython events)
after doubleclick, the focus isn't in the current document
nice would be:
there could be also a reverse sorting (after for example you click a second time on the same header
and show this as an arrow, as i made this for example in findfiles plugin
Hello Franz, thank you for the feedback. I will collect some more ideas and bug reports before I will make the next release.
The wxPython demo has also an example for reverse sorting with arrows in the header, using the ColumnSorterMixin. But I noticed redrawing problems. And in the case of the ToDoList I think the reverse ordering has actually not much use.
But the auto refresh feature is definitely something that would be useful.
Maybe I will also replenish some of the older plugins which do not work any more, if I find some time. It seems a lot of the plugins are outdated or orphaned.
Hello Christoph, fine with me.
>reverse sorting:
you are right, I thought this also after posting this :)
Yes, most plugins need an update.
I will do this in the next time for the ones, I
uploaded:
SearchInFiles (there are also two small bugs)
Keyboard macros
Doclist
All other seems so far ok, but don't have Menulabels yet:
FindFiles
Abbreviations
CopyCutPasteExtend
FindAutocomplete
Ctags
Incremental Search
Positionmarker
Quickmarker
and some, I have uploaded on my drpython-addons page.
Of course if you or someone has some ideas,
submit them. Or even can correct one of these,
with a little remark in the changelog.