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 - html folding hides first line
Summary: html folding hides first line
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 226413
Blocks:
  Show dependency tree
 
Reported: 2009-01-26 23:10 UTC by phazei
Modified: 2013-03-12 15:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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