Skip to content

Changelog

oyse edited this page Sep 9, 2014 · 3 revisions

Changelog

1.0.14 (08.09.2014)

  • Added experimental support for source formatting.

0.0.13 (01.01.2014)

  • Fixed issue 22 (from Google Code site).
  • Fixed issue 25 (from Google Code site).

0.0.12 (28.12.2013)

  • Fixed issue 42 (from Google Code site).
  • Added preference for setting severity of syntax errors (thanks to pulse00)

0.0.11 (19.07.2011)

  • Fixed issue 35 (from Google Code site)
  • Fixed issue 36 (from Google Code site)
  • Fixed issue 37 (from Google Code site)
  • Thanks to user msanjose and Github users pulse00 and gnat42 for patches.

0.0.10 (13.11.2010)

  • Fixed issue 34 (from Google Code site).
  • Fixed issue 31 (from Google Code site).
  • ',' are no longer interpreted as part of unquoted scalars. This will make the syntax highlighter work better for some YAML documents than others. If you have characters like ',', '{', '}', '[', ']' it is recommended that you quote you scalars. This fixes issue 30.
  • A single quote with no space directly before is now allowed as part of unquoted scalars in the syntax highlighter. For instance "User's" are not highlighted as a scalar. This fixes issue 29.
  • Symfony Compatibility Mode has will now work better with PHP code in unquoted scalars. This partially fixes issue 28 (from Google Code site).
  • Update SnakeYAML version.

0.0.9 (27.09.2009)

  • Added a compatibility mode for the PHP framework Symfony. Enabling this mode will remove some problems with using '%' in unquoted scalars. This feature is experimental as it is more or less a hack. Thanks to user kraven for reporting and helping me find a solution to this issue.

0.0.8 (19.07.2009)

  • Added support for Eclipse templates.
  • Improved the syntax high-lighting for YAML tags. This also fixes issue 17.
  • Changed the default color of scalars to black in the syntax high-lighter.

0.0.7 (30.06.2009)

  • The syntax high-lighter is now significantly faster. Especially for long lines. (Fixes issue 15)
  • A hover text is now shown for errors in the editor. (Fixes issue 10)
  • The outline view is now expaned when a file is first opened. (Fixes issue 11)
  • Bold, italic and underline as styles to the various syntactic elements (Fixes issue 13)

0.0.6 (21.05.2009)

  • Added .yml as a recognised a file extension by default. (Fixes issue 7)
  • Added Ctrl+/ as an additional key binding for Toggling Comments since it seems to be the most common key binding for toggling comments in Eclipse. (Fixes issue 9)

0.0.5 (14.05.2009)

  • Replaced my slightly modified SnakeYAML with SnakeYAML 1.2.
  • Updated the syntax highlighter to recognise true, false, .inf, .nan and null
  • Fixed a bug in the syntax checker with reporting errors when tags where used.
  • Fixed a bug in the Toggle Comment function when trying to comment the last line a file.
  • The outline view can now display tags if you want to.
  • The outline view now limits the size of displayed scalars.

0.0.4 (25.04.2009)

  • Added a Toggle Comment action. Default key binding is Shift+Ctr+C
  • Shift Right and Shift Left now works as expected.

0.0.3 (18.04.2009)

  • Automatic conversion of tabs to spaces. Pressing the tab key will now insert spaces instead of tab characters regardless of the Editor preferences.
  • Automatic indention. A new line will now have the same indention as the previous line.
  • Added preferences for number of spaces to use per tab/idention and for how often to reevaluate the syntax highlighting.
  • Moved color preferences to its own sub tab.

0.0.2 (14.04.2009)

  • Syntax hightlighting support for anchors, aliases, tags and flow characters like { and }.
  • Better plugin error reporting through the standard Eclipse status reporting.
  • Added options for tracing the plugin execution via java.util.logging.

0.0.1 (09.04.2009)

First release.