eclipse-yaml-editor icon indicating copy to clipboard operation
eclipse-yaml-editor copied to clipboard

Eclipse YAML editor

Results 13 eclipse-yaml-editor issues
Sort by recently updated
recently updated
newest added

Hello, Can you please identify where is the problem here and why I am having the error message "yaml.scanner.ScannerError: mapping values are not allowed here" Thank you name: Emperical Gaussian...

I was using yaml plugin in Eclipse for while, trying to install it now on my new machine, but looks like the latest version requires Java 17. I am still...

Hi, thanks for this great editor, I know that in the context of a text editor, this problem may be ignored but just for information there is a vulnerability declared...

There shall be the possibility to use schema inside files. Hmm.. automatic linking could be done by file filter patterns. e.g. *application*.yml -> spring schema... (maybe like ant matchers ?)...

```yaml items: - part_no: A4786 descrip: Water Bucket (Filled) # This comment breaks folding - folding starts on this line instead of the "items" line above price: 1.47 quantity: 4...

When reading https://yaml.org/ I found: https://github.com/decorators-squad/eo-yaml > YAML 1.2 for Java 8. Also packaged as a Module (Java 9+). It does also support comments where the editor plugin has an...

Thanks for the plugin. I'm using v1.4.2 on Windows with an indent of 2. I see the following problem: * Using some yaml like this on Windows with Windows line...

this setting could be set after installation/1st start of the plugin OR the prefs be changed to have radio buttons of using the default setting or define an own one...

Please improve formatter for better _____ with default settings [yamllint](https://github.com/adrienverge/yamllint) current errors: * missing document start "---" * no new line character at the end of file * wrong indentation...

[Jekyll](https://jekyllrb.com/) allows for frontmatter in posts and pages. Frontmatter has to be at the beginning of the file, and starts and ends with three dashes (---). It would be awesome...