This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244160 - Home key could scroll to column zero if possible
Summary: Home key could scroll to column zero if possible
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-29 09:11 UTC by Miloslav Metelka
Modified: 2014-04-30 02:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2014-04-29 09:11:11 UTC
Scenario:
1) Have an indented line of text that extends beyond editor copmonent's visible width.
2) Press End key. Editor scrolls to line's end.
3) Press Home key. Editor scrolls to first non-space character of the line. The editor's visible view is not scrolled to column zero since the editor only scrolls as necessary.
IMO it would be better if the editor's view would be scrolled to column zero since other lines might be less indented and the user currently does not see all the text of the other lines. It would improve user's orientation throughout the code.
Comment 1 Miloslav Metelka 2014-04-29 09:13:17 UTC
http://hg.netbeans.org/jet-main/rev/54e183f8b6c4
Comment 2 Quality Engineering 2014-04-30 02:15:24 UTC
Integrated into 'main-silver', will be available in build *201404300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/54e183f8b6c4
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #244160 - Home key could scroll to column zero if possible.