Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/ToDoList    [ Add a report in this area ]  
Report #:  71598   Status: Open
ToDo List does not show comments on source code.
Project:  Delphi Build #:  12.0.3210.17555
Version:    12.1 Submitted By:   Yusuke Konno
Report Type:  Basic functionality failure Date Reported:  2/19/2009 1:12:28 AM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   282910
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: 10
Description
When a project contains some source codes with ToDoList Comment which is written in UCS-2LE, UCS-2BE, UCS-4LE or  UCS-4BE, ToDoList does not show all comments.

[Bug Condition]
* A project has multi source code files.
* File Format is UCS-2LE, UCS-2BE, UCS-4LE or  UCS-4BE.
* Comment on the unit which is opened first is displayed.

[Attachment]
* EXP.png
This image shows valid behavior of ToDoList.

* ACT.png
This image shows actual behavior of this problem.

* Source Folder
This folder contains that the project can cause this problem.
It contains .pas files which are written in ANSI, UCS-2LE, UCS-2BE, UCS-4LE or  UCS-4BE.
Steps to Reproduce:
1. New VCL Form Application.
2. Add ToDo on CodeEditor (Unit1).
3. Input Characters.
4. New Form File.
5. Add ToDo on CodeEditor (Unit2).
6. Input Characters and Change Format to UCS-2LE.
7. New Form File.
8. Add ToDo on CodeEditor (Unit3).
9. Input Characters and Change Format to UCS-2BE.
10. New Form File.
11. Add ToDo on CodeEditor (Unit4).
12. Input Characters and Change Format to UCS-4LE.
13. New Form File.
14. Add ToDo on CodeEditor (Unit5).
15. Input Characters and Change Format to UCS-4BE.
16. Save all.
17. Close all.
18. Open the project again.

EXP:
ToDoList shows all data correctly.
See also EXP.png in Attachment.

ACT:
ToDoList shows only comment on Unit 1
See also ACT.png in Attachment.
Workarounds
None
Attachment
qc71598.zip
Comments

Hideaki Tominaga at 4/30/2011 1:42:37 AM -
This issue looks like QC#88114.

Server Response from: ETNACODE01