Bug 576994 - Ctrl+E: Prepend parent directories when resources have the same name
Summary: Ctrl+E: Prepend parent directories when resources have the same name
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.22   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.24 M3   Edit
Assignee: Fabian Pfaff CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-01 14:05 EDT by Fabian Pfaff CLA
Modified: 2022-04-07 01:59 EDT (History)
2 users (show)

See Also:


Attachments
Example of Ctrl+E with file name collision (5.87 KB, image/png)
2021-11-01 14:05 EDT, Fabian Pfaff CLA
no flags Details
Ctrl+E with proposed change (15.33 KB, image/png)
2021-11-27 08:22 EST, Fabian Pfaff CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Pfaff CLA 2021-11-01 14:05:05 EDT
Created attachment 287416 [details]
Example of Ctrl+E with file name collision

When doing web development I often have html files that share the same name but are in different folders.
In Eclipses Ctrl+E menu I can't differentiate between and I'm left guessing and switching to files until I find the one I'm looking for.

The workaround that I found works by going through "Open Resources" and searching for "${foldername}/${filename}" but I think the Ctrl+E menu should also support this use case.
Comment 1 Eclipse Genie CLA 2021-11-27 08:19:00 EST
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/188209
Comment 2 Fabian Pfaff CLA 2021-11-27 08:22:44 EST
Created attachment 287579 [details]
Ctrl+E with proposed change