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: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53006] GUI Documentation Browser displays Index chapters of manual poorly
Date: Tue, 30 Jan 2018 20:46:27 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

I'm just going with my recollection.  From what I remember Qt has its
qt-assistant which is something very similar to the classic Windows
documentation browser.  I think what it offers over, say, fundamental HTML is
a search engine that will provide a list of quick links to locations where the
searched-for word is found.  I programmed something like that for gnuplot's Qt
terminal.  I like it, it's fast response/rendering (unlike HTML which has to
do a lot of parsing of formatting words) and convenient search.

However, Qt also has basic HTML support within a Qt frame, so I think one just
needs to feed such a Qt object the HTML code and it will behave somewhat
similar to a web browser.  In other words, the HTML code posted here:

https://www.gnu.org/software/octave/doc/interpreter/index.html

could be piped into a resident window.  In other words, similar content and
appearance in both Help::Documentation::On_Disk and
Help::Documentation::Online.

    _______________________________________________________

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]