[Differential] [Request, 93 lines] D2937: Fix broken search in Documentation View; code cleanup

antonanikin (Anton Anikin) noreply at phabricator.kde.org
Tue Oct 4 16:20:17 UTC 2016


antonanikin created this revision.
antonanikin added a reviewer: KDevelop.
antonanikin set the repository for this revision to rKDEVPLATFORM KDevPlatform.
Restricted Application added a subscriber: kdevelop-devel.

REVISION SUMMARY
  The patch fixes broken search in Documentation View. Steps to reproduce:
  
  1. Open Documentation View
  2. Select CMake documentation
  3. Type in the search line edit "set_"
  4. Internal completer produce list of appropriate documentation items
  5. With arrrow keys select "set_property" item (**2nd**) and press Enter
  6. You will see "set_directory_properties" page - **1st** element from completer list.
  
  Such broken search happens every time - we will see the only first element from completer list.
  
  New version fixes this annoying bug.

REPOSITORY
  rKDEVPLATFORM KDevPlatform

REVISION DETAIL
  https://phabricator.kde.org/D2937

AFFECTED FILES
  documentation/documentationview.cpp
  documentation/documentationview.h

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: antonanikin, #kdevelop
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161004/09d96ed0/attachment.html>


More information about the KDevelop-devel mailing list