Menu

#88 VoxSpell: Toggle spelling

closed
None
5
2008-07-09
2008-07-08
admirau
No

I'd like to have button on the toolbar to turn on/off spell checking or One keyboard shortcut assigned.
So it would be nice to have "toggle spelling" command in VoxSpell.

Discussion

  • Matthew Gilbert

    Matthew Gilbert - 2008-07-09
    • assigned_to: nobody --> voxmea
     
  • Matthew Gilbert

    Matthew Gilbert - 2008-07-09
    • status: open --> closed
     
  • Matthew Gilbert

    Matthew Gilbert - 2008-07-09

    Logged In: YES
    user_id=2017932
    Originator: NO

    Just checked in a toggle action. You can use the svn version, or create a macro with the following:

    voxspellcheck.VoxSpellPainter painter = voxspellcheck.VoxSpellPlugin.getVoxSpellPainter(editPane);
    if (painter == null)
    voxspellcheck.VoxSpellPlugin.startSpelling(editPane);
    else
    voxspellcheck.VoxSpellPlugin.stopSpelling(editPane);

     
  • admirau

    admirau - 2008-07-09

    Logged In: YES
    user_id=2133539
    Originator: YES

    Thank you :)
    Looking forward for language versions of VoxSpell.

     

Log in to post a comment.