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 157468

Summary: html folding hides first line
Product: editor Reporter: phazei <phazei>
Component: CSL (API & infrastructure)Assignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: blocker CC: mfukala
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 226413    
Bug Blocks:    

Description phazei 2009-01-26 23:10:55 UTC
When folding an html tag it hides everything and replace it with the [...]

It should display the first line or the entire starting tag.
Comment 1 Marek Fukala 2009-01-27 09:28:08 UTC
If the fold is collapsed the fold element text is just three dots. This is wrong, there should be "<start_tag_name>...</start_tag_name>" text.
Comment 2 Marek Fukala 2010-05-08 07:05:04 UTC
it's not possible to implement via CSL now, just a list of OffsetRange-s is returned from the structure scanner.
Comment 3 Svata Dedic 2013-03-12 15:41:10 UTC
Will be implemented as http://hg.netbeans.org/jet-main/rev/5ffc022b7331