[anjuta-list] I have a problem with auto-complete/calltips.
- From: Mark Bloch <mark bl gmail com>
- To: anjuta-list gnome org
- Subject: [anjuta-list] I have a problem with auto-complete/calltips.
- Date: Sat, 2 Mar 2013 17:31:14 +0200
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 ?
Cheers,
Mark Bloch.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]