News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code complete customization

Started by tpieciak, September 13, 2010, 12:13:37 AM

Previous topic - Next topic

tpieciak

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


ollydbg

QuoteAt 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.

Loaden

#2
I personal think, it's is not a good idea.

tpieciak

Quote from: ollydbg on September 13, 2010, 01:25:20 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?

ollydbg

Quote from: tpieciak on September 13, 2010, 01:46:39 AM
Quote from: ollydbg on September 13, 2010, 01:25:20 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.

tpieciak

The screenshot comes from here:  http://www.download.ba/code-blocks-free-download-16340.html

The domain comes from Bosnia and Herzegovina.

ollydbg

Quote from: tpieciak 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.

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.