added note about proj conf synchro mode

This commit is contained in:
Basile Burg 2015-03-20 16:00:47 +01:00
parent c955a02715
commit 649d29432d
1 changed files with 2 additions and 1 deletions

View File

@ -82,8 +82,9 @@ begin
Tree.Selected := Tree.Items.GetLastNode;
inspector.OnEditorFilter := @GridFilter;
inspector.CheckboxForBoolean := true;
//TODO-cfeature: project inspector synchro-mode for TStringList-based editors
//TODO-cfeature: project inspector synchro-mode for dialog-based editors
// currently the event OnModified is only called for simple properties.
// and it misses in ObjectINspector.pp TOICustomPropertyGrid.DoCallEdit();
//
EntitiesConnector.addObserver(self);
end;