ToDO List Maybe?
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
ToDO List Maybe?
G'Day Gents,
I currently looking for a good todo list software package. What is everyone using these days?
Maybe its possible to add a todo list into WeBuilder where you can view a overall list of all current projects and a option to view only the current project?
Cheers
Chris
I currently looking for a good todo list software package. What is everyone using these days?
Maybe its possible to add a todo list into WeBuilder where you can view a overall list of all current projects and a option to view only the current project?
Cheers
Chris
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
check out http://37signals.com/
some interesting stuff going on over there. they have one called Tadalist. Backpack has lists as well.
Will
some interesting stuff going on over there. they have one called Tadalist. Backpack has lists as well.
Will
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
What is wrong with using text files, are they outdated? I use txt todo lists all the time.
Example:
Example:
Code: Select all
+ This one done
+ This as well
% Some work in progress
* Some work to be done
Does this help?
"ToDoList 4.5.12 - A simple and effective way to keep on top of your tasks."
http://www.codeproject.com/tools/ToDoList2.asp
"ToDoList 4.5.12 - A simple and effective way to keep on top of your tasks."
http://www.codeproject.com/tools/ToDoList2.asp
Read here: http://forums.blumentals.net/viewtopic.php?t=884drjee wrote:When is the next version going to be released?

- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
I would not like (yet) to integrate todo in the editors, because I do not want them to become "everything but a kitchen sink". Probably some addon or small program that does the todo would be better solution.
The problem with adding everything is that it makes editor slow, and I am sure you do not want to see "Loading..." for 10 - 20 seconds on every startup as it happens with other editors.
What do you say?
The problem with adding everything is that it makes editor slow, and I am sure you do not want to see "Loading..." for 10 - 20 seconds on every startup as it happens with other editors.
What do you say?
See my post about customisation. This would be exactly one of those scripts I was on about. When someone wants to use it they can add it, if not then it doesn't has to be part of the program.
I see a lot of those tiny additions on this here requests forum which could be solved in this way..
(sorry for hijacking this thread btw
)
I see a lot of those tiny additions on this here requests forum which could be solved in this way..
(sorry for hijacking this thread btw

--
Patrick.
Patrick.
Re: ToDO List Maybe?
Going over WeBuilder 08 as potential main tool :- ) ...sorry to revive this old thread.
I vote for a simple integration of 'todo lists' at least per file-ideally per project as well.
E-text editor has done a great job of making a simple 'html like' linking to comments/todo's eg. \\TODO ....
See it right in the beginning of their the screencast: http://www.e-texteditor.com/
Maybe alternative would be to "show boomarks only" where user can place a bookmark next to a line of code/comment?
What do you guys say?
I vote for a simple integration of 'todo lists' at least per file-ideally per project as well.
E-text editor has done a great job of making a simple 'html like' linking to comments/todo's eg. \\TODO ....
See it right in the beginning of their the screencast: http://www.e-texteditor.com/
Maybe alternative would be to "show boomarks only" where user can place a bookmark next to a line of code/comment?
What do you guys say?
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: ToDO List Maybe?
first, thanks for searching and using the original post!
second, I'm with you. There are other todo list threads here where I felt the same way as karlis: use text files! But after using textmate for a while, //TODO is pretty great. It's a really easy way to see a set of TODOs across a project's files. That way todo: notes can be kept close to the code they're referencing but you can still see a top level TODO list for the project.
most of the functionality is already built into webuilder. It's basically a hidden find-in-files. Render the lines in the found files to a new view. Get fancy and replace //TODO with a number when displayed. done. :)
second, I'm with you. There are other todo list threads here where I felt the same way as karlis: use text files! But after using textmate for a while, //TODO is pretty great. It's a really easy way to see a set of TODOs across a project's files. That way todo: notes can be kept close to the code they're referencing but you can still see a top level TODO list for the project.
most of the functionality is already built into webuilder. It's basically a hidden find-in-files. Render the lines in the found files to a new view. Get fancy and replace //TODO with a number when displayed. done. :)
Re: ToDO List Maybe?
Hi syrupcore,
Thanks for the follow up. I been busy and away only to return and find 2010 version YAY!
Also, I like your tip, seems like search is improved in a new version QUITE a bit. It may just be sufficient way of organizing since 2008 version was even crashing when doing project wide searches.
Edit note: I also understand Karlis's of not wanting to be 'tool for everything' but getting close to being 'Swiss army knife for web' (not a toolbox) would be cool
Thanks for the follow up. I been busy and away only to return and find 2010 version YAY!
Also, I like your tip, seems like search is improved in a new version QUITE a bit. It may just be sufficient way of organizing since 2008 version was even crashing when doing project wide searches.
Edit note: I also understand Karlis's of not wanting to be 'tool for everything' but getting close to being 'Swiss army knife for web' (not a toolbox) would be cool
