Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Visual Studio has this neat scrolling feature where you can scroll far below the end of a file.

This is how it generally looks like:

End of file but you can still scroll if you want!

I recently started programming in PHP using eclipse, and I'm hoping that there is some way to implement that scrolling feature into eclipse.

share|improve this question
4  
Not being funny but why is this useful? – JRT Apr 27 '11 at 7:50
7  
It feels a lot more elegant. I like it when the code that I'm working on is found in the middle of the screen. – skizeey Apr 27 '11 at 16:39
@skizeey, you requested that your question be migrated to programmers.SE; however, it would be off-topic there. We are migrating it to Stack Overflow for you instead. – nhinkle Apr 27 '11 at 16:54
@nhinkle, thanks! – skizeey Apr 27 '11 at 16:57
3  
I wish this was the default behavior of most text scroll views. – Anm in LA Apr 27 '11 at 17:25

migrated from superuser.com Apr 27 '11 at 16:54

1 Answer

up vote 2 down vote accepted

Short of adding a bunch of blank lines to the end of each file, I'm not sure this is possible.

Apparently it's a limitation of the Scrollbar control used by Eclipse. See How can I get Eclipse to scroll past the bottom of the document? for a similar question.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.