From 80f92e569712c1ac29f459b078b3ae92373cea9c Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Wed, 10 Jun 2020 07:41:14 +0200 Subject: [PATCH] Added note about the new focus highlighting feature on the project page --- README.md | 12 ++++++++++++ doc/user-guide.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a77ce31..fbfbb70 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,22 @@ integrated development environments (IDEs) such as Visual Studio. [![Video Advanced Docking](doc/advanced-docking_video.png)](https://www.youtube.com/watch?v=7pdNfafg3Qc) +## New and Noteworthy + +The [release 3.5.0](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/tag/3.5.0) +adds the new [focus highlighting](doc/user-guide.md#focushighlighting) feature. +This optional feature enables highlighting of the focused dock widget like you +know it from Visual Studio. + +![FocusHighlighting](doc/cfg_flag_FocusHighlighting.gif) + + [learn more...](doc/user-guide.md#focushighlighting) + ## Features ### Overview +- [New and Noteworthy](#new-and-noteworthy) - [Features](#features) - [Overview](#overview) - [Docking everywhere - no central widget](#docking-everywhere---no-central-widget) diff --git a/doc/user-guide.md b/doc/user-guide.md index c951855..bad8c0c 100644 --- a/doc/user-guide.md +++ b/doc/user-guide.md @@ -30,7 +30,7 @@ ## Configuration Flags The Advanced Docking System has a number of global configuration options to -configure the design and the functionality of the docking system. Each +configure the design and the functionality of the docking system. Eachs configuration will be explained in detail in the following sections. ### Setting Configuration Flags