>From 4f8dcdfcbf5f18015ecbf6d85e4d2f981794bd28 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 11 Mar 2016 14:23:23 -0800 Subject: [PATCH] add Builder release notes --- help/C/developers.page | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/help/C/developers.page b/help/C/developers.page index bac472e..5120d6a 100644 --- a/help/C/developers.page +++ b/help/C/developers.page @@ -28,6 +28,40 @@
Builder +

Builder has gained many new features in the latest development cycle! +The interface has received a face-lift introducing perspectives. +Developers can use perspectives to add new workflows to Builder through it's +new plugin interface.

+

Preferences have been overhauled to help you to find the tweaks you +need faster and with less disruption. Additionally, the new Todo plugin helps +you locate code you forgot to fix.

+

Using the ide command line program, developers can quickly +create new projects that use best practices within the GNOME community.

+

Developers wanting to experiment with new Xdg-App technology +can now use Builder to develop their application inside of an Xdg-App +runtime. This is a technology preview of what's to come in future +Builder releases!

+

Under the hood, Builder gained support for multi-process plugins +to reduce the affects of miss-behaving plugins.

+

Builder's robust VIM emulation has continued to improve, allowing +users that prefer modal-editing to feel at home.

+

For languages that support semantic analysis, holding control +while clicking on variables, types, and functions will jump you to their +source location.

+

Authors of translated software will be happy to find that common +translation mistakes are now underlined in yellow so you catch the issue +before your translators find it.

+

Developers looking to extend Builder can learn more by reading +a series of recent articles about +what you can extend in Builder, +using Xdg-App, +ccache integration, +and +step by +step +tutorials using Python.

+

Many other fit and finish bugs where fixed in this release, so +give it a try and see how you like it!

-- 2.5.0