mirror of https://gitlab.com/basile.b/dexed.git
updated TODOs
This commit is contained in:
parent
854f86ebeb
commit
5c1e0eea1b
|
@ -99,7 +99,7 @@ begin
|
|||
//
|
||||
completion.OnPaintItem := @completionItemPaint;
|
||||
fSyncEdit := TSynPluginSyncroEdit.Create(self);
|
||||
//TODO: activate this after next Laz release
|
||||
//TODO-ccLCL&LAZ-specific: activate this after next Laz release
|
||||
//fSyncEdit.CaseSensitive:=true;
|
||||
bmp := TBitmap.Create;
|
||||
try
|
||||
|
|
|
@ -539,7 +539,7 @@ begin
|
|||
if not Visible then exit;
|
||||
//
|
||||
if WindowState = wsMinimized then WindowState := wsNormal;
|
||||
// TODO-cbugfix: check new docking persistence behaviour on new Laz release.
|
||||
// TODO-cLCL&LAZ-specific: check new docking persistence behaviour on new Laz release.
|
||||
// does not save minimized/undocked windows to prevent bugs
|
||||
for i:= 0 to fWidgList.Count-1 do
|
||||
begin
|
||||
|
@ -1423,7 +1423,7 @@ var
|
|||
xcfg: TXMLConfigStorage;
|
||||
i: NativeInt;
|
||||
begin
|
||||
// TODO-cbugfix: possible loading AV, xml saved after undocking some widgets, xml file abnormal size.
|
||||
// TODO-cLCL&LAZ-specific: possible loading AV, xml saved after undocking some widgets, xml file abnormal size.
|
||||
for i:= 0 to fWidgList.Count-1 do
|
||||
begin
|
||||
if DockMaster.GetAnchorSite(fWidgList.widget[i]).WindowState = wsMinimized then
|
||||
|
|
|
@ -112,8 +112,8 @@ begin
|
|||
Tree.OnExpanding := @treeExpanding;
|
||||
|
||||
// http://bugs.freepascal.org/view.php?id=27137
|
||||
// TODO-cCleanup: remove comment after next Laz release
|
||||
// TODO-cfeature, try the new TListViewFilterEdit here.
|
||||
// TODO-cLCL&LAZ-specific: remove comment after next Laz release
|
||||
// TODO-cLCL&LAZ-specific, try the new TListViewFilterEdit here.
|
||||
lstFilter.FilteredListbox := nil;
|
||||
lstFilter.onChange := @lstFilterChange;
|
||||
//
|
||||
|
|
|
@ -179,8 +179,8 @@ begin
|
|||
fAutoRefresh := true;
|
||||
mnuAutoRefresh.Checked := true;
|
||||
// http://bugs.freepascal.org/view.php?id=27137
|
||||
// TODO-cCleanup: remove comment after next Laz release
|
||||
// TODO-cfeature, try the new TListViewFilterEdit here.
|
||||
// TODO-cLCL&LAZ-specific: remove comment after next Laz release
|
||||
// TODO-cLCL&LAZ-specific, try the new TListViewFilterEdit here.
|
||||
lstfilter.OnChange:= @filterItems;
|
||||
//
|
||||
png := TPortableNetworkGraphic.Create;
|
||||
|
|
Loading…
Reference in New Issue