mirror of https://gitlab.com/basile.b/dexed.git
uncommented todo fix, problem has been solved when cetodo has been rewritten using a range-based scanner
This commit is contained in:
parent
65beda6011
commit
9b3250c575
|
@ -454,8 +454,8 @@ end;
|
||||||
|
|
||||||
procedure TCETodoListWidget.toolTerminated(Sender: TObject);
|
procedure TCETodoListWidget.toolTerminated(Sender: TObject);
|
||||||
begin
|
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;
|
fToolProc.OutputStack.Position := 0;
|
||||||
fTodos.loadFromTxtStream(fToolProc.OutputStack);
|
fTodos.loadFromTxtStream(fToolProc.OutputStack);
|
||||||
fillTodoList;
|
fillTodoList;
|
||||||
|
|
Loading…
Reference in New Issue