octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #55509] pkg load: automatically register QHelp


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55509] pkg load: automatically register QHelp files with doc browser
Date: Sat, 19 Jan 2019 04:21:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #9, bug #55509 (project octave):

This simple change makes everything work correctly for me:


diff -r cc59c1aca759 libgui/src/documentation.cc
--- a/libgui/src/documentation.cc       Fri Jan 18 11:18:23 2019 +0100
+++ b/libgui/src/documentation.cc       Sat Jan 19 10:19:34 2019 +0100
@@ -591,7 +591,7 @@
 
     // First search in the function index
     QMap<QString, QUrl> found_links
-      = m_help_engine->linksForIdentifier (ref_name);
+      = m_help_engine->linksForKeyword (ref_name);
 
     QTabWidget *navi = static_cast<QTabWidget*> (widget (0));



The "doc KEYWORD" now finds chrono functions in the function index. So this is
indeed a problem of installed filter.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55509>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]