Bug 560916 - Enable Breadcrumb for a non java file
Summary: Enable Breadcrumb for a non java file
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.15   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL: https://stackoverflow.com/questions/6...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-09 09:20 EDT by Manuel Jordan CLA
Modified: 2020-07-26 10:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Jordan CLA 2020-03-09 09:20:52 EDT
Is possible add the feature to enable Breadcrumb for a non java file?

Consider a multi-module project with testing using .properties and .sql files, I think is valuable have Breadcrumb to know at least the location for these files

* module-name -> main/test -> package/directory

Through breadcrumb is possible see and select the package content to select and open any .properties, sql, xml file, ... etc

Even when "Link with Editor" would be used, through `Breadcrumb` is possible save window space.

Thanks
Comment 1 Rolf Theunissen CLA 2020-03-09 09:47:33 EDT
I am not sure how this would look like for non-textual editors. In general I don't think this can be enabled for any editor. But it might be possible to include it in the base of textual editor.

Moving it to the text component.
Comment 2 Manuel Jordan CLA 2020-07-26 10:45:12 EDT
Is not necessary, already this plugin does the Job:

DevStyle plug-in 

the scenario and more details is explained in StackOverflow

https://stackoverflow.com/a/60600174/3665178

Thanks for all