Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Useful BreadCrumb not shown in XML file or other files
Useful BreadCrumb not shown in XML file or other files [message #1817291] Wed, 20 November 2019 03:41 Go to next message
pythonker pythonker is currently offline pythonker pythonkerFriend
Messages: 4
Registered: November 2019
Junior Member
Useful BreadCrumb can be shown in java. class files not XML file or other files, hope fixed, thanks!
Re: Useful BreadCrumb not shown in XML file or other files [message #1817297 is a reply to message #1817291] Wed, 20 November 2019 06:04 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
No, that's not likely to happen. The breadcrumbs are implements with "APIs" that are internal to the Java Development Tools and can't generally be reused by an other framework; the implement is generic and could in principle be reused, but they're not API intended to be reused.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Useful BreadCrumb not shown in XML file or other files [message #1817299 is a reply to message #1817297] Wed, 20 November 2019 07:50 Go to previous messageGo to next message
pythonker pythonker is currently offline pythonker pythonkerFriend
Messages: 4
Registered: November 2019
Junior Member
Thanks for your reply, the crumb bar that I think should be much similar to the crumb bar in VSCode or the address bar of windows files explorer, namely, any file can be navigated with that bar, and only unsaved new file doesn't show it, click the ">" symbol, a list of files will show, and I can choose from the list and jump to any of these files.

So, no need to navigate the method or other fields, just navigate the file, in other words, a "file path analyser and jumping tool" or sth. else...

[Updated on: Wed, 20 November 2019 08:00]

Report message to a moderator

Re: Useful BreadCrumb not shown in XML file or other files [message #1817302 is a reply to message #1817299] Wed, 20 November 2019 09:17 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Yes, but as I said, there is no reusable framework component to implement this. Each and every editor will need to implement it and only the Java editor has such a nice implementation currently (which is not reusable).

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Useful BreadCrumb not shown in XML file or other files [message #1817355 is a reply to message #1817302] Thu, 21 November 2019 01:30 Go to previous message
pythonker pythonker is currently offline pythonker pythonkerFriend
Messages: 4
Registered: November 2019
Junior Member
Ok, I find this feature is also needed in Che at https://github.com/eclipse/che/issues/11132
Previous Topic:Hi all, im new and cant post to xtext subforum
Next Topic:are admin rights required to use the Eclipse software
Goto Forum:
  


Current Time: Tue Apr 23 13:56:53 GMT 2024

Powered by FUDForum. Page generated in 0.09356 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top