Re: context browser no longer shows relevant documentation?
Milian Wolff <[email protected]> Mon, 14 Sep 2020 09:31:24 +0200
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <3793764.CvanqoJOYV@milian-workstation> |
On Samstag, 12. September 2020 15:25:48 CEST René J.V. Bertin wrote: > Hi, > > I think I've been noticing this for a while, so I'll put the question like > this: when did the context browser stop showing relevant information from > (all) doxygen comments from included headerfiles? Is this controlled > through an option somewhere that I've overlooked? > > For example, kstandarddirs.h has > > ``` > /** > * Checks for existence and accessability of a file or directory. > * Faster than creating a QFileInfo first. > * @param fullPath the path to check. IMPORTANT: must end with a slash > if expected to be a directory * (and no slash for a file, > obviously). > * @return @c true if the directory exists, @c false otherwise > * @deprecated since 5.0, use QFile::exists or > QFileInfo::isFile()/isDir() to be more precise. */ > #ifndef KDELIBS4SUPPORT_NO_DEPRECATED > KDELIBS4SUPPORT_DEPRECATED static bool exists(const QString &fullPath); > #endif > ``` > > but I only get the context browser popup as shown in the attachment. Not > having to switch to the headerfile to confirm what to replace the > deprecated statement with would be nice... Does this also happen with non-deprecated functions? Maybe the problem is that the deprecation warning hides/replaces the documentation popup. This is obviously not ideal as you are indicating, I'm just trying to figure out where the issue might be coming from. Cheers -- Milian Wolff [email protected] http://milianw.de
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEezawi1aUvUGg3A1+8zYW/HGdOX8FAl9fHEwACgkQ8zYW/HGd OX9eVA//f+DWto0mpTNmn/U6CsqvHfxdEf/ai6VBMHESoQMUE4zn3XR5qJ0XKWp5 SPB5E12KDYnzz8Y0qDSxfrL3+OoRmkhEVU1V3hVvEsphvjgnpSCKoZ1r4EJckbAa yTm4EZf5D59vneOdlIlmVFxO6y6x9DuG21k2jMjSQwtxU+W9tUAd5nZMxiTnXvWJ e/EkOdZFQMv8AXTyA7JLTCPESPNhlOijwNygyx6Fp9xdDA5HaTCN5qLgE/YrECmM zRU2ZDAsG9nKcp7kOEIdzORst8hw6urvCr4Gv+5q4g+V42Xzd32Qmi0NehHMzahz 9GF7bXvB8OUD+soKSfVm2uTHDNNFUruZjq8qpBvCUbx5cYddLZpsg1hy7QUIYxne Z0/u02L4wTxFN56phs3uT+opE2NDwJNC0EEeLh1l5j/GpVAsxDneTV3Zufhvw/+o zO9WDg9OuozN4EveySb6fTNJtBPCYDtf20VREeqpfFaC5VtT/ry8IH5bzrPSJCzd pc8CW7ukmyQOV58HPNS3eGGQqo/iE92tDbmvOVFwCuM0UeXHZVpNOwZs4kb3VsLO RE4LeCQpAEFoOMl3EypksqpQEEAiH3IS0+HFmyzCC1i2R1BjuEBTw+vWg47Emowa F6VU2JJF6p4Cvty3rU3Gr+MgTN7zhQD0W8MHzvUYTzc4Fgb+H9E= =Wm7K -----END PGP SIGNATURE-----