mirror of https://gitlab.com/basile.b/dexed.git
deprecated option noBoundsCheck is now totally hidden
This commit is contained in:
parent
a79bcdc27c
commit
17b1ed48c9
|
@ -201,6 +201,9 @@ begin
|
||||||
if getGridTarget = fProj.currentConfiguration.pathsOptions then
|
if getGridTarget = fProj.currentConfiguration.pathsOptions then
|
||||||
if aEditor.GetName = 'Sources' then
|
if aEditor.GetName = 'Sources' then
|
||||||
aShow := false;
|
aShow := false;
|
||||||
|
if getGridTarget = fProj.currentConfiguration.outputOptions then
|
||||||
|
if aEditor.GetName = 'noBoundsCheck' then
|
||||||
|
aShow := false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCEProjectConfigurationWidget.getGridTarget: TPersistent;
|
function TCEProjectConfigurationWidget.getGridTarget: TPersistent;
|
||||||
|
@ -219,8 +222,8 @@ begin
|
||||||
7: exit( fProj.currentConfiguration.pathsOptions );
|
7: exit( fProj.currentConfiguration.pathsOptions );
|
||||||
8: exit( fProj.currentConfiguration.preBuildProcess );
|
8: exit( fProj.currentConfiguration.preBuildProcess );
|
||||||
9: exit( fProj.currentConfiguration.postBuildProcess );
|
9: exit( fProj.currentConfiguration.postBuildProcess );
|
||||||
10: exit( fProj.currentConfiguration.runOptions );
|
10:exit( fProj.currentConfiguration.runOptions );
|
||||||
11: exit( fProj.currentConfiguration );
|
11:exit( fProj.currentConfiguration );
|
||||||
else result := nil;
|
else result := nil;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue