IDE: SourceEditor, show selection mode indicator with char count. Issue #40599

This commit is contained in:
Martin 2024-09-29 21:30:22 +02:00
parent 7928b08ac2
commit 8ded4ddfd4

View File

@ -9244,6 +9244,7 @@ begin
end;
end
else
if PanelSelMode <> '' then
PanelSelMode := PanelSelMode + ': -';
if CurEditor.IsStickySelecting then
PanelSelMode := '* '+PanelSelMode;