|
From: David C. <dc...@us...> - 2005-07-16 21:19:53
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6364 Modified Files: Changelog.txt Log Message: Added note explain how to get rid of dead task markers. Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Changelog.txt 2 Apr 2005 20:39:13 -0000 1.4 --- Changelog.txt 16 Jul 2005 21:19:45 -0000 1.5 *************** *** 13,16 **** --- 13,23 ---- * Ability to set multiple tags * Ability to set low, normal or high priorities for tags + * Early versions from Head (no official releases) would install a TODO marker that + would not be removed. This bug was fixed, but if you've got "stuck Tasks" that + don't match actual task tags in your source file, there are two ways to remove them. + 1) open the file in the text editor (right-click on the file in Resource Navigator, and + select Open With - Text Editor). You can then right click on the task tag in the left margin + and select Remove Task + 2) If this doesn't work, you need to basically delete the file, and create a new one in its place. * Added shortcuts for inspection during debug session: * Extension to the editor's pop-up menu |