This commit is contained in:
Basile Burg 2015-02-07 06:38:41 +01:00
parent eaece5e670
commit f6ef7aa4bf
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ begin
// //
completion.OnPaintItem := @completionItemPaint; completion.OnPaintItem := @completionItemPaint;
fSyncEdit := TSynPluginSyncroEdit.Create(self); fSyncEdit := TSynPluginSyncroEdit.Create(self);
//TODO-ccLCL&LAZ-specific: activate this after next Laz release //TODO-cLCL&LAZ-specific: activate this after next Laz release
//fSyncEdit.CaseSensitive:=true; //fSyncEdit.CaseSensitive:=true;
bmp := TBitmap.Create; bmp := TBitmap.Create;
try try