Questions tagged [breadcrumbs]

A navigation aid used in user interfaces

Breadcrumbs or breadcrumb trail is a navigation aid used in user interfaces. It allows users to keep track of their locations within programs or documents.

1154 questions
340
votes
11 answers

How to disable breadcrumbs in Eclipse

How can I disable the Java editor breadcrumb in Eclipse?
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
143
votes
6 answers

How do I get rid of this unwanted bar from Eclipse?

When coding in Eclipse(Indigo), I accidentally hit a combination of keys which made this bar appear when I was doing some shortcuts. This question has probably being answered before but since I don't know the exact name of the bar googling the…
BobMcboberson
  • 2,065
  • 2
  • 13
  • 13
86
votes
7 answers

Stopping a JavaScript function when a certain condition is met

I can't find a recommended way to stop a function part way when a given condition is met. Should I use something like exit or break? I am currently using this: if ( x >= 10 ) { return; } // other conditions;
Rhys
  • 975
  • 1
  • 6
  • 12
58
votes
7 answers

How can dynamic breadcrumbs be achieved with ASP.net MVC?

How can dynamic breadcrumbs be achieved with ASP.net MVC? If you are curious about what breadcrumbs are: What are breadcrumbs? Well, if you have ever browsed an online store or read posts in a forum, you have likely encountered breadcrumbs. They…
Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346
35
votes
6 answers

How to make Automated Dynamic Breadcrumbs with AngularJS + Angular UI Router

One key component to web applications is breadcrumbs/navigation. With Angular UI Router, it would make sense to put the breadcrumb metadata with the individual states, rather than in your controllers. Manually creating the breadcrumbs object for…
egervari
  • 22,372
  • 32
  • 121
  • 175
30
votes
9 answers

How to implement schema.org markup for a breadcrumb?

There isn't much info about implementing a breadcrumb using schema.org markup. So far, I could get two official documents -- one showing this:
its_me
  • 10,998
  • 25
  • 82
  • 130
26
votes
9 answers

How to Display Current Function in Eclipse

I miss a certain functionality in Eclipse. I would like to know the name of the current function the cursor is currently inside. This is useful when browsing unknown code using the search function, for example. Any idea how to show it? Maybe a…
Dan
25
votes
5 answers

Can I add Microdata from HTML5 to a XHTML Strict site and still be compliant?

I've got a site coded in XHTML 1.0 Strict. I want to use the new Microdata to add breadcrumbs to my site (so Google will understand them). My old non-microdata marked-up breadcrumbs look like this:
23
votes
12 answers

Simple dynamic breadcrumb

I think this script is of big interest to any noob around here :) including me :) What I want to create is a little code that I can use in any file and will generate a breadcrumb like this: If the file is called "website.com/templates/index.php" the…
Adrian M.
  • 7,183
  • 15
  • 46
  • 54
18
votes
4 answers

Proper ARIA handling of breadcrumb navigation

What can be done to improve the accessibility of a breadcrumb menu similar to:
17
votes
6 answers

Breadcrumbs in Ruby on Rails

I'm slightly insecure about my breadcrumb solution. Names and links are defined in each controller action: Home <% if defined? @l1_link %> > <%= @l1_name %> <% if defined?…
Michael Schmitz
  • 1,074
  • 2
  • 12
  • 27
14
votes
3 answers

Display crumble path with ember

I want to display a crumble path with Ember. How can I iterate through the current path? In my opinion there are two approaches: The ember-way EDIT: see my answer below I keep this question up-to-date with the current status of displaying…
Willem de Wit
  • 8,604
  • 9
  • 57
  • 90
13
votes
2 answers

WordPress - Breadcrumb NavXT issue with categories

I am having some major issues with this plugin https://wordpress.org/plugins/breadcrumb-navxt/installation/ I have this layout to my site. In my functions.php file, I have created some new categories inside 'Products' using the following…
user2209033
12
votes
12 answers

What are some good ways to implement breadcrumbs on a Jekyll site?

I'm aware that there are single-level breadcrumbs in http://raphinou.github.com/jekyll-base/ but I'm looking for some good ways to have breadcrumbs on a Jekyll site when directories get to a depth of four or five levels. (Yes, I'm well aware that…
Philip Durbin
  • 4,042
  • 2
  • 25
  • 36
12
votes
5 answers

Android studio breadcrumb method signature

I am looking for Breadcrumb functionality like Eclipse in Android Studio. In Eclipse Breadcrumb shows "method signature" when pointer(cursor) come inside whereas in Android Studio Breadcrumb is good for nothing. Please find attached for better…
Amit Yadav
  • 32,664
  • 6
  • 42
  • 57
1
2 3
76 77