com-pas / compas-open-scd

A substation configuration description editor for projects using SCL IEC 61850-6 Edition 2 or greater
https://openscd.github.io
Apache License 2.0
13 stars 3 forks source link

Enable the OCL Validator plugin #301

Open juancho0202 opened 10 months ago

juancho0202 commented 10 months ago

Whenever the Riseclipse related roadblock is gone we need to enable the OCL Validator plugin adding the following entry to the plugins.js file:

{
    name: 'Validate using OCL',
    src: '/src/validators/CompasValidateSchema.js',
    icon: 'rule_folder',
    default: true,
    kind: 'validator',
}
juancho0202 commented 7 months ago

As part of the refactor of compas-open-scd to not be a fork anymore, we are removing this feature: https://github.com/com-pas/compas-open-scd/issues/187 Once we active this again, we should take a look at how to re implement this feature.