Code completion

Jens Dagerbo jens.dagerbo at swipnet.se
Thu Feb 19 16:57:49 GMT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Thursday 19 February 2004 17:44, Eugeny N Dzhurinsky wrote:
> Does anybody has this feature work with STL?
> I created the persistent class store, but when i defining the
> vector<string> something;
>
> and then trying to type
>
> something.
>
> and hit Ctrl+space (yes, this keystroke defined for code
> completion action, i doulbe-checked) nothing happens :(

vector? There is no such type. I assume you mean std::vector. ;)

Seriously, this is the problem. The CC isn't (yet) smart enough to import 
namespaces (if indeed you have done this) so it has no idea what "vector" is.

This works fine here:

std::vector<std::string> v;
v.<completion kicks in>


jd

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFANOsd6meJzsUuplQRArrcAJwMX/derOMLPop5GiG9LZscGJYXIgCfeGCn
nfRVodTsoOY5Q5dMSTMHNpo=
=Z7yj
-----END PGP SIGNATURE-----

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list