Author Topic: update codecompletion plugin version number and state?  (Read 7256 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
update codecompletion plugin version number and state?
« on: August 14, 2010, 06:48:17 am »
src/plugins/codecompletion/resources/manifest.xml

it is still 0.7 as several years ago. :D
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.