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 166729

Summary: YAML file not parsed/colored (false error)
Product: web Reporter: Tomas Mysik <tmysik>
Component: YAMLAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2009-06-08 16:46:29 UTC
YAML file:

----- %< -----
generator:
  class: sfDoctrineGenerator
  param:
    model_class:           JobeetJob
    theme:                 admin
    non_verbose_templates: true
    with_show:             false
    singular:              ~
    plural:                ~
    route_prefix:          jobeet_job_job
    with_doctrine_route:     1

    config:
      actions: ~
      fields:
        is_activated: { label: Activated?, help: Whether the user has activated the job, or not }                              // <-- here is the error, to avoid remove "?"
        is_public:    { label: Public?, help: Whether the job can also be published on affiliate websites, or not }       // the same applies here
      list:
        title: Job Management
      filter:  ~
      form:    ~
      edit:
        title: Editing Job "%%company%% is looking for a %%position%%"
      new:
        title: Job Creation
----- %< -----

Product Version: NetBeans IDE 6.7 RC2 (Build 200906030001)
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02
System: Linux version 2.6.30-020630rc8-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Ondrej Brejla 2012-05-04 08:51:55 UTC
Caused by external parser...needs to be updated (but last version is 4 years old...:/ ) or replaced by another parser.

*** This bug has been marked as a duplicate of bug 212063 ***
Comment 2 Ondrej Brejla 2013-07-03 09:46:10 UTC

*** This bug has been marked as a duplicate of bug 232192 ***