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 259144

Summary: Expand fold when caret is set to be inside the fold
Product: editor Reporter: Miloslav Metelka <mmetelka>
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal CC: muellermi
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Miloslav Metelka 2016-05-05 13:01:23 UTC

    
Comment 1 Miloslav Metelka 2016-05-05 13:03:07 UTC
Steps:
1) Create innerclass C with method a() in a java source.
2) Collapse innerclass C.
3) In explorer double-click method a().
4) Fold is not expanded and caret blinks at collapsed fold begining.
Comment 2 Miloslav Metelka 2016-05-16 10:25:45 UTC
http://hg.netbeans.org/jet-main/rev/7c722026ea22
Comment 3 Quality Engineering 2016-05-17 01:46:35 UTC
Integrated into 'main-silver', will be available in build *201605170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7c722026ea22
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #259144 - Expand fold when caret is set to be inside the fold.
Comment 4 Miloslav Metelka 2016-06-14 08:37:53 UTC
*** Bug 258729 has been marked as a duplicate of this bug. ***