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

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

[Octave-bug-tracker] [bug #46458] tab completion does not work for the e


From: Martijn
Subject: [Octave-bug-tracker] [bug #46458] tab completion does not work for the elements of a struct when that struct is a cell of a cell array
Date: Mon, 16 Nov 2015 17:05:22 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

URL:
  <http://savannah.gnu.org/bugs/?46458>

                 Summary: tab completion does not work for the elements of a
struct when that struct is a cell of a cell array
                 Project: GNU Octave
            Submitted by: mart1jn
            Submitted on: Mon Nov 16 17:05:20 2015
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

tab completion does not work for the elements of a struct when that struct is
a cell of a cell array. After running the code snippet below, when I type
"t1." and then tab I get "t1.t2  t1.t3" as expected. However when I type "t4{
1 }." and then tab I get "./        ../       .nargin.".


t1.t2 = 1
t1.t3 = 2
t4{ 1 } = t1





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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