Release Notes

Public

5.4.16.775: Sep 07 2016

New

Mac OS GUI: Enable syntax highlight and line numbers for text files in text editors (diff, merge and plastic tools). These are the supported languages:

* Plain text

* ActionScript

* ASP.NET (aspx, ascx)

* ASP.NET (ashx, asmx, asix)

* Boo

* C

* Cg

* Changelog

* C++

* CSS

* C#

* Diff

* F#

* HTML

* IL

* JSON

* Java,

* JavaScript

* Jay

* Less

* Lua

* Makefile

* Python2 v2.x

* Python3 v3.x

* Razor

* Ruby

* ShellScript

* Strings

* Typescript

* Vala

* VisualBasic

* XAML

* XML

Remarks about configuration: The language is automatically selected based on the file extension. To override/extend the language extensions, create a file "/Users/<the_user_name>/.plastic4/syntaxhighlight/languages.conf" as follows (example):

This is a sample file, commented lines starts with <pre>#</pre> symbol:
<pre>#syntax language definition by file extension
#example:
#.js:JavaScript
.custom:XML
.txt:Plain text</pre>

New

Mac OS GUI: The changeset/branch/label comment is now selectable in the diff view.

Bug

Windows GUI: The visual diff of the analyze refactors functionality from the diff window was broken since version 5.4.16.771. Fixed.