mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 06:29:32 +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
|
||||
else
|
||||
if PanelSelMode <> '' then
|
||||
PanelSelMode := PanelSelMode + ': -';
|
||||
if CurEditor.IsStickySelecting then
|
||||
PanelSelMode := '* '+PanelSelMode;
|
||||
|
Loading…
Reference in New Issue
Block a user