mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:29:12 +02:00
IDE: SourceEditor, show selection mode indicator with char count. Issue #40599
This commit is contained in:
parent
7928b08ac2
commit
8ded4ddfd4
@ -9244,6 +9244,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
if PanelSelMode <> '' then
|
||||||
PanelSelMode := PanelSelMode + ': -';
|
PanelSelMode := PanelSelMode + ': -';
|
||||||
if CurEditor.IsStickySelecting then
|
if CurEditor.IsStickySelecting then
|
||||||
PanelSelMode := '* '+PanelSelMode;
|
PanelSelMode := '* '+PanelSelMode;
|
||||||
|
Loading…
Reference in New Issue
Block a user