Skip to content

Commit 80f92e5

Browse files
Added note about the new focus highlighting feature on the project page
1 parent 0c13402 commit 80f92e5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@ integrated development environments (IDEs) such as Visual Studio.
1313

1414
[![Video Advanced Docking](doc/advanced-docking_video.png)](https://www.youtube.com/watch?v=7pdNfafg3Qc)
1515

16+
## New and Noteworthy
17+
18+
The [release 3.5.0](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/tag/3.5.0)
19+
adds the new [focus highlighting](doc/user-guide.md#focushighlighting) feature.
20+
This optional feature enables highlighting of the focused dock widget like you
21+
know it from Visual Studio.
22+
23+
![FocusHighlighting](doc/cfg_flag_FocusHighlighting.gif)
24+
25+
[learn more...](doc/user-guide.md#focushighlighting)
26+
1627
## Features
1728

1829
### Overview
1930

31+
- [New and Noteworthy](#new-and-noteworthy)
2032
- [Features](#features)
2133
- [Overview](#overview)
2234
- [Docking everywhere - no central widget](#docking-everywhere---no-central-widget)

doc/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
## Configuration Flags
3131

3232
The Advanced Docking System has a number of global configuration options to
33-
configure the design and the functionality of the docking system. Each
33+
configure the design and the functionality of the docking system. Eachs
3434
configuration will be explained in detail in the following sections.
3535

3636
### Setting Configuration Flags

0 commit comments

Comments
 (0)