identified couple of bug

This commit is contained in:
Basile Burg 2015-01-07 00:42:02 +01:00
parent 49cc7c0828
commit 5e68e70ba6
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,9 @@ type
fKeyChanged: boolean;
fDoc: TCESynMemo;
// http://bugs.freepascal.org/view.php?id=26329
// TODO-cbugfix: syncro-edit partially broken, undetermined condition
// TODO-cbugfix: syncro-edit should not be case-sensitive
// TODO-cbugfix: syncro-edit icon hidden after deletion, if doc is saved (as temp file, by the static explorer)
fSyncEdit: TSynPluginSyncroEdit;
tokLst: TLexTokenList;
errLst: TLexErrorList;
@ -82,6 +85,7 @@ begin
//
completion.OnPaintItem := @completionItemPaint;
fSyncEdit := TSynPluginSyncroEdit.Create(self);
//fSyncEdit.CaseSensitive:=true;
bmp := TBitmap.Create;
try
imgList.GetBitmap(0, bmp);