Author Topic: Code complete customization  (Read 3722 times)

Offline tpieciak

  • Single posting newcomer
  • *
  • Posts: 4
Code complete customization
« on: September 13, 2010, 12:13:37 am »
Hello,

My configuration
Windows XP, SP 3
Code::Blocks 10.05, Build may 27 2010
Qt4.5


I'm looking a way to customize code complete as follows (see screenshot).
At this time, only function names are being shown without parameters and return value in my IDE.


Thanks

« Last Edit: September 13, 2010, 12:35:33 am by tpieciak »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code complete customization
« Reply #1 on: September 13, 2010, 01:25:20 am »
Quote
At this time, only function names are being shown without parameters and return value in my IDE.
So, you have this patch?
This will make the Call tip window much larger. :D
Someone agree?
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 Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: Code complete customization
« Reply #2 on: September 13, 2010, 01:37:23 am »
I personal think, it's is not a good idea.
« Last Edit: September 13, 2010, 01:41:14 am by Loaden »

Offline tpieciak

  • Single posting newcomer
  • *
  • Posts: 4
Re: Code complete customization
« Reply #3 on: September 13, 2010, 01:46:39 am »
So, you have this patch?

No, I have not.
Screenshot comes from the Internet.

Well, I would like to have this large window :)

Should I download any patch? Where Can I download it?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code complete customization
« Reply #4 on: September 13, 2010, 03:03:11 am »
So, you have this patch?

No, I have not.
Screenshot comes from the Internet.

Where did you get this image? can you show the web address? It seems someone has a modified CodeCompletion plugin.

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 tpieciak

  • Single posting newcomer
  • *
  • Posts: 4
Re: Code complete customization
« Reply #5 on: September 13, 2010, 08:47:01 pm »
The screenshot comes from here:  http://www.download.ba/code-blocks-free-download-16340.html

The domain comes from Bosnia and Herzegovina.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code complete customization
« Reply #6 on: September 14, 2010, 01:34:47 am »
The screenshot comes from here:  http://www.download.ba/code-blocks-free-download-16340.html

The domain comes from Bosnia and Herzegovina.

It may be an old version of CB, or a user modified CB.
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.