mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 05:58:18 +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
|
||||
begin
|
||||
Options.CStyleOperators := Checked[01];
|
||||
Options.CStyleOperators := Checked[0];
|
||||
Options.IncludeAssertionCode := Checked[1];
|
||||
Options.AllowLabel := Checked[2];
|
||||
Options.CPPInline := Checked[3];
|
||||
|
Loading…
Reference in New Issue
Block a user