This Question is Answered

1 "helpful" answer available (2 pts)
5 Replies Last post: Jan 28, 2013 5:04 PM by Roland Kierkels  
Roland Kierkels Newbie 6 posts since
Apr 24, 2012
Currently Being Moderated

Jan 28, 2013 3:18 PM

How to remove empty space above code (see screenshot)

Check my screenshot:

screenshot.jpg

If I open a searchbox it opens beneath this empty line.

Sometimes this space occurs and sometimes not. I dont know if it is a bug or it has a purpose.

I dont have much screen space so i like to remove it if possible.

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Jan 28, 2013 3:27 PM in response to: Roland Kierkels
Re: How to remove empty space above code (see screenshot)

Please try Settings -> Editor -> Appearance -> Show HTML Breadcrumbs.

Andriy Bazanov Master 2,654 posts since
May 28, 2010
Currently Being Moderated
Jan 28, 2013 3:46 PM in response to: Roland Kierkels
Re: How to remove empty space above code (see screenshot)

This "empty space without purpose" can display your current position in class (e.g. namespace\class\method) or just ordinary function (e.g. function(params)) for PHP code .. or HTML/XML path in HTML/XML code.

 

If you do not need such info then it is better to disable it.

Andriy Bazanov Master 2,654 posts since
May 28, 2010
Currently Being Moderated
Jan 28, 2013 4:31 PM in response to: Roland Kierkels
Re: How to remove empty space above code (see screenshot)
Ok but i thought that the location within a class was always shown as a hover above my code?

Sorry, I'm not sure what you are talking about here. Can you illustrate this with a screenshot please?

 

And is there no option that this line only occurs when needed. I mean now its half the time empty.

Bad idea -- I do not want editor (and code) to jump up/down depending on my position in a file (when breadcrumbs line is hidden/visible) -- that's very annoying and was rejected in the past (when discussing this and similar kind of functionality).

 

Btw can i change the background color of this breadcrump space? I cant find it in the settings?

I'm pretty sure it uses the same color as editor backgroud.

More Like This

  • Retrieving data ...