From 87d07d42a2887ef09d976de39d1cfac958ff040c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 10 Nov 2015 15:40:29 +0100 Subject: [PATCH] spotted minor bug --- src/ce_main.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_main.pas b/src/ce_main.pas index 99a0ffea..7a1eb30b 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -543,6 +543,8 @@ begin for str in fDocuments do if FileExists(str) then mdh.openDocument(str); + // TODO-cbugfix: if project file is reloaded to an editor it won't be linked to the matching project (e.g save file and project editor widget directly updated) + // same with MRU file or mini-explorer. end; {$ENDREGION}