| Summary: | Modifying max number of saved word searches | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | ff-mickael_jackson |
| Component: | Writer | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buzea.bogdan, heiko.tietze, mikekaganski, xiscofauli |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=125333 https://bugs.documentfoundation.org/show_bug.cgi?id=148609 https://bugs.documentfoundation.org/show_bug.cgi?id=154269 |
||
| Whiteboard: | target:6.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 102847 | ||
|
Description
ff-mickael_jackson
2018-12-25 15:24:42 UTC
it make sense Default dropdown count on most if not all desktop environments is 8. And since we aim to be as close as possible to the OS/DE I'm against a higher value. However the request is clear and a simple expert configuration might solve the problem for those who need more items in the list. The patch is here https://gerrit.libreoffice.org/#/c/67614/ introducing the new expert configuration switch (Tools > Options > LibreOffice > Advanced) "FindReplaceRememberedSearches" placed under org::openoffice::Office::Common::Misc with a default of 10. heiko tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/70e22d4996e71e019f62743893f041797f050361%5E%21 Resolves tdf#122322 - Modifying max number of saved word searches It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. I modified in Tools - Option - Advanced - Expert - FindReplaceRemembered from 10 to 30 but when searching is remembering only the last 10 resulta... Is another string that need to be changed, not the FindReplaceRemembered??? (In reply to BogdanB from comment #4) > I modified in Tools - Option - Advanced - Expert - FindReplaceRemembered.. Try with "FindReplaceRememberedSearches". It should work with any value (if <1 the value is set to 1 since yesterday). |