Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
34answers
2k views

How do you keep track of your programming TODOs?

I'm one of those people who can't get anything done without a to-do list. If it isn't on the list it doesn't exist. Notepad Method: When I'm programming I've been keeping notepad open with a list ...
10
votes
2answers
264 views

Is there an eclipse plugin such that task tags can be parameterized?

I have some TODO tags in my Java code and would like to parameterize them, mainly with priorities types deadlines. Since I do not want to create new task tags for each combination of these ...
8
votes
6answers
1k views

Best Todo list management software

I am looking for a simple, easy to use, effective todo list management. It will be better if I can link to my code where to make that todo change. Is there any open source solution for that?
7
votes
20answers
673 views

How to mark some code that must be removed before production?

Sometimes for testing/developing purposes we make some changes in the code that must be removed in a production build. I wonder if there is an easy way of marking such blocks so that production build ...
7
votes
6answers
2k views

SVN + PROJECT MANAGEMENT + WIKI + TODO LIST

Let's say I have web hosting account on linux on which i wish to host a svn server with wiki, project management to do lists, bugs, etc. Can you recommend me such a tool(which has all of those - if ...
6
votes
3answers
129 views

A tasklist tool for matlab

In Visual Studio there is a tool called TaskList, which searches the code for TODO comments, compiles a list of them, and lets you go to a TODO item in the code by clicking on it in the list. Is ...
6
votes
3answers
823 views

How to show more than 100 tasks //TODOs at once in Eclipse?

As the title says, how do I display more than 100 tasks at once in Tasks window in Eclipse? Alternatively, how do I browse tasks past 100? I have a lot of .c files in my project with many //TODOs ...
5
votes
1answer
1k views

Getting Doxygen and MSVC TODO tags to work together

In doxygen, the standard "/// \todo stuff" is used to tag a todo item. I do most of my coding in MSVC so it's handy to be able to see the TODO's in the Task List. MSVC uses "//TODO stuff" for their ...
5
votes
19answers
648 views

Do you have examples of comments or todos that were difficult to interpret?

I'm writing a chapter of my dissertation that deals with contextual cues and I'm looking for good examples of comments (or todo comments) where it's obvious that whoever wrote them had some knowledge ...
4
votes
4answers
2k views

TODO: comments are not showing up in the Task List

I had to reinstall all my development tools after a hard drive failure and I'm having a problem with Visual Studio. I had a bunch of //TODO: items scattered throughout my projects and I can't get ...
3
votes
9answers
327 views

Is there a nice task/todo app/system for developers out there?

I am looking for a really basic developer task/todo app or system. Are there any good ones out there? What are you using? All I need is a good overview and being able to add time and priority to my ...
3
votes
12answers
515 views

Should I keep todo lists in source control?

I have some trouble figuring out the best way to store my programming todo lists. I consider the following: one todo list in source control for each project a master todo list (with general tasks) ...
2
votes
2answers
130 views

How to scan a project for “@todo” source code comments

Is there any way to scan a codebase for any TODO's and generate a list that can be displayed on a standard web page. E.g. @todo Depreacted function remove......... (functions.php [Line 12]) ...
2
votes
1answer
136 views

TODO in source vs proper task management

The way I see it, both systems, TODO and task management (JIRA, BugZilla, etc) have their pros and cons: TODOs Pros Able to pinpoint the exact code location Quick to add Cons Adding metadata ...
2
votes
2answers
46 views

Default to-do list for a data-centric web application?

Say you have just embarked upon a new data-centric web application project, is there a to-do list of common best-practice things you tackle before getting to actually solve the business problem at ...
2
votes
1answer
285 views

List javascript tasks in Visual Studio Task list

Is there a way to configure Visual Studio 2008 to display TODO comments in .js files or script-tags in the task list? Now only todo comments from the C# code is displayed. Thanks Endre
1
vote
1answer
41 views

How to access and manipulate Google to-do list?

I need to access Google's todo list from Android programmatically. Please give me some clue where to start, and some examples if possible. Thanks in advance...
1
vote
1answer
75 views

