| Summary: | tips when entering function in cell wrong or missing | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Winfried Donkers <winfrieddonkers> |
| Component: | Calc | Assignee: | Winfried Donkers <winfrieddonkers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kobzeci, kohei |
| Priority: | medium | ||
| Version: | 4.1.3.2 release | ||
| Hardware: | Other | ||
| OS: | All | ||
| See Also: |
https://bugs.freedesktop.org/show_bug.cgi?id=71077 https://bugs.documentfoundation.org/show_bug.cgi?id=142031 |
||
| Whiteboard: | target:4.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
Also, for functions that do not have 'extended' names (like GCD and GCD_ADD), the tip doesn't show as expected. problem summary (AFAICS presently): -the tip above the cell is supposed to show the first matching function name whilst typing a function name. It currently only shows the base function name for functions that have extended function names (like GCD/GCD_ADD and PERCENTRANK/PERCENTRANK.EXC). -the tip below the cell shows when the function name has been entered fully and the ( added; it shows the arguments the function uses. Currently, it doesn't show for all functions (e.g. DAYS360). Winfried Donkers committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5b0b7553241bb5150b12bbf7625b4b0b36970272 fdo#75264 fix incorrect/missing function tips in Calc The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ead754112a1ecaa456d8b5d7231ed178bbcb3a0b nitpick: avoid triple redirection inside loop, fdo#75264 related The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ad8a7bf570576186f37d5c30bb41bb119ded1626 include parentheses replacement in functions' formula data, fdo#75264 The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Ok. Now Calc freezes every time I type =" or any formula that contains " e.g. =IF(1," or anything like that. |
(for ease of reading I use GCD() and GCD_ADD() as an example:) When typing in a cell ("=G", "=GC", "=GCD") a tip appears for the expected function, but this tip disappears as soon as you get to "=GCD_".