Bug 131369 - Unify terms in dialog to search text
Summary: Unify terms in dialog to search text
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
6.4.1.2 release
Hardware: All All
: medium normal
Assignee: Ayhan Yalçınsoy
URL:
Whiteboard: target:7.1.0
Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
Depends on:
Blocks: Redaction
  Show dependency treegraph
 
Reported: 2020-03-16 06:06 UTC by guser
Modified: 2020-07-08 07:35 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guser 2020-03-16 06:06:42 UTC
Description:
Writer/Calc/Impress/Draw use in Find dialog to case sensitive search "Match case" checkbox. Automatic Redaction use "Case Sensitive" checkbox.
To whole words search use Find dialog "Whole words only" and Automatic Redaction use "Whole Words Only"
In Find dialog is checkbox Regular expressions, but when use regexp, I use only one pattern, not many. Change this term to "Regular expression", like as in Automatic Redaction dialog.

Steps to Reproduce:
1. to open Find dialog:
2. run Writer and go to Edit > Find & Replace

1. to open Auto-Redaction
2. run Writer and go to Tools > Auto-Redact

Actual Results:
Terms are differents.

Expected Results:
Unify these terms to single term and character case.


Reproducible: Always


User Profile Reset: No



Additional Info:
n/a
Comment 1 Roman Kuznetsov 2020-03-18 10:41:33 UTC
So many suggestions in one reprort, please in future file one report for one suggestion. But thank you anyway

I agree with suggestion about AutoRedaction dialog, but disagree with suggestion about Find&Replace dialog

UX-team, opinions?
Comment 2 Adolfo Jayme Barrientos 2020-03-26 03:18:16 UTC
I’m inclined to use “Match case” throughout because that’s the older term, but either is fine to me
Comment 3 Heiko Tietze 2020-03-27 10:36:34 UTC
We discussed the topic in the design meeting.

a) Use "Match case" instead of "Case Sensitive"
b) Use title style capitalization in AutoRedaction dialog
c) Use "Regular expression" in singular

Terminology is easyhacking, happy to supply code pointers.
Comment 4 Muhammet Kara 2020-06-29 18:27:43 UTC
(In reply to Heiko Tietze from comment #3)
> We discussed the topic in the design meeting.
> 
> a) Use "Match case" instead of "Case Sensitive"
> b) Use title style capitalization in AutoRedaction dialog
> c) Use "Regular expression" in singular
> 
> Terminology is easyhacking, happy to supply code pointers.

Pointers:
Open the ui file (sfx2/uiconfig/ui/autoredactdialog.ui) with Glade, and edit the related strings.
Comment 5 Commit Notification 2020-07-08 07:35:52 UTC
Ayhan Yalçınsoy committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4bc6cc1416db4eb206cfec5016513778e55b305c

tdf#131369: Use 'Match case' instead of 'Case Sensitive'

It will be available in 7.1.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.