Bug 393293 - [Dialogs] 'Open Resource' dialog should support all camel case variants
Summary: [Dialogs] 'Open Resource' dialog should support all camel case variants
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
: 536931 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-31 17:09 EDT by thomas menzel CLA
Modified: 2019-09-30 21:51 EDT (History)
6 users (show)

See Also:


Attachments
Screenshot (193.76 KB, image/png)
2019-09-30 21:50 EDT, Karsten Thoms CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description thomas menzel CLA 2012-10-31 17:09:23 EDT
often one has resources files with lower camel casing (e.g. applicationContext.xml) or other sorts of delimiting words. however, "open resource" dialog only supports upper camel casing, ie finds ATM only ApplicationContext.xml

i propose to extend the matching algorithm to include all kinds of word bounderies, e.g.:

aC finds 
appContext.xml 
applicationCtx.xml 
app-context.xml
app_context.txt
app.context
app context.txt
...
Comment 1 thomas menzel CLA 2015-07-21 17:13:24 EDT
the "quick outline" dialog has gotten support (in luna?) for camel case searching of members that start with lower case.
Comment 2 Dani Megert CLA 2015-07-22 02:28:12 EDT
(In reply to tmenzel from comment #1)
> the "quick outline" dialog has gotten support (in luna?) for camel case
> searching of members that start with lower case.

I don't think so. Can you give an example?
Comment 3 Patrick-Jeffrey Pollo Guilbert CLA 2016-10-05 13:52:03 EDT
From what I can test in neon at the moment, this seems to work at the moment in both quick outline and open resource. i.e searching for "fP" in FilePicker using the quick outline would result in "filePicker" to be found.

Unless I understood something wrong?
Comment 4 Dani Megert CLA 2016-10-12 11:59:59 EDT
(In reply to Patrick-Jeffrey Pollo Guilbert from comment #3)
> From what I can test in neon at the moment, this seems to work at the moment
> in both quick outline and open resource. i.e searching for "fP" in
> FilePicker using the quick outline would result in "filePicker" to be found.
> 
> Unless I understood something wrong?

It works for 'Quick Outline' but not in the 'Open Resources' dialog.
Comment 5 Dani Megert CLA 2018-07-21 11:38:10 EDT
*** Bug 536931 has been marked as a duplicate of this bug. ***
Comment 6 Bing-Yi Wong CLA 2018-07-23 01:39:54 EDT
I think Comment 3 is exactly what I am trying to say in Bug 536931.  It would be great if that works in Open Resource window.
Comment 7 Karsten Thoms CLA 2019-09-30 21:50:08 EDT
Created attachment 280107 [details]
Screenshot

Open Resource dialog working as requested
Comment 8 Karsten Thoms CLA 2019-09-30 21:51:38 EDT
Works on 2019-09