[anjuta-list] I have a problem with auto-complete/calltips.



Hey,

I'm using gtkSourceViewer, anjuta-3.6.2.
I have a c++ project, I have an object which has a function:

bool ConnectionHandler::getBytes(char bytes[], unsigned int bytesToRead)

I create an object like this :
ConnectionHandler connectionHandler(host, port);

and when I type :
connectionHandler.getBy

I do get the autocomplete option ( getBytes() ) but I can't see the signature.
even when I write this :

connectionHandler.getBytes(

I don't see the tooltip with the signature of the function ( I should see it according to [1] )

Is there something I should do in order to see the signature ?

[1] http://developer.gnome.org/anjuta-manual/stable/anjuta-code-assist.html.en


Cheers, 
              Mark Bloch.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]