mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 03:58:16 +01:00
IDE/Options: Fixing of the selection line position in code samples
This commit is contained in:
parent
6d1a3b2eb0
commit
92f0421c85
@ -3958,7 +3958,7 @@ begin
|
||||
|
||||
#13#10 +
|
||||
'/* Selected text */'#13#10 + #13#10;
|
||||
AddAttrSampleLines[ahaTextBlock] := 2;
|
||||
AddAttrSampleLines[ahaTextBlock] := 14;
|
||||
MappedAttributes := TStringList.Create;
|
||||
with MappedAttributes do
|
||||
begin
|
||||
@ -4098,7 +4098,7 @@ begin
|
||||
NewInfo.SampleSource := TSynPikeSyn.Pike_GetSampleSource();
|
||||
with NewInfo do
|
||||
begin
|
||||
AddAttrSampleLines[ahaTextBlock] := 12;
|
||||
AddAttrSampleLines[ahaTextBlock] := 9;
|
||||
MappedAttributes := TStringList.Create;
|
||||
with MappedAttributes do
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user