parent
5d19805db7
commit
946df3c42b
|
|
@ -2033,6 +2033,7 @@ type TEditer=class(TCustomcontrol) //
|
||||||
end else
|
end else
|
||||||
if(d["section"]in array("文件查找"))and(d["btn"]="全部替换")then
|
if(d["section"]in array("文件查找"))and(d["btn"]="全部替换")then
|
||||||
begin
|
begin
|
||||||
|
if messageboxa("即将在目录中替换内容!!","提示",mb_YesNo,self.Handle)<> IDYES then return EndFind();
|
||||||
FFindListWnd.Clean();
|
FFindListWnd.Clean();
|
||||||
ShowFindWnd();
|
ShowFindWnd();
|
||||||
FindInFiles(d,o,true,ct);
|
FindInFiles(d,o,true,ct);
|
||||||
|
|
|
||||||
|
|
@ -1542,10 +1542,10 @@ type TcustomTreeCtl = class(ttreelistwnd)
|
||||||
if FonEmptyNodeExapanding then
|
if FonEmptyNodeExapanding then
|
||||||
begin
|
begin
|
||||||
e := new TTreeSelCHngedEvent(0,0,0,0);
|
e := new TTreeSelCHngedEvent(0,0,0,0);
|
||||||
e.item := item;
|
e.item := pm;
|
||||||
e.ItemNew := item;
|
e.ItemNew := pm;
|
||||||
e.ItemOld := item;
|
e.ItemOld := pm;
|
||||||
calldatafunction(FonEmptyNodeExapanding,pm,e);
|
CallMessgeFunction(FonEmptyNodeExapanding,self(true),e);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return ;
|
return ;
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue