TODO is a computer programming comment tag, usually wrote in the code to indicate a task to be accomplished on that specific part of the program. IDEs often highlight them.
0
votes
0answers
36 views
Why doesn't this simple PhoneGap todo-list work?
I'm a newbie on PhoneGap and I've a problem with my simple PhoneGap-project for iOS.
I'm about to create a simple todo-list, but it doesn't work when I run the app in the virtual environment. It ...
1
vote
1answer
43 views
ToDo / Shopping Loist in iOS - searching for infos
)
For my new projekt I'm searching for tutorials to learn abit more, but I think I use the wrong keywords in google ;-) maybe you can help me finding more specific infos about.
So I want to create ...
1
vote
1answer
24 views
Automatically mark autogenerated headers as TODO in Visual Studio/ReSharper?
I'm pretty sure that I have in the past set up Visual Studio 2012 and/or ReSharper so that when I tell ReSharper to insert a documentation header for an undocumented class or function or whatever, it ...
0
votes
5answers
74 views
Alternatives to TODO in Java [closed]
I have a colleaugue who gets upset whenever I use TODOs in my code. Is there an alternative, such as INFO or NOTE that will not disturb his sensitive sensibilities, and allow my outstanding tasks to ...
2
votes
1answer
89 views
TODO items not showing up in Visual Studio Express 2012
The TODO list items aren't showing up in Visual Studio Express 2012 for C++.
Why are the TODO list items not showing up?
This question has been asked before, but none of the answers have resolved my ...
0
votes
1answer
78 views
Save TableView Data
I do make tableview save and load data. I have 2 warning and 2 error.
Errors:
Incompatible pointer to integer conversion assigning to 'BOOL' (aka 'signed char') from 'NSString *__strong'
...
3
votes
1answer
90 views
Regex matching to identify vulnerable code
I'm trying to write a regex that will be able to identify vulnerable code blocks. Typical locations in code that often go overlooked are TODO, FIXME, CVE, BUG comments in code.
When performing a ...
0
votes
1answer
33 views
Identify TODO tags in Eclipse
I was wondering whether Eclipse supports some sort of identification (number or name) for TODO tags? Concretely I want to be able refer to other TODO's.
Example (freely invented example of why this ...
1
vote
1answer
80 views
PhpStorm Ignore files/directories in TODO feature
Is it possible to exclude certain files from the TODO function in PhpStorm? For example, I'm using the highcharts javascript library. I don't want to see the few dozen or so TODO's they have marked ...
0
votes
0answers
17 views
How can I export Netbeans tasklist
I have hundreds of @todo tasks in my code and I want to export them so that I can organize them into tasks, only I can't find a way to export them.
0
votes
1answer
20 views
TODO items show up multiple times in Visual Studio 2008
The Task List in Visual Studio 2008 is behaving a little wacky for me. Some tasks are only shown once, but some are shown several times.
For example, // TODO: Change this to 9000.0 when... appears ...
0
votes
1answer
60 views
How to not show @todo task tags on eclipse ( eclipse-php on Mac OS )
I want the task marks on the right to not show.
The notepad icon on the left is enough, and the blue marks on the right mix up with the green marks of occurrences, so it clutters the view and I can't ...
3
votes
3answers
494 views
Is there a good outliner/note-taking alternative to emacs org-mode (with images)?
Org-mode from Emacs is awesome to scribble down project notes and also maintain a todo list where you can quickly move things around (up/down, indentation etc.). However, especially when it comes to ...
-5
votes
1answer
95 views
Generating a to do list with PHP and SQL [closed]
Would like to generate a to do list based on a couple of interests (tags) based on a form. The tags could then be searched with SQL query and match with the corresponding keywords in my database. The ...
1
vote
1answer
122 views
Change color of Eclipse todo only - not whole comment
I found out how to change the color of the todo tag in eclipse (window->preferences->general->editors->text editors->annotations->tasks) but this changes it so that when I write //TODO the entire line ...
2
votes
1answer
132 views
Is there any working todo plugin for Redmine v2?
There were couple great todo plugins for Redmine 1.x. However none of them work anymore with v2x series. I looked around and I could not find any update or new todo related plugins for Redmine v2.
I ...
0
votes
1answer
65 views
VS 2010 - cannot add a TODO token - Add is disabled?
Deleting works, but it does not enable the option to Add.
3
votes
1answer
485 views
Can't see tasks in aptana
I wonder Why I can't see my //TODO: descriptions in my Task View in aptana. When I rightclick @ the line number and choose Add Task it works and I can see my task in the Window -> Show View -> Tasks.. ...
0
votes
0answers
63 views
Notes calendar mini view component is todo in a composite application?
I am trying to add the notes calendar mini view into a composite application, but it show the todo view and I can't change the component title name to "todo"
what is going on?
1
vote
1answer
428 views
Does TODO work in NetBeans for C++?
I hope this isn't a tedious question as it has a lot of variations here, but none of the existing questions seem to quite fit my scenario. Google hasn't saved me yet either.
I'm using netbeans to ...
0
votes
1answer
69 views
What is the simplest way of tracking issues and ToDo 's using Git?
Is there any built in issue tracking or ToDo tracking with git?
Or is there a simple way to easily manage tasks and bugs using git?
3
votes
1answer
57 views
Show TODO tasks only for pending changes in Visual Studio
The Task List in Visual Studio 2010 will show all the TODO comments in a solution, but is there some way to filter it to only show TODOs for files with pending changes or for files that are open? In ...
3
votes
1answer
502 views
How to use TODO tags in org-mode without defining headlines?
When I'm writing down a few notes in org-mode :
note 1
note 2
note 3
And then want to make 'note 2' a TODO item, I need to turn it into a headline, as such :
note 1
* TODO note 2
note 3
But now, ...
0
votes
1answer
148 views
What's the best way to Bookmark/List TODOs in VS2010 for Teams?
as VS2010 Task List only scans active file for Comment Tokens and Bookmarks may make troubles if developers have there project on different drives/paths, what would be the best way to manage open ...
0
votes
1answer
94 views
Is it possible to reject check in if files contain TODO in TFS/TeamCity?
Is it possible to reject the check in of files or break the build if a file is checked in which contains a TODO (or certain string) using TFS/TeamCity?
It would need to ignore any files which already ...
0
votes
2answers
178 views
Why would views not render with .el?
I've finally got my Rails Todo List app to display the Todos using Backbone's renderer. I've a small issue though. In the addOne function, I've used view.render() instead of view.render().el, what was ...
2
votes
1answer
70 views
Cannot use //TODO flag in MonoDevelop (OS X version)
I am having trouble using the //TODO flag. When I put the //TODO comment in my code, it doesn't show the corresponding task in the task list.
Has anyone run into the same problem before? If so, how ...
1
vote
1answer
225 views
geddy command breaks after creating geddy app
I'm following the geddy tutorial.
I install geddy & jake using npm, create the app, cd into the folder that is created, and run the geddy command. But I get an error when running the geddy ...
3
votes
2answers
409 views
How do I get my Android TODOs to show up in Tasks in Eclipse?
I have // TODO
throughout my .java files and they are detected and labeled as tasks
but they are not listed in the Tasks list.
How can I make them show up in the Tasks list? It would make it so ...
0
votes
1answer
690 views
Doxygen @todo Tag
I'm having a strange issue with the @todo command when I have other formatted data below it in a list in the latest version of doxygen (1.8). Consider the following example:
/**
@page ...
1
vote
1answer
870 views
In the Ember Todo example, how would I toggle rather than remove the todos?
I'm referring to this example
http://emberjs.com/examples/todos/
In the code they clear the list by filtering and then removing from the collection
clearCompletedTodos: function() {
...
0
votes
2answers
862 views
How to Add Eclipse TODOs to JSPs
There is a way to add "TODO"s to Java classes so that they will show up in Eclipse's Tasks view.
//TODO: comment about what needs done
Does anyone know how to add a similar comment in a JSP so ...
4
votes
1answer
339 views
Why TODO in controllers sometimes can't be compiled, in play2?
TODO is convenient when coding controllers:
object Application extends Controller {
def test = Action { TODO }
}
It's fine. But this:
def login = Action { implicit request => TODO }
It ...
4
votes
3answers
1k views
IDE comment keywords
So I only recently discovered the TODO comment. For those of you that don't know, most modern IDE's will recognize this word in a comment and flag the comment line a different colour so It stands out.
...
3
votes
2answers
175 views
Where does the TODO convention come from?
I suspect this question has been asked before, but it's not easy to Google for.
I am a fairly new coder and I see a lot of code, in a lot of different languages, with comments beginning "TODO".
...
5
votes
3answers
1k views
TODOs in Xcode: How to make them stand out?
I am aware of the method of making them warnings, but I want to keep my legit warnings separate from my todos. I'm also have yet to see xcode 4 highlight the todos like everyone seems to think it ...
2
votes
1answer
505 views
Visual C++ TODO Task List not showing elements
The // TODO comments and other custom defined are not showing up in task list in Visual Studio 2010 (Ultimate, x64, sp1) even activating the option in configuration, as is told in that post:
Visual ...
0
votes
1answer
933 views
TODO tags aren't found in Eclipse with PyDev
I'm using Eclipse with PyDev on OpenSUSE 12.1. I've got projects in Javascript and Python. By right click I can add a TODO, but since I'm working with other developers I'd like to have them as code ...
0
votes
1answer
143 views
How can I set a task in Geany to be displayed in the “task tab” below?
I don't know if this question is ok for this forum, but since I think it is programming related I thought of it better handled here then in the superusers forum. If this is not the case, please move ...
2
votes
2answers
138 views
What is a tool to build simple team task management?
I have a specific goal in mind: I want to make a to-do-list-type app for my group at work to use. My key requirements are to have very easy entry and removal of items, as well as work in an OS X ...
1
vote
1answer
250 views
Rails 3: Form within a loop?
I have a todo list and i'm basically trying to allow users to tick a checkbox and mark it as complete with ajax however I'm having some real trouble knowing how to specify that I want to edit 'tasks' ...
1
vote
2answers
267 views
C# Calling on a Class for a to-do list
I'm new to this website and not a great programmer, I've been stuck on this one part of my work for a while.
I am asked to write a separate class to do something, so I figured I would do this for a ...
7
votes
1answer
2k views
Can Doxygen easily be configured to recognise TODO and FIXME lines?
I've just installed and setup an instance of Doxygen, but out of the box it only finds TODO tags in code when marked in a block like:
/**
* @todo Foo
*/
It doesn't seem to find:
// TODO Foo
// ...
2
votes
1answer
1k views
Applescript - How to get each line of clipboard delimited by newline and perform an action with each line?
I am trying to modify an applescript that takes a text file, and creates a new todo with each line of the text file:
set myFile to (choose file with prompt "Select a file to read:")
open for access ...
0
votes
0answers
85 views
The exactly use of string comparison operator __TO-DO__ in Bash [closed]
I'd like to know the exactly and correct way to use TO-DO in a Bash script. I don't understand how to use it.
1
vote
0answers
39 views
Good Bug/Feature Task Listing Apps Mac?
Other than using a bog standard to do app, are there any good bug reporting apps and in a to do list fashion for Mac?
So I want to be able to have a long list of things I need to do in my app ...
1
vote
0answers
245 views
Using VBScript for the Doxygen FILE_VERSION_FILTER
I am using Visual Studio, and I would like Doxygen to create a todolist from my TODO tasks.
I found the article Getting Doxygen and MSVC TODO tags to work together, which suggested using the Doxygen ...
4
votes
2answers
1k views
How do I get TODO comments in HTML files to show up in Task List in Visual Studio?
So, I have TODO comments showing up in my task list as long as the TODO comment is in a C# file. The TODO comments in HTML, CSS, or JScript aren't showing up in my Task List. Is there a way to enable ...
0
votes
1answer
320 views
Why don't I see my TODOs for my PHP files in Eclipse?
Why don't I see my TODOs for my PHP files in Eclipse?
I ran into this issue in PDT, I just wanted to put the answer up in case someone else did too.
* ANSWER *
Although PHP doesn't really need to ...
5
votes
2answers
946 views
Eclipse: How to get TODOs from SQL and XML files in tasks
In Java files I can write TODO comments and they show up in the Tasks window.
// TODO: Do something about this
However, when I write TODO comments in for example SQL scripts and XML files, they ...
