News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Parameter prompt?

Started by gonnavis, June 03, 2010, 04:16:00 AM

Previous topic - Next topic

gonnavis

Can Code Block prompt parameter like what in VC++?

[attachment deleted by admin]

ollydbg

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.

ptDev

Quote from: gonnavis on June 03, 2010, 04:16:00 AM
Can Code Block prompt parameter like what in VC++?

If the parameter tip doesn't show up on its own, press Ctrl+Shift+space.

oBFusCATed

Quote from: ptDev on June 04, 2010, 11:48:07 AM
If the parameter tip doesn't show up on its own, press Ctrl+Shift+space.
And if you still don't see it and you've got a simple project where you can reproduce the bug every time you try, please post it.

The call tip feature is random, too...
Sometimes it shows, sometimes it doesn't.
Most of the times if I hit ctrl+shift+space for the second time the call tip doesn't show, but I can't reproduce this bug reliably.... :( :(  :? :( :twisted: :evil: :cry: :|
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]