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 129133 - yaml "Block Style Indicator" does not work
Summary: yaml "Block Style Indicator" does not work
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 13:46 UTC by Masaki Katakai
Modified: 2008-08-29 09:26 UTC (History)
2 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 Masaki Katakai 2008-03-04 13:46:28 UTC
Product Version: NetBeans IDE Dev (Build 200803021202)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19

I got a report from community member. It seems that NetBeans yaml support
does not handle yaml "Block Style Indicator".

Please try the following codes in yaml file. It will report errors.

yaml:
  id: 1
  name: YAML
  description: |
    YAML is a human friendly data serialization
    standard for all programming languages.
Comment 1 Jan Jancura 2008-03-13 11:51:38 UTC
Reproducible
Comment 2 nerdrew 2008-04-24 23:06:18 UTC
I've also run into this problem. There are some modifiers for the block style indicator. More info here:

http://yaml.org/spec/cvs/current.html#Block
Comment 3 Torbjorn Norbye 2008-07-01 18:12:19 UTC
This works in the new YAML editor.