mirror of https://gitlab.com/basile.b/dexed.git
added punctuation to guessMessageKind() identifier breakers
This commit is contained in:
parent
76c236ce4e
commit
12c6a2cf8d
|
@ -191,7 +191,7 @@ begin
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
{$REGION ICESessionOptionsObserver ------------------------------------------------------}
|
{$REGION ICESessionOptionsObserver ---------------------------------------------}
|
||||||
procedure TCEMessagesWidget.setMaxMessageCount(aValue: Integer);
|
procedure TCEMessagesWidget.setMaxMessageCount(aValue: Integer);
|
||||||
begin
|
begin
|
||||||
if aValue < 10 then
|
if aValue < 10 then
|
||||||
|
@ -511,7 +511,7 @@ begin
|
||||||
begin
|
begin
|
||||||
if pos > length(aMessg) then
|
if pos > length(aMessg) then
|
||||||
exit;
|
exit;
|
||||||
if aMessg[pos] in [#0..#32] then
|
if aMessg[pos] in [#0..#32, ',', ':', ';', '.'] then
|
||||||
begin
|
begin
|
||||||
Inc(pos);
|
Inc(pos);
|
||||||
result := checkIdent;
|
result := checkIdent;
|
||||||
|
|
Loading…
Reference in New Issue