Date: prev next · Thread: first prev next last
November 2017 Archives by date, by thread · List index


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

--- Comment #16 from Heiko Tietze <tietze.heiko@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.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.