Hi JR
Thanks for the report.
If you enable spell checking, please disable the auto-popup menu:
procedure TMainForm.btnSpellCheckingClick(Sender: TObject);
begin
// Show squiggly lines under misspelled words?
Editor.SpellChecking := btnSpellChecking.Down;
Editor.PopupMenuAuto := not Editor.SpellChecking;
end;
This will happen automatically for the next release. Also, we will disable the line spacing shortcuts if KeyboardShortcuts=False and updated the documentation.
Nigel
Xequte Software
www.imageen.com