Added note about the new focus highlighting feature on the project page

This commit is contained in:
Uwe Kindler 2020-06-10 07:41:14 +02:00
parent 0c13402516
commit 80f92e5697
2 changed files with 13 additions and 1 deletions

View File

@ -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) [![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 ## Features
### Overview ### Overview
- [New and Noteworthy](#new-and-noteworthy)
- [Features](#features) - [Features](#features)
- [Overview](#overview) - [Overview](#overview)
- [Docking everywhere - no central widget](#docking-everywhere---no-central-widget) - [Docking everywhere - no central widget](#docking-everywhere---no-central-widget)

View File

@ -30,7 +30,7 @@
## Configuration Flags ## Configuration Flags
The Advanced Docking System has a number of global configuration options to 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. configuration will be explained in detail in the following sections.
### Setting Configuration Flags ### Setting Configuration Flags