mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 06:09:14 +02:00
fixed changing menuitem separator and normal
git-svn-id: trunk@2977 -
This commit is contained in:
parent
c1b5795a39
commit
76ef25f6a6
@ -5678,9 +5678,11 @@ var
|
|||||||
begin
|
begin
|
||||||
// first compile all lazarus components (LCL, SynEdit, CodeTools, ...)
|
// first compile all lazarus components (LCL, SynEdit, CodeTools, ...)
|
||||||
SourceNotebook.ClearErrorLines;
|
SourceNotebook.ClearErrorLines;
|
||||||
|
try
|
||||||
Result:=BuildLazarus(MiscellaneousOptions.BuildLazOpts,
|
Result:=BuildLazarus(MiscellaneousOptions.BuildLazOpts,
|
||||||
EnvironmentOptions.ExternalTools,MacroList,
|
EnvironmentOptions.ExternalTools,MacroList,
|
||||||
'',Flags+[blfWithoutIDE]);
|
'',Flags+[blfWithoutIDE]);
|
||||||
|
if Result<>mrOk then exit;
|
||||||
|
|
||||||
// prepare static auto install packages
|
// prepare static auto install packages
|
||||||
PkgOptions:='';
|
PkgOptions:='';
|
||||||
@ -5704,7 +5706,10 @@ begin
|
|||||||
Result:=BuildLazarus(MiscellaneousOptions.BuildLazOpts,
|
Result:=BuildLazarus(MiscellaneousOptions.BuildLazOpts,
|
||||||
EnvironmentOptions.ExternalTools,MacroList,
|
EnvironmentOptions.ExternalTools,MacroList,
|
||||||
PkgOptions,Flags+[blfOnlyIDE]);
|
PkgOptions,Flags+[blfOnlyIDE]);
|
||||||
|
if Result<>mrOk then exit;
|
||||||
|
finally
|
||||||
DoCheckFilesOnDisk;
|
DoCheckFilesOnDisk;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TMainIDE.DoConvertDFMtoLFM: TModalResult;
|
function TMainIDE.DoConvertDFMtoLFM: TModalResult;
|
||||||
@ -8632,6 +8637,9 @@ end.
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.548 2003/05/01 11:44:03 mattias
|
||||||
|
fixed changing menuitem separator and normal
|
||||||
|
|
||||||
Revision 1.547 2003/05/01 10:40:06 mattias
|
Revision 1.547 2003/05/01 10:40:06 mattias
|
||||||
open special files for lpi files
|
open special files for lpi files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user