Bug 550058 - [Quicksearch] Name mismatch in UI and N&N
Summary: [Quicksearch] Name mismatch in UI and N&N
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.13   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.13 M3   Edit
Assignee: Michael Keppler CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 548518
  Show dependency tree
 
Reported: 2019-08-14 05:44 EDT by Dani Megert CLA
Modified: 2019-08-19 14:43 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2019-08-14 05:44:09 EDT
I20190813-1800.

Currently two different names are used in the UI for the same feature:

Menu item and command: Quick Search
Dialog title and N&N entry: Quick Text Search

==> Only one must be used consistently
Comment 1 Michael Keppler CLA 2019-08-15 08:39:19 EDT
I just checked in the sources, and the dialog seems to be the only place using "Quick Text Search". Everything else uses the label without "Text".

Also the longer label with the very long shortcut (Ctrl-Alt-Shift-L) can make the menu item rather wide.

Therefore I'd prefer changing the title and new and noteworthy page to the shorter "Quick Search". Agreed?

Side note: The command description has wrong capitalization. Will change "...Text..." to "...text...".
Comment 2 Dani Megert CLA 2019-08-15 08:50:35 EDT
(In reply to Michael Keppler from comment #1)
> I just checked in the sources, and the dialog seems to be the only place
> using "Quick Text Search". Everything else uses the label without "Text".
> 
> Also the longer label with the very long shortcut (Ctrl-Alt-Shift-L) can
> make the menu item rather wide.
> 
> Therefore I'd prefer changing the title and new and noteworthy page to the
> shorter "Quick Search". Agreed?
Yes.

 
> Side note: The command description has wrong capitalization. Will change
> "...Text..." to "...text...".
+1.
Comment 3 Eclipse Genie CLA 2019-08-15 08:50:38 EDT
New Gerrit change created: https://git.eclipse.org/r/147773
Comment 4 Eclipse Genie CLA 2019-08-15 09:03:55 EDT
New Gerrit change created: https://git.eclipse.org/r/147776
Comment 6 Mickael Istria CLA 2019-08-18 14:55:41 EDT
Thanks!