mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 11:28:21 +02:00
ide: "C style operators" option coupled with "Include Assertion Code" option patch from David Pethes (bug #0013258)
git-svn-id: trunk@18861 -
This commit is contained in:
parent
d20b884a4a
commit
c4611a0b7a
@ -896,7 +896,7 @@ begin
|
|||||||
|
|
||||||
with grpSyntaxOptions do
|
with grpSyntaxOptions do
|
||||||
begin
|
begin
|
||||||
Options.CStyleOperators := Checked[01];
|
Options.CStyleOperators := Checked[0];
|
||||||
Options.IncludeAssertionCode := Checked[1];
|
Options.IncludeAssertionCode := Checked[1];
|
||||||
Options.AllowLabel := Checked[2];
|
Options.AllowLabel := Checked[2];
|
||||||
Options.CPPInline := Checked[3];
|
Options.CPPInline := Checked[3];
|
||||||
|
Loading…
Reference in New Issue
Block a user