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 - YAML file not parsed/colored (false error)
Summary: YAML file not parsed/colored (false error)
Status: RESOLVED DUPLICATE of bug 232192
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 16:46 UTC by Tomas Mysik
Modified: 2013-07-03 09:46 UTC (History)
1 user (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 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 ***