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

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

[Octave-bug-tracker] [bug #38369] help fails to display the help text fo


From: Rik
Subject: [Octave-bug-tracker] [bug #38369] help fails to display the help text for class methods
Date: Fri, 27 Nov 2020 13:16:09 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36

Follow-up Comment #12, bug #38369 (project octave):

There are a number of unresolved issues here.  The most generic syntax


help methodname


does not work for old-style classes (@class) or new-style classes (classdef).

Dot notation does work for new-style classes, but not for old-style classes.


help class.method


Slash notation does not work for new-style or old-style classes


help class/method


But extended slash notation does work for old style-classes.


help @class/method


This suggests that simply getting Octave to recognize '.' or '/' as a scope
operator would then allow the existing code which actually fetches the help
text to work.  

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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