The todos tag has no wiki summary.
1
vote
2answers
74 views
How can I set Vim up to search for and sort all lines containing a certain string?
I am using vim to manage a to-do list, and would like to set a hotkey to do the following:
Find all lines which contain the word under the cursor. The world is always a tag formatted as: #mytaghere
...
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.
1
vote
2answers
95 views
How to disable git push when there are TODOs in code?
We are having an issue in our team and we have decided to check if there is a way or git command to reject git push where there are TODOs in the code.
Any ideas?
Thanks in advance.
0
votes
0answers
92 views
How can I add IPM.Activity message class items to the To-Do List in Outlook 2010?
I'm using Outlook 2010 in Windows 7 backed by Exchange Server 2010.
Tool in Outlook: The "To-Do List", when in Tasks, is a compilation list of tasks and emails with follow-up dates or flagged items. ...
2
votes
2answers
979 views
todolist rake aborted! no such file to load — dispatcher
Trying to install https://github.com/dalyons/redmine-todos-scrum-plugin plugin, but when im doing:
rake db:migrate_plugins RAILS_ENV=production
there is an error occured:
rake aborted!
no such ...
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 ...
0
votes
0answers
2k views
Adding Drag & Drop to Backbone Todos with jQuery/UI
I'm totally new to backbone.js and have just started delving into the infamous 'todos' app to get a feel for it. I've noticed that localtodos.com includes a nice drag & drop functionality whereas ...
1
vote
1answer
133 views
can't save a string to an array of string on stackmob
I'm having a problem with this software http://dev.wikidiscussion.ozfraier.stackmobapp.com
which is a variation on the todos coffeescript example ...
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 ...
1
vote
1answer
150 views
Limit the task list by filtering by directory in Netbeans 7.1
I am looking to filter the visible tasks by directory so that I don't get all the @todos from external libraries. But It's not quite working how I expected.
Below is an example of what I have tried.
...
0
votes
1answer
66 views
sproutcore property(@each) is not updating
I'm analyzing the basic todo application.
Why is it that when I delete the StatsView (from the main todos.js and from todos.handlebars) the remaining method (property) of the todoListController stops ...
0
votes
1answer
250 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 ...
10
votes
2answers
538 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 ...
1
vote
1answer
121 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...
0
votes
2answers
149 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
84 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 ...
2
votes
3answers
732 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])
...
0
votes
1answer
263 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 ...
1
vote
1answer
360 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 ...
0
votes
0answers
57 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?
3
votes
9answers
548 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 ...
6
votes
3answers
321 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 ...
2
votes
1answer
297 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 ...
0
votes
2answers
495 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
49 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
244 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
127 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 ...
2
votes
2answers
64 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 ...
0
votes
1answer
117 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
573 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 ...
1
vote
2answers
951 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 ...
4
votes
2answers
902 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
7
votes
4answers
3k 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 ...
9
votes
3answers
2k 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
...
6
votes
2answers
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 ...
0
votes
1answer
141 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 ...
7
votes
20answers
764 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 ...
1
vote
2answers
64 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 ...
11
votes
5answers
3k 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?
9
votes
7answers
5k 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 ...
0
votes
1answer
130 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" ...
3
votes
12answers
606 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) ...
23
votes
34answers
4k views
How do you keep track of your programming TODOs? [closed]
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 ...