How to do to-do calendars for php site - any good AJAX or php libraries for that?

If you show the to-do as a calendar - on a php site, possibility to edit daily tasks, etc. Is it made with AJAX or some PHP/CSS library/application? Are there any good php plugins for to-do ...
1
vote
1answer
124 views

How can I improve this program design for a simple todo list manager?

For a simple command-line todo manager (that is to be implemented in C), this is what I have thought of the design: The utility would support multiple users by storing the todo's in different files ...
1
vote
2answers
419 views

How to place todo reminders in Dreamweaver code

I am coding in Dreamweaver for a change. Is there a way to place reminders in your code, for example in the form of a "todo list"? I know Eclipse has this option. You can place //TODO before the line ...
1
vote
2answers
56 views

Easy way to implement dynamic views?

View are useful constructions of Python 3. For those who never noticed (like me): for a dictionary d you can write k = d.keys() and even if you update d the variable k will still be giving you the ...
0
votes
1answer
57 views

Is there any simple project, issues or bug tracker? [closed]

I search the internet for issue/bug trackers, I found softwares like bugzilla, mantis and other software, but they are too complex for small projects. I want a simple issue tracker, a light weight ...
0
votes
2answers
78 views

How to get todos from Thunderbird/Lightning calendars?

I can't find how to get all the todos of a calendar in Lightning. I thought the functions getItem() and getItems() from the calICalendar Interface (here) were the solution but I could not make it work ...
0
votes
1answer
64 views

Loading fic-mode in emacs

This answer gave me the solution I needed. The only problem for me, is that I have to load it, namely fic-mode, manually. More explicitly, whenever I open a c++ file, I have to do M-x fic-mode and ...
0
votes
1answer
151 views

MVC: To-do list checkbox

I'm developing an app in ASP.NET MVC, and part of it is a to-do list. The image url below shows how it looks and works so far: http://i51.tinypic.com/13zput3.png What I'd like to accomplish is ...
0
votes
0answers
54 views

Why is my app not wanting to create the data base for me and can any tell me way this is happning?

Why is my app not wanting to create the data base for me and can any tell me way this is happning?
0
votes
2answers
373 views

Define todo keyword in Python and Sublime Text

Can I define #@TODO or something like that as a keyword to be highlighted in Python? Is this specific to the text editor or to the language/platform?
0
votes
1answer
27 views

Task.find Conditions

I'm building my first Rails project - its a ToDo app, which are supposed to send out warnings when a Task are X minutes from its deadline. Im trying to create a variabel with the tasks that are X ...
0
votes
1answer
130 views

Add a todo list item in SPE (Stani's Python Editor)

How do I add a todo list item in Stani's Python Editor? I think it's something you type in together with the code and it automatically shows up the the todo list panel. However, I do not know the ...
0
votes
1answer
91 views

A tracker for both bugs and (productive) todo items?

I began using a bugtracker (www.bugnotes.com) so I am new to this... And I am easily adding bugs, makes sense. However some of these bugs would be fixed if I were to implement a given feature or ...
0
votes
1answer
97 views

Can you generate a todo.txt file from \todo commands with Doxygen?

/// \todo Loop must be rewritten ... /// \todo Delete this loop Can Doxygen generate a todo.txt file containing these comments ?
0
votes
1answer
388 views

ToDo-App Checkmark

Hey, each todo app has a empty box on the left handside, when you touch the box, it changes to a checked box. When you tap it again, the checkmark disappears. I think everybody knows what I mean. As ...
0
votes
1answer
87 views

Native interface to Ticket systems

Does any web bug/ticket system (Jira, Google Code, github, etc) offer a native plugin to add new tickets and update existing ones? My current tickets are usually few lines long, and the overhead of ...
0
votes
1answer
117 views

How to show relationships between Todo-lists?

How can I show relations between ToDo-lists? I am using Devtodo. I will give an example. I have my MIT humor in one XML-file: <todo version="0.1.19"> <note priority="low" ...