Author Topic: To-Do List RFC  (Read 5121 times)

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
To-Do List RFC
« on: August 31, 2006, 03:31:08 pm »
Hello everybody. I was testing the To-Do list and I find it really nice.
I just think that it will be really amazing if the plugin would be able you to save the list into a *.txt file. With this feature, It might be possible to have a quick report of the pending items readable from a normal "todo.txt" file.
What do you think about this RFC?  :)
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: To-Do List RFC
« Reply #1 on: August 31, 2006, 03:50:25 pm »
sounds nice

sethjackson

  • Guest
Re: To-Do List RFC
« Reply #2 on: August 31, 2006, 06:43:24 pm »
I like the idea :)

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: To-Do List RFC
« Reply #3 on: August 31, 2006, 10:40:16 pm »
Me too, go ahead ;)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: To-Do List RFC
« Reply #4 on: August 31, 2006, 10:47:22 pm »
Hello,

The idea is good.

May be other than the txt format, the XML format could be used.

All the best,
Michael

takeshimiya

  • Guest
Re: To-Do List RFC
« Reply #5 on: August 31, 2006, 11:09:33 pm »
May be other than the txt format, the XML format could be used.
Actually a user-string format will be much better:

Default TODO.xml format:
Code: xml
<?xml version="1.0" encoding="UTF-8" ?>
<todolist>
    $(BEGIN)
    <todo>
        <type>$(TYPE)</type>
        <user>$(USER)</user>
        <prio>$(PRIO)</prio>
        <line>$(LINE)</line>
        <file>$(FILE)</line>
        <text>$(TEXT)</text>
    </todo>
    $(END)
</todolist>

Default TODO.txt format:
Code: bash
This is my ToDo list:

$(BEGIN)
 * $(TYPE): $(TEXT)
$(END)

Along with checkboxes for:
[ ] Escape XML entities
[ ] Order by priority
[ ] Order by type


What do you think?

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: To-Do List RFC
« Reply #6 on: August 31, 2006, 11:20:49 pm »
Quote

Actually a user-string format will be much better:

Default TODO.xml format:

Code
<?xml version="1.0" encoding="UTF-8" ?><todolist>    $(BEGIN)    <todo>        <type>$(TYPE)</type>        <user>$(USER)</user>        <prio>$(PRIO)</prio>        <line>$(LINE)</line>        <file>$(FILE)</line>        <text>$(TEXT)</text>    </todo>    $(END)</todolist>
Default TODO.txt format:

Code
This is my ToDo list: $(BEGIN) * $(TYPE): $(TEXT)$(END)
Along with checkboxes for:
[ ] Escape XML entities
[ ] Order by priority
[ ] Order by type

What do you think?

I like it!!! It's even better than my original Idea, and more powerfull!!

Yiannis, would it be possible to work on the already existing plugin? (I mean, you are the one who created it, so you may know the possibilities), I think it doesn't make sense to rewrite the entire plugin, I mean, it is an amazing plugin as is; and nobody will do it better, just adding this feature will be enought...
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: To-Do List RFC
« Reply #7 on: September 01, 2006, 12:11:54 am »
Quote
Yiannis, would it be possible to work on the already existing plugin?

Of course it is. If someone wants to work on it, I 'm here to answer any questions.
Be patient!
This bug will be fixed soon...