Skip to content

Commit d48700a

Browse files
committed
Activate tips & tricks 6
1 parent 999b45c commit d48700a

File tree

2 files changed

+15
-27
lines changed

2 files changed

+15
-27
lines changed

docs/documentation/internal/tips_and_triks_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
| 🔴 | #9 | October 27, 2025 | Adding color to console output (text + background) | ANSI escape codes |
4242
| 🟡 | #8 | October 13, 2025 | array_list a heterogeneous container supporting multiple types | C++ modern / Boost / Qt |
4343
| 🟡 | #7 | September 29, 2025 | Creating a simple form with a button | Qt / WinForms |
44-
| 🟡 | #6 | September 15, 2025 | Getting special folders (desktop, app_data, etc.) | Win32 API / Qt |
44+
| 🟢 | #6 | September 15, 2025 | Getting special folders (desktop, app_data, etc.) | Win32 API / Qt |
4545
| 🟢 | #5 | September 1, 2025 | Applying image effects | NA |
4646
| 🟢 | #4 | August 18, 2025 | Why xtd simplifies your code compared to Qt or wxWidgets | Qt / wxWidgets |
4747
| 🟢 | #3 | August 6, 2025 | Showing a message box in one line | Qt / wxWidgets |

docs/documentation/tips_and_tricks/README.md

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You will find concrete solutions to common problems encountered with xtd in mode
1313

1414
| Category | Subject | Date | Level |
1515
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------- | ----- |
16+
| [![core](/pictures/xtd.core.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__core.html) | [#6 - Getting special folders (desktop, app_data, etc.)](/docs/documentation/tips_and_tricks/6) | September 15, 2025 | 🟢 |
1617
| [![drawing](/pictures/xtd.drawing.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__drawing.html) | [#5 - Applying image effects](/docs/documentation/tips_and_tricks/5) | September 1, 2025 | 🟢 |
1718
| [![xxtd](/pictures/xtd32.png)](https://gammasoft71.github.io/xtd/reference_guides/latest) | [#4 - Why xtd simplifies your code compared to Qt or wxWidgets](/docs/documentation/tips_and_tricks/4) | August 18, 2025 | 🟢 |
1819
| [![forms](/pictures/xtd.forms.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html) | [#3 - Showing a message box in one line](/docs/documentation/tips_and_tricks/3) | August 6, 2025 | 🟢 |
@@ -21,32 +22,19 @@ You will find concrete solutions to common problems encountered with xtd in mode
2122

2223
<details>
2324
<summary>Legend</summary>
24-
- [![xtd](/pictures/xtd32.png)](https://gammasoft71.github.io/xtd/reference_guides/latest)
25-
[xtd](https://gammasoft71.github.io/xtd/reference_guides/latest)
26-
- [![cmake](/pictures/xtd.cmake.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/_c_make_commands.html)
27-
[cmake](https://gammasoft71.github.io/xtd/reference_guides/latest/_c_make_commands.html)
28-
- [![core](/pictures/xtd.core.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__core.html)
29-
[core](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__core.html)
30-
- [![delegates](/pictures/xtd.delegates.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__delegates.html)
31-
[delegates](https://gammasoft71.github.io/xtd/reference_guides/latest/group__delegates.html)
32-
- [![diagnostics](/pictures/xtd.diagnostics.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__diagnostics.html)
33-
[diagnostics](https://gammasoft71.github.io/xtd/reference_guides/latest/group__diagnostics.html)
34-
- [![drawing](/pictures/xtd.drawing.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__drawing.html)
35-
[drawing](https://gammasoft71.github.io/xtd/reference_guides/latest/group__drawing.html)
36-
- [![forms](/pictures/xtd.forms.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html)
37-
[forms](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html)
38-
- [![io](/pictures/xtd.io.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__io.html)
39-
[io](https://gammasoft71.github.io/xtd/reference_guides/latest/group__io.html)
40-
- [![media](/pictures/xtd.media.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__media.html)
41-
[media](https://gammasoft71.github.io/xtd/reference_guides/latest/group__media.html)
42-
- [![network](/pictures/xtd.net.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__net.html)
43-
[network](https://gammasoft71.github.io/xtd/reference_guides/latest/group__net.html)
44-
- [![threading](/pictures/xtd.threading.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__threading.html)
45-
[threading](https://gammasoft71.github.io/xtd/reference_guides/latest/group__threading.html)
46-
- [![timers](/pictures/xtd.timers.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__timers.html)
47-
[timers](https://gammasoft71.github.io/xtd/reference_guides/latest/group__timers.html)
48-
- [![tunit](/pictures/xtd.tunit.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__tunit.html)
49-
[test](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__tunit.html)
25+
- [![xtd](/pictures/xtd32.png)](https://gammasoft71.github.io/xtd/reference_guides/latest) [xtd](https://gammasoft71.github.io/xtd/reference_guides/latest)
26+
- [![cmake](/pictures/xtd.cmake.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/_c_make_commands.html) [cmake](https://gammasoft71.github.io/xtd/reference_guides/latest/_c_make_commands.html)
27+
- [![core](/pictures/xtd.core.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__core.html) [core](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__core.html)
28+
- [![delegates](/pictures/xtd.delegates.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__delegates.html) [delegates](https://gammasoft71.github.io/xtd/reference_guides/latest/group__delegates.html)
29+
- [![diagnostics](/pictures/xtd.diagnostics.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__diagnostics.html) [diagnostics](https://gammasoft71.github.io/xtd/reference_guides/latest/group__diagnostics.html)
30+
- [![drawing](/pictures/xtd.drawing.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__drawing.html) [drawing](https://gammasoft71.github.io/xtd/reference_guides/latest/group__drawing.html)
31+
- [![forms](/pictures/xtd.forms.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html) [forms](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html)
32+
- [![io](/pictures/xtd.io.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__io.html) [io](https://gammasoft71.github.io/xtd/reference_guides/latest/group__io.html)
33+
- [![media](/pictures/xtd.media.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__media.html) [media](https://gammasoft71.github.io/xtd/reference_guides/latest/group__media.html)
34+
- [![network](/pictures/xtd.net.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__net.html) [network](https://gammasoft71.github.io/xtd/reference_guides/latest/group__net.html)
35+
- [![threading](/pictures/xtd.threading.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__threading.html) [threading](https://gammasoft71.github.io/xtd/reference_guides/latest/group__threading.html)
36+
- [![timers](/pictures/xtd.timers.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__timers.html) [timers](https://gammasoft71.github.io/xtd/reference_guides/latest/group__timers.html)
37+
- [![tunit](/pictures/xtd.tunit.png)](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__tunit.html) [test](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__tunit.html)
5038

5139
- 🟢 Beginner level
5240
- 🟡 Intermediate level

0 commit comments

Comments
 (0)