-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- It compiles - It has bugs - The output pane does not have a name - the minus (ignore word) button is wrong
- Loading branch information
1 parent
ca6209f
commit 6436147
Showing
14 changed files
with
131 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ spellchecker_local_paths.pri | |
.venv | ||
.conan2 | ||
build | ||
CMakeUserPresets.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
\"Name\" : \"SpellChecker\", | ||
\"Version\" : \"3.4.0\", | ||
\"CompatVersion\" : \"3.4.0\", | ||
\"Vendor\" : \"Carel Combrink\", | ||
\"Copyright\" : \"(C) 2015 - 2022 Carel Combrink\", | ||
\"License\" : [ \"GNU Lesser General Public License Usage\", | ||
\"\", | ||
\"This plugin may be used under the terms of the GNU Lesser General Public License version 2.1 or version 3 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html and http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.\" | ||
"Name" : "SpellChecker", | ||
"Version" : "3.5.0", | ||
"CompatVersion" : "3.5.0", | ||
"Vendor" : "Carel Combrink", | ||
"Copyright" : "(C) 2015 - 2022 Carel Combrink", | ||
"License" : [ "GNU Lesser General Public License Usage", | ||
"", | ||
"This plugin may be used under the terms of the GNU Lesser General Public License version 2.1 or version 3 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html and http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html." | ||
], | ||
\"Description\" : [ \"Spellcheck comments in source files.\", | ||
\"An Output Pane, Right Click context menu and a Navigation Widget is added to QtCreator to interact with the results from this plugin.\" | ||
"Description" : [ "Spellcheck comments in source files.", | ||
"An Output Pane, Right Click context menu and a Navigation Widget is added to QtCreator to interact with the results from this plugin." | ||
], | ||
\"Url\" : \"https://github.com/CJCombrink/SpellChecker-Plugin\", | ||
$$dependencyList, | ||
"Url" : "https://github.com/CJCombrink/SpellChecker-Plugin", | ||
${IDE_PLUGIN_DEPENDENCIES}, | ||
|
||
\"Mimetypes\" : [ | ||
\"<?xml version=\'1.0\' encoding=\'UTF-8\'?>\", | ||
\"<mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>\", | ||
\" <mime-type type=\'text/x-c++dox\'>\", | ||
\" <sub-class-of type=\'text/x-c++hdr\'/>\", | ||
\" <comment>Doxygen Files</comment>\", | ||
\" <glob pattern=\'*.dox\'/>\", | ||
\" <glob pattern=\'*.doxy\'/>\", | ||
\" <magic priority=\'50\'>\", | ||
\" <match type=\'string\' offset=\'0\' value=\'/*!\'/>\", | ||
\" <match type=\'string\' offset=\'0\' value=\'/**\'/>\", | ||
\" </magic>\", | ||
\" </mime-type>\", | ||
\"</mime-info>\" | ||
"Mimetypes" : [ | ||
"<?xml version=\'1.0\' encoding=\'UTF-8\'?>", | ||
"<mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>", | ||
" <mime-type type=\'text/x-c++dox\'>", | ||
" <sub-class-of type=\'text/x-c++hdr\'/>", | ||
" <comment>Doxygen Files</comment>", | ||
" <glob pattern=\'*.dox\'/>", | ||
" <glob pattern=\'*.doxy\'/>", | ||
" <magic priority=\'50\'>", | ||
" <match type=\'string\' offset=\'0\' value=\'/*!\'/>", | ||
" <match type=\'string\' offset=\'0\' value=\'/**\'/>", | ||
" </magic>", | ||
" </mime-type>", | ||
"</mime-info>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.