[Libreoffice-ux-advise] [Bug 59961] counting characters per line in status bar

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 14 12:36:11 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=59961

--- Comment #16 from Heiko Tietze <tietze.heiko at gmail.com> ---
Voting for WONTFIX.

A workaround is described in comment 10, another is to just select the line
(pos1, shift+end). You can also write a macro. Starting perhaps with this:

| oPos=thisComponent.GetCurrentController.ViewCursor
| x = oPos.Position.x/254 //twips
| y = oPos.Position.y/478
| ThisComponent.CurrentController.StatusIndicator.Start(x & ":" & y,0)
| (doesn't work out the box)

Showing the total word/character count _and_ the cursor position with line and
col as known from text editors would clutter the status bar. That could be
solved with a toggle function (context menu to chose what to show) rather than
tooltip. But I think the cursor position is not of general interest at
formatted documents.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list