From 9446419f7ed4a991d77ecd9d5b76e8debdf456ad Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 12 Feb 2020 23:11:20 +0100 Subject: [PATCH] added link to cheatsh-qtcreator (#171) --- README.md | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 28da902..8d8ee10 100644 --- a/README.md +++ b/README.md @@ -478,17 +478,17 @@ and press `KE`: explanation for the warning will be opened in a new buff Features supported by cheat.sh plugins for different editors: -|Feature |Emacs|Sublime|Vim|VSCode|IDEA| -|-------------------|-----|-------|---|------|----| -|Command queries |✓ |✓ |✓ |✓ |✓ | -|Queries from buffer| | |✓ |✓ | | -|Toggle comments | | |✓ |✓ |✓ | -|Prev/next answer | | |✓ |✓ |✓ | -|Multiple answers | |✓ | | |✓ | -|Warnings as queries| | |✓ | | | -|Queries history | | |✓ |✓ | | -|Session id | | |✓ | | | -|Configurable server|✓ | |✓ |✓ | | +|Feature |Emacs|Sublime|Vim|VSCode|IDEA|QtCreator| +|-------------------|-----|-------|---|------|----|---------| +|Command queries |✓ |✓ |✓ |✓ |✓ |✓ | +|Queries from buffer| | |✓ |✓ | |✓ | +|Toggle comments | | |✓ |✓ |✓ |✓ | +|Prev/next answer | | |✓ |✓ |✓ | | +|Multiple answers | |✓ | | |✓ | | +|Warnings as queries| | |✓ | | | | +|Queries history | | |✓ |✓ | | | +|Session id | | |✓ | | | | +|Configurable server|✓ | |✓ |✓ | |✓ | ### Vim @@ -593,6 +593,25 @@ Usage: *(GIF courtesy: Szymon Przebierowski, @szymonprz)* +### QtCreator + +* [cheatsh-qtcreator](https://github.com/pozemka/cheatsh-qtcreator) + +Current features: + +* search word under cursor +* search selected +* query search +* disable comments +* paste answer (?TQ version) +* custom server URL +* custom search context (default is cpp) +* hotkeys and menu + +[![cheatsh-qtcreator](https://user-images.githubusercontent.com/1259724/73876361-ecce5d00-4867-11ea-9f75-c5b127a9739c.gif)](https://github.com/pozemka/cheatsh-qtcreator) + +*(GIF courtesy: Pozemka, @pozemka)* + ## Special pages There are several special pages that are not cheat sheets.