File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,22 @@ integrated development environments (IDEs) such as Visual Studio.
13
13
14
14
[ ![ Video Advanced Docking] ( doc/advanced-docking_video.png )] ( https://www.youtube.com/watch?v=7pdNfafg3Qc )
15
15
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
+
16
27
## Features
17
28
18
29
### Overview
19
30
31
+ - [ New and Noteworthy] ( #new-and-noteworthy )
20
32
- [ Features] ( #features )
21
33
- [ Overview] ( #overview )
22
34
- [ Docking everywhere - no central widget] ( #docking-everywhere---no-central-widget )
Original file line number Diff line number Diff line change 30
30
## Configuration Flags
31
31
32
32
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
34
34
configuration will be explained in detail in the following sections.
35
35
36
36
### Setting Configuration Flags
You can’t perform that action at this time.
0 commit comments