Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Warren Tang Newsgroups: comp.lang.java.programmer Subject: Eclipse editor autoscroll inconvenience Date: Mon, 24 Oct 2011 23:23:16 +0800 Organization: Aioe.org NNTP Server Lines: 15 Message-ID: NNTP-Posting-Host: d+WkA+lehfB0BQZIKBxcuA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9147 Hi, I am typing line by line in the maximized java editor. Soon the code grows beyond one page, so the editor scrolls upward automatically. The problem is that my caret (i.e. the blinking prompt) is always at the *bottom* of the editor. There is no margin at the bottom so I'm forced to look down to the edge of the editor, and I cannot see the things under the line I'm tying (e.g. brackets, finally clauses, etc.). Is there a way to let the caret have a margin from the bottom, so that my eyes can have a more comfortable angle and view? Regards Warren Tang