Terminal: add cmd shell integration when using clink

The script was provided at https://github.com/chrisant996/clink/discussions/453

If clink is not installed cmd will not have any issues, since only
the environment variable CLINK_PATH will be set.

Change-Id: I9f1d16933ae6bbcb3da1243e8704af6dc86b9a4d
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Cristian Adam
2023-04-19 20:00:04 +02:00
parent 411b2e05b8
commit dad415b884
5 changed files with 122 additions and 13 deletions

View File

@@ -1059,6 +1059,18 @@
\include license-mit.qdocinc
\li \b terminal/shellintegrations/clink
The Terminal plugin uses a lua script to integrate with the cmd shell when using clink.
\list
\li \l https://github.com/chrisant996/clink-gizmos
\endlist
Distributed under the MIT license.
\include license-mit.qdocinc
\li \b cmake
The CMake project manager uses the CMake lexer code for parsing CMake files.