mirror of https://gitlab.com/basile.b/dexed.git
updated 2TODOs
This commit is contained in:
parent
dcac5f20cf
commit
66d96959d0
|
@ -31,7 +31,6 @@ type
|
|||
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;
|
||||
|
@ -85,6 +84,7 @@ begin
|
|||
//
|
||||
completion.OnPaintItem := @completionItemPaint;
|
||||
fSyncEdit := TSynPluginSyncroEdit.Create(self);
|
||||
//TODO: activate this after enxt Laz release
|
||||
//fSyncEdit.CaseSensitive:=true;
|
||||
bmp := TBitmap.Create;
|
||||
try
|
||||
|
|
|
@ -251,7 +251,6 @@ begin
|
|||
if not exeInSysPath(aTool.executable) then
|
||||
if (aTool.chainAfter.Count = 0) and (aTool.chainBefore.Count = 0) then
|
||||
exit;
|
||||
// TODO-cWiki: toolchain, process is async but poWaitOnExit can be set to force syncro.
|
||||
for nme in aTool.chainBefore do
|
||||
for chained in fTools do
|
||||
if TCEToolItem(chained).toolAlias = nme then
|
||||
|
|
Loading…
Reference in New Issue