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

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

[Octave-bug-tracker] [bug #54053] "doc persistent" should work in GUI as


From: Rik
Subject: [Octave-bug-tracker] [bug #54053] "doc persistent" should work in GUI as it does in CLI
Date: Tue, 19 Jun 2018 01:46:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #7, bug #54053 (project octave):

It turns out that doc.m has two very different paths.  If the CLI is running
then the m-file calls out to the external info program to search its indices
and return a match node.  When the GUI is running, Octave calls accross to the
Qt thread using __octave_link_show_doc__.  The code is more complicated
because it is in C++ and is making use of Qt documentation widgets.  It
appears that instead of searching the GUI just attempts to open a node of the
given name.  There is a search capability present in texinfo-parser.cc
(find_reference).  It might be possible to hook that routine up somewhere
along the line.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54053>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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