Author Topic: spell check issue when a word is selected  (Read 5271 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
spell check issue when a word is selected
« on: April 16, 2013, 04:55:28 am »
I see such issue, when a word is selected, then context menu does not show spell check menu item, is it possible to enable it in such case?

See the screen shots below:

The first screen shot, no selection, looks good:

The second screen shot, with selection, context menu does not show spell check menu entry:
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: spell check issue when a word is selected
« Reply #1 on: April 18, 2013, 11:12:03 am »
I confirm this is fixed in rev8993, thanks to danselmi.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.