tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Insert todo/note section somewhere #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It should be useful to have a todo or a note section somewhere linked to
the project (a file inserted in a .pro commented special tag?)

Original issue reported on code.google.com by ste...@infinito.it on 4 Jan 2007 at 4:13

GoogleCodeExporter commented 8 years ago
whats wrong with doying it in code...? latter on you can search for "todo" in 
the 
project. 

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 7:06

GoogleCodeExporter commented 8 years ago

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 7:46

GoogleCodeExporter commented 8 years ago
I would like to close this issue... can anyone of the subscribers to this list
explain what would they want exactly ...?

Original comment by diegoi...@gmail.com on 5 Dec 2007 at 10:01

GoogleCodeExporter commented 8 years ago
I'd like not to write them directly on code because I don't want distribute 
them with
sources. In some cases they are about an entire subsection of program and i 
don't
know where I can put them.
Actually I use some txt files with an extern editor but I'd like to have a 
section in
project for text files (or other type not directly related to Qt) to quickly 
access them.

Original comment by stero...@gmail.com on 6 Dec 2007 at 7:41

GoogleCodeExporter commented 8 years ago
I think we can do following things:
1) Create a special "ToDo list" dialog;
2) Keep global ToDo's in settings database file;
3) Search any "//TODO:" marks in code and show them in the dialog involved.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 2:24

GoogleCodeExporter commented 8 years ago

Original comment by Lord.Div...@gmail.com on 14 Feb 2009 at 7:26

GoogleCodeExporter commented 8 years ago
Can I suggest that the todo tag embedded within the code is \todo so that it is
consistent with the doxygen style:
http://www.stack.nl/~dimitri/doxygen/commands.html#cmdtodo

Original comment by foster.g...@gmail.com on 19 Feb 2009 at 10:47