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 258564 - [regression] Navigation doesn't scroll to the navigated line
Summary: [regression] Navigation doesn't scroll to the navigated line
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 258591 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-03-29 07:44 UTC by Vladimir Voskresensky
Modified: 2016-06-08 13:48 UTC (History)
3 users (show)

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 Vladimir Voskresensky 2016-03-29 07:44:32 UTC
create Quote
in Project view select (not open) file quote.cc
Problem 1:
from navigator dbl-click on main() => file is opened, but not scrolled to main function
Problem 2:
even when file is opened try to dbl-click on main() in navigator => not scrolled to main 
Problem 3:
Go to line 143 (System MySystem;)
ctrl+click on System => system.h is opened, but not scrolled to the class
Comment 1 Vladimir Voskresensky 2016-03-30 08:34:36 UTC
The same problem with Java files, so it could be caused by recent merge of multi-cursor support
Comment 2 Miloslav Metelka 2016-04-11 14:12:33 UTC
Fixed.
http://hg.netbeans.org/jet-main/rev/8e8d77a8de6e
Comment 3 Quality Engineering 2016-04-12 01:46:56 UTC
Integrated into 'main-silver', will be available in build *201604120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8e8d77a8de6e
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #258564 - [regression] Navigation doesn't scroll to the navigated line.
Comment 4 Vladimir Voskresensky 2016-04-12 12:05:56 UTC
Mila, thanks for fixing 3.
But cases 1 & 2 still do not work.
Comment 5 Vladimir Voskresensky 2016-04-12 12:06:59 UTC
note: mentioned Quote is from C++ sample projects
Comment 6 Vladimir Voskresensky 2016-04-19 13:14:03 UTC
Btw, Cltr+{ to jump between paired parens/curlies doesn't scroll as well :-(
Comment 7 Miloslav Metelka 2016-05-03 14:42:02 UTC
Tested all the three mentioned problems plus Ctrl+[ and they appear to work fine after integration of issue #258798 and issue #259061.
Comment 8 Vladimir Voskresensky 2016-05-03 22:41:06 UTC
Mila, I've filed separate bug for the same kind of problems when "collapse-by-default" folds are used in code. https://netbeans.org/bugzilla/show_bug.cgi?id=259118
Comment 9 Miloslav Metelka 2016-06-08 13:48:49 UTC
*** Bug 258591 has been marked as a duplicate of this bug. ***