mirror of https://gitlab.com/basile.b/dexed.git
added note about proj conf synchro mode
This commit is contained in:
parent
c955a02715
commit
649d29432d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue