Author Topic: The CC suggestion list will cover the editor's caret  (Read 16682 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
The CC suggestion list will cover the editor's caret
« on: November 14, 2020, 04:56:13 am »
I see that if the caret is in the bottom side of the window, and the suggestion list will cover the caret position, and I don't see what character I'm typing, see the attachment screen cast mp4 file.
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.