Author Topic: Question about mini popups when mousing over. (like in Visual Studio)  (Read 2447 times)

Offline grechzoo

  • Single posting newcomer
  • *
  • Posts: 6
i dont like the bloated visual studio and love codeblocks. however the one thing i miss, is thelittle info box that tells you when is expected to complete the line of code.

for example.

SetCursorPosition(

this is where a pop-up will tell you that a HANDLE, and then a comma and then a COORD is required to complete the statement.

is this available via plugins for codeblocks at all? or is it already in the program but i just haven;t activated it yet?

as a beginner it would just help is sometime i am trying new functions like these.

either way ill still stick with codeblocks (as i can just use msdn anyway, but still hoping there is a way.)

thanks!!!!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
C::B has this feature: Edit -> Show call tip.
But in 10.05 it doesn't work well, in the recent nightlies the situation is a bit better (way better in fact),
but still this feature doesn't work reliably, unfortunately.
(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!]

Offline grechzoo

  • Single posting newcomer
  • *
  • Posts: 6
no problem, if im having trouble im sure msdn will be enough help.

not enough to give up on this great compact IDE