Skip to content

v0.6.0

Compare
Choose a tag to compare
@CJCombrink CJCombrink released this 26 Aug 20:39

Release for Qt 3.5 and moving towards first major release.

From a user perspective the following changes were made

  • Added suggestions to the "Spell Check" menu when Right clicking on a misspelled word.
    • Added option to the Spell Checker to either replace only the suggested word or all instances of misspelled word on current page when using the right click menu.
  • Improved guides, messages and errors associated with setting up the spell checker that should be used for the plugin.
  • *.dox files will also now be parsed as a C++ file if the QtCreator mime type is set up for dox files.
  • Added notification if more than one word was replaced by a single action.

Behind the scenes the following changes were made:

  • The actual Spell Checking of parsed words are now done in a background thread. This is the first step into improving the performance of the plugin when parsing large files.
    • A few more updates will follow but for now the release is made for testing and so that the plugin can be used with the latest version of Qt Creator (3.5).

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.5
For Windows: *.zip
For Ubuntu 14.04.01 (x64): *.tar.gz