Skip to content

Releases: CJCombrink/SpellChecker-Plugin

v0.4.0

29 Apr 19:19
Compare
Choose a tag to compare

No major changes from version 0.3.1.

  • Updated for the latest QtCreator version 3.4.
  • Fixed bug where c and hpp files were not parsed.

The README.txt file attached contains all information need to deploy the plugin. Please refer to the main page of the project for usage information.

This release is for:
QtCreator: 3.4.0
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz

v0.3.1

04 Feb 20:16
Compare
Choose a tag to compare

Small update after 0.3.0.

  • Added an option to ignore external files.
  • Fixed the C++ Parser that would have rejected files names that did not end in lower case file suffixes and could have parsed files that contained the suffix in the middle of the file name.
  • Few fixes and updates to the Navigation Widget:
    • Long file names are now displayed in the same way as the Open Documents widget.
    • Added the ability to sort files in the Navigation Widget based on the following selections:
      • File Name
      • Total Mistakes
      • Number of String Literal Mistakes
      • File Type

The README.txt file attached contains all information need to deploy the plugin. Please refer to the main page of the project for usage information.

This release is for:
QtCreator: 3.3.0
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz

v0.3.0

28 Jan 21:24
Compare
Choose a tag to compare

New release featuring a few new features and bugfixes identified in the previous releases.
The following features are new:

  • Ability to check spelling of String Literals.
  • Ability to specify project to ignore that will not get checked for spelling.

The following issue was resolved:

  • If non-standard characters were encountered in a comment block, all mistakes in the next block will be offset from the correct position.

The README.txt file attached contains all information need to deploy the plugin. Please refer to the main page of the project for usage information.

This release is for:
QtCreator: 3.3.0
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz

v0.2.1

15 Jan 17:30
Compare
Choose a tag to compare

First minor update to v0.2.0.

The following updates were made:

  • Reworked underlining code, from a user perspective not much changed.
    • Fixed a bug where adding or ignoring a word the underline would not disappear. The new way of doing the underlining solves the issue very elegantly.
  • The output pane of the SpellChecker get opened when clicking a file name in the navigation widget
  • Files not part of the active project are listed in light grey in the navigation widget to make it obvious that they are external to the project.

Everything else related to v0.2.0 are still valid.

The README.txt file attached contains all information need to deploy the plugin. Please refer to the main page of the project for usage information.

This release is for:
QtCreator: 3.3.0
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz

v0.2.0

13 Jan 21:08
Compare
Choose a tag to compare

First release for QtCreator 3.3.

The following new features are available:

  • Underline Spelling Mistakes in comments with red squiggly lines. A very big thanks to user @Typz for contributing the code to do this using the DiagnosticMessages and the rest of the changes he contributed.
  • Some fixes related to parsing websites.
  • Removed ability to use the "Feeling Lucky" option on misspelled words that does not have suggestions. This crashed previous version.
  • Always parse the current file even if it is not part of the active project.
  • Accepting Doxygen keywords starting with @.

Since this release includes the red lines I am treating this version as a Release Candidate for my version 1 release. Any feedback and bug reports will be appreciated before the first version gets released.

The README.txt file attached contains all information need to deploy the plugin. Please refer to the main page of the project for usage information.

This release is for:
QtCreator: 3.3.0
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz

v0.1.1

28 Aug 21:42
Compare
Choose a tag to compare

This is only a small incremental release after version 0.1.0.

This release marks the first release containing pre-built files for Ubuntu 14.04.1 (x64).

The Hunspell Options Widget was updated to be more user friendly towards 1st time users of the plugin.
Please refer the release notes for v0.1.0 for other changes.

The README.txt file attached contains all information need to deploy the plugin. Please refer to the README.md in the main repository for usage information.

QtCreator: 3.2.0
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz

PS: Any comments regarding the packaging, documentation, etc. will be appreciated.

v0.1.0

24 Aug 20:11
Compare
Choose a tag to compare

Version 0.1.0 Release

This marks the second release of the SpellChecker Plugin.
This release is for the latest Qt Creator 3.2.0 (Windows).

The following are a list of significant updates from the first release:

  • The Options Page now has an Icon.
  • Added option to enable or disable parsing the whole project. Disabling this might be useful in large projects.
  • Initial setting to enable or disable removing website URLs.
  • Navigation Widget added to show overall mistakes in current project.
  • Added "Feeling Lucky" option to replace a misspelled word with the first suggestion. Useful if there is only one suggestion and it is the correct spelling for the misspelled word.
  • Added "Replace All" option in suggestion dialog to replace all occurrences in the current editor.
  • Other stability and usability improvements and bug fixes. For a more complete overview refer to the commit log.

The README.txt file contains all information needed to deploy the plugin.

v0.0.0

23 Jun 19:45
Compare
Choose a tag to compare

This is the initial release of the SpellChecker Plugin for Qt Creator.

This release contains the needed files to add the SpellChecker Plugin to Qt Creator 3.1.

The README.txt file contains all information needed to deploy the plugin.