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

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

[Octave-bug-tracker] [bug #62855] "doc" command opens gui window in octa


From: Rik
Subject: [Octave-bug-tracker] [bug #62855] "doc" command opens gui window in octave cli
Date: Wed, 3 Aug 2022 11:07:10 -0400 (EDT)

Update of bug #62855 (project octave):

              Item Group:           Documentation => Regression             
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

The code in question is located in scripts/help/doc.m at line 56


  ## Give event manager the first shot.

  status = ! __event_manager_show_documentation__ (function_name);

  if (status)


In Octave 5.2 this code was


  ## if GUI is running, let it display the function
  if (isguirunning ())
    status = ! __octave_link_show_doc__ (function_name);
  else


It seems like this should be configurable because some people running the CLI
will want to stay entirely in a terminal environment, while others might still
appreciate being able to open up a Qt-based document browser for help while
still coding in the CLI.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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