Skip to content

Source Editor

vibhorbagdi edited this page Mar 5, 2018 · 1 revision

YEdit feature provides the source editor for this plugin. The following is the source view for a Manifest.YML plugin which can be edited.

sourceEditor

The following is the corresponding simplifies view of the manifest file.

simplified_editor

The editor supports editing the file using both views, i.e. if a change is made to the file in the source view, the changes is reflected in the simplified view and vice versa. However, the changes need to be saved before switching the modes.

If you make an error while editing the file in the source view, the simplified editor will become read-only until the error is resolved in the source view. The following is the erroneous file and its simplified view -

sourceEditorErrorView

simplifiedErrorView