mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:59:19 +02:00
IDE: added resourcestrings
git-svn-id: trunk@27751 -
This commit is contained in:
parent
1cb5c00f85
commit
4ae44f8cb3
@ -781,9 +781,7 @@ begin
|
|||||||
edtErrorCnt.Text := IntToStr(Options.StopAfterErrCount);
|
edtErrorCnt.Text := IntToStr(Options.StopAfterErrCount);
|
||||||
|
|
||||||
// conditionals + build macros
|
// conditionals + build macros
|
||||||
{$IFDEF EnableBuildModes}
|
|
||||||
BuildMacrosFrame.LoadFromOptions(Options);
|
BuildMacrosFrame.LoadFromOptions(Options);
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
// inherited tab
|
// inherited tab
|
||||||
UpdateInheritedTab;
|
UpdateInheritedTab;
|
||||||
@ -1084,9 +1082,7 @@ begin
|
|||||||
Options.CompilerMessages.Assign(TempMessages);
|
Options.CompilerMessages.Assign(TempMessages);
|
||||||
|
|
||||||
// conditionals
|
// conditionals
|
||||||
{$IFDEF EnableBuildModes}
|
|
||||||
BuildMacrosFrame.SaveToOptions(Options);
|
BuildMacrosFrame.SaveToOptions(Options);
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
// other
|
// other
|
||||||
Options.DontUseConfigFile := not chkConfigFile.Checked;
|
Options.DontUseConfigFile := not chkConfigFile.Checked;
|
||||||
|
@ -617,9 +617,9 @@ var
|
|||||||
Grid: TStringGrid;
|
Grid: TStringGrid;
|
||||||
begin
|
begin
|
||||||
BuildModesGroupBox.Caption:=lisBuildModes;
|
BuildModesGroupBox.Caption:=lisBuildModes;
|
||||||
BuildModesStringGrid.Cells[0, 0]:=lisActive;
|
BuildModesStringGrid.Columns[0].Title.Caption:=lisActive;
|
||||||
BuildModesStringGrid.Cells[1, 0]:=lisInSession;
|
BuildModesStringGrid.Columns[1].Title.Caption:=lisInSession;
|
||||||
BuildModesStringGrid.Cells[2, 0]:=lisDebugOptionsFrmName;
|
BuildModesStringGrid.Columns[2].Title.Caption:=lisDebugOptionsFrmName;
|
||||||
|
|
||||||
BuildModeAddSpeedButton.LoadGlyphFromLazarusResource('laz_add');
|
BuildModeAddSpeedButton.LoadGlyphFromLazarusResource('laz_add');
|
||||||
BuildModeDeleteSpeedButton.LoadGlyphFromLazarusResource('laz_delete');
|
BuildModeDeleteSpeedButton.LoadGlyphFromLazarusResource('laz_delete');
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
{off $define UseTurbopowerInHelp}
|
{off $define UseTurbopowerInHelp}
|
||||||
{$define UseCHMHelp}
|
{$define UseCHMHelp}
|
||||||
{$define UseJCF}
|
{$define UseJCF}
|
||||||
{off $define EnableBuildModes}
|
|
||||||
|
|
||||||
// debug form load/save
|
// debug form load/save
|
||||||
{ $DEFINE VerboseJITForms}
|
{ $DEFINE VerboseJITForms}
|
||||||
|
Loading…
Reference in New Issue
Block a user