todos

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 that he didn't bother sharing with future readers, making them difficult to interpret. Examples from publicly available code would be esp...

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 of to-do's for my current project. I'll constantly re-arrange these based off priority and I cross them off and move them to the complete...

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) in a personal folder in source control How do you find that? What would you suggest? Edit: Thanks for the suggestions. I use a bug tr...

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" time="1237320287"> see the MIT humor-video </note> </todo> Other file is about Usenet-humor <todo version="0.1.19"> <note priority=...

SVN + PROJECT MANAGEMENT + WIKI + TODO LIST

Hi there 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 is possible ) or do I have to put them separately? do you know a good link with tutorial about how to setup those? ...

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? ...

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 updated keys. You can write then k1 & k2 and it will always give you d1.keys() & d2.keys() I want to implement this for my personal todo mana...

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 would fail as long as they are present or at least it will warn you during the build somehow. Simple "//TODO:" doesn't really work because...

How can I speed up Netbeans Task Marker resolution?

I'm trying to quickly navigate and fix problems in code in Netbeans, and it just takes too long. I'll fix a problem, and it will take seconds to re-compile. While this is happening, the marker remains, and all the others that depend on it will too (requiring multiple next-marker key strokes to get to a "new" problem). If I'm doing a f...

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 using the GUI to enter them is high. Especially when I compare them to native task management software (e.g. Things), which usually offer s...

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 tags. Is there any way to make them work together? I found the properties pane for the Task list and try to add "\todo" to the list, but ...

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 When I go to Tasks window, it shows: Filter matched 100 of 158 items I can't find a sane way to go past item 100... that is, I don't se...

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 them to show up in my Task List under the User Tasks. I restarted Visual Studio to no effect, then I checked the tokens in the Task List setti...

List javascript tasks in Visual Studio Task list

Hello. 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 ...

How to place reminders,todolist, or code-line bookmarks in your code [Dreamweaver]

Hello i am coding in dreamweaver for a change. I was wondering if there is a way to place reminders in your code, for example in the form of a todolist or another way. I know eclipse has this option. You can place //TODO before the line of code. And this is placed in a list. You can view this list every time and conveniently go back to ...

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 you see it here (right): How would I realize something like that ? Is it a UIButton ? I'm working with Core Data, how would I save the s...

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 ? ...

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 hand ? ...

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 perform some refactoring. So how can I track todo-list type things effectively, and don't these kinds of tasks tie into bug tracking? I guess wh...

Integrating ToDoList and Jira

Recently i have started using ToDoList, most of the times my todos are based on the jira issues/tasks that i need to work on. Is there a way to integrate ToDoList tool with Jira somehow? Like, on marking a task as completed in ToDo should resolve the issue in Jira, or other way around. Thanks for your interest. ...