Author Topic: Release of the new Code Completetion?  (Read 8031 times)

rohezal

  • Guest
Release of the new Code Completetion?
« on: November 07, 2008, 10:41:27 pm »
Hi it sounds quite strange but:

when will the new code completetion plugin be released?
The IDE is realy great but this plugin is very important...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Release of the new Code Completetion?
« Reply #1 on: December 21, 2008, 08:46:07 pm »
The answer is simple: After someone BEGINS working on it! :D

Sorry, but that's the sad truth. The development team is very limited and needs volunteers.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Release of the new Code Completetion?
« Reply #2 on: December 25, 2008, 02:42:44 pm »
 :(
I'm so sad to hear that.
I found the code completion plug-in has many bugs. sometimes, it can't popup the right function list...
It's important to a programmer. It will lose many users if it has bad user experience.
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.