uncommented todo fix, problem has been solved when cetodo has been rewritten using a range-based scanner

This commit is contained in:
Basile Burg 2015-11-05 00:04:11 +01:00
parent 65beda6011
commit 9b3250c575
1 changed files with 2 additions and 2 deletions

View File

@ -454,8 +454,8 @@ end;
procedure TCETodoListWidget.toolTerminated(Sender: TObject);
begin
//TODO-cbugfix: UTF chars in TODO comments bug either in the widget or the tool, symptom: empty todo list, conditions: to determine.
//WASTODO-cbugfix: UTF chars in TODO comments bug either in the widget or the tool, symptom: empty todo list, conditions: to determine.
// seems to be fixed since the TODO scanner 's been rewritten using ranges (std.range.front() => autodecoding).
fToolProc.OutputStack.Position := 0;
fTodos.loadFromTxtStream(fToolProc.OutputStack);
fillTodoList;