Skip to content
Øystein Torget edited this page Jul 20, 2015 · 5 revisions

YEdit is an editor for editing YAML files. It is implemented as a Eclipse plugin.

Installation

To install, download the .jar file for the version you wish to install from http://dadacoalition.org/yedit/plugins and place in the plugins directory of you Eclipse installation.

or

Use the Eclipse update site found here: http://dadacoalition.org/yedit

or

Use the Eclipse Marketplace client.

Requirements

Eclipse 3.4, 3.5, 3.6, 3.7, 4.2, 4.3, 4.4 and Java 5.

There are currently no plans to support older versions of Eclipse as longs as no-one gives me compelling reasons to do so.

There is a known issue with templates not working in Eclipse 3.4.

Project Status

The project is actively maintained, but my time to fix bugs and develop new features are limited. Feature request and bug reports are welcome though.

The editor stable and it should work fine for most YAML files. YAML is a complex format to parse, so there is bound to be some cases that are not accounted for. Feel free to report any errors that you find.

The parsing for the outline view and the syntax checking use the [SnakeYAML](http://code.google.com/p/snakeyaml/ SnakeYAML) parser and should correctly parse all YAML files that SnakeYAML will parse.

Project News

  • 08.09.2014: Released version 0.0.14. See Changelog for details. Google Code has now closed the possibility of adding new downloads. Install the new version using the Eclipse Marketplace client instead.
  • 01.01.2014: Released version 0.0.13. See Changelog for details.
  • 28.12.2013: Released version 0.0.12. See Changelog for details. Thanks to everyone that have reported issues and contributed patches.
  • 19.07.2011: Released version 0.0.11. See Changelog for details. Thanks to everyone that have reported issues and contributed patches.
  • 11.06.2011: Moved the source code to Github. The code can now be found here http://github.com/oyse/yedit
  • 13.11.2010: Released version 0.0.10. See Changelog for details. Thanks to everyone that have reported issues.
  • 27.09.2009: Released version 0.0.9. This version adds a compatibility mode for Symfony configuration files. Thanks to the user kraven for reporting and helping me find an (hopefully) acceptable solution to the issue. See Changelog
  • 19.07.2009: Released version 0.0.8. This version adds support for Eclipse templates. See Changelog for details.
  • 30.06.2009: Released version 0.0.7. This version contains some significant fixes so I recommend all users to upgrade. See Changelog for details.
  • 21.05.2009: Released version 0.0.6. This is a minor release, so most user probably won't need to updgrade. See Changelog for details.
  • 14.05.2009: Added an Eclipse update site so that installation should be a bit easier. Please tell me if it doesn't work.
  • 14.05.2009: Released version 0.0.5. See Changelog for details.
  • 25.04.2009: Released version 0.0.4. See Changelog for details.
  • 18.04.2009: Released version 0.0.3. See Changelog for details.
  • 14.04.2009: Released version 0.0.2. See Changelog for details.
  • 09.04.2009: Added a plugin jar of version 0.0.1 in the download section.
  • 06.04.2009: Project creation. Initial upload of source code.

Current features

  • Syntax highlighting
  • Syntax checking
  • Content outline
  • Templates
  • Various text editing support like auto-indenting and toggling of comments.
  • Symfony compatibility mode
  • Formatting source (experimental)

A more complete description of the features is found here: Features

Bugs, feature requests and feedback

Please post any bug reports and feature request in the issue tracker and I will look into them as soon as I can.

Clone this wiki locally