mirror of https://gitlab.com/basile.b/dexed.git
more stuff broken after #264
This commit is contained in:
parent
1f89e140e2
commit
f9fc78b229
|
@ -2380,7 +2380,7 @@ object CEMainForm: TCEMainForm
|
||||||
object ApplicationProperties1: TApplicationProperties
|
object ApplicationProperties1: TApplicationProperties
|
||||||
OnActivate = ApplicationProperties1Activate
|
OnActivate = ApplicationProperties1Activate
|
||||||
OnException = ApplicationProperties1Exception
|
OnException = ApplicationProperties1Exception
|
||||||
left = 72
|
left = 64
|
||||||
top = 1
|
top = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -2500,8 +2500,8 @@ procedure TCEMainForm.actProjOpenContFoldExecute(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
if not assigned(fProject) or not fProject.filename.fileExists then
|
if not assigned(fProject) or not fProject.filename.fileExists then
|
||||||
exit;
|
exit;
|
||||||
DockMaster.GetAnchorSite(fExplWidg).Show;
|
|
||||||
getExplorer.browse(fProject.filename.extractFilePath);
|
getExplorer.browse(fProject.filename.extractFilePath);
|
||||||
|
fExplWidg.showWidget;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEMainForm.actFileNewExecute(Sender: TObject);
|
procedure TCEMainForm.actFileNewExecute(Sender: TObject);
|
||||||
|
@ -3305,8 +3305,8 @@ procedure TCEMainForm.actFileOpenContFoldExecute(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
if fDoc.isNil or not fDoc.fileName.fileExists then
|
if fDoc.isNil or not fDoc.fileName.fileExists then
|
||||||
exit;
|
exit;
|
||||||
DockMaster.GetAnchorSite(fExplWidg).Show;
|
|
||||||
getExplorer.browse(fDoc.fileName.extractFilePath);
|
getExplorer.browse(fDoc.fileName.extractFilePath);
|
||||||
|
fExplWidg.showWidget;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEMainForm.actProjCompileExecute(Sender: TObject);
|
procedure TCEMainForm.actProjCompileExecute(Sender: TObject);
|
||||||
|
|
Loading…
Reference in New Issue