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

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

[Octave-bug-tracker] [bug #53006] GUI Documentation Browser displays Ind


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53006] GUI Documentation Browser displays Index chapters of manual poorly
Date: Fri, 30 Mar 2018 10:17:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #86, bug #53006 (project octave):

@Torsten: I forgot

* The following note from the QHelpEngineCore class doc is another good reason
to test on Windows soon:
>> Note: qsqlite4.dll needs to be deployed with the application as the help
system uses the sqlite driver when loading help collections

* In order to test the (un)resistration of compressed help files, you can use
Octave's api. For this you need to generate doxygen doc ("make doxyqt"), and
then


fname = "/path_to_buid_tree/doc/doxyhtml/doxyqt/octave-cpp-api.qch";
__octave_link_register_doc__ (fname); ## the api is now in the content widget
doc ("QtHandle::Figure") ## Works for me
__octave_link_unregister_doc__ (fname); ## api removed from the content
widget


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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