From 0e712aa0ee93f624377e3b0ef33d7688811b431a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 20 Mar 2015 03:54:08 +0100 Subject: [PATCH] nothing --- src/ce_common.pas | 2 -- src/ce_projconf.pas | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ce_common.pas b/src/ce_common.pas index 704807f3..b00d77a8 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -758,8 +758,6 @@ begin aProcess.Options := aProcess.Options + [poNewConsole]; end; -// TODO-cbugfix: confirm that DCD location info are based on system Line ending and not the one existing in a specific file - function getLineEndingLength(const aFilename: string): byte; var value: char; diff --git a/src/ce_projconf.pas b/src/ce_projconf.pas index 321f2361..f53a1e6a 100644 --- a/src/ce_projconf.pas +++ b/src/ce_projconf.pas @@ -11,6 +11,9 @@ uses ce_observer; type + + { TCEProjectConfigurationWidget } + TCEProjectConfigurationWidget = class(TCEWidget, ICEProjectObserver) btnSyncEdit: TSpeedButton; imgList: TImageList; @@ -79,6 +82,8 @@ begin Tree.Selected := Tree.Items.GetLastNode; inspector.OnEditorFilter := @GridFilter; inspector.CheckboxForBoolean := true; + //TODO-cfeature: project inspector synchro-mode for TStringList-based editors + // currently the event OnModified is only called for simple properties. // EntitiesConnector.addObserver(self); end;