From 9b3250c575cdd0eb26097ce50ab02530a0588511 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 5 Nov 2015 00:04:11 +0100 Subject: [PATCH] uncommented todo fix, problem has been solved when cetodo has been rewritten using a range-based scanner --- src/ce_todolist.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ce_todolist.pas b/src/ce_todolist.pas index 54c209d6..fa8ef7f9 100644 --- a/src/ce_todolist.pas +++ b/src/ce_todolist.pas @@ -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;