Bug 560916

Summary: Enable Breadcrumb for a non java file
Product: [Eclipse Project] Platform Reporter: Manuel Jordan <mjordaneclipsefoundation>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: gautier.desaintmartinlacaze
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
URL: https://stackoverflow.com/questions/60591949/how-to-enable-breadcrumb-for-a-non-java-file
Whiteboard:

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