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

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

[Octave-bug-tracker] [bug #48317] tab autocomplete doesn't complete loca


From: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #48317] tab autocomplete doesn't complete local functions
Date: Sun, 26 Jun 2016 10:56:30 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: tab autocomplete doesn't complete local functions
                 Project: GNU Octave
            Submitted by: lachlan
            Submitted on: Sun 26 Jun 2016 10:56:27 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: lachlan
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Tab completes global function names, but does not complete the names of local
functions currently in scope.

To reproduce this bug, create foo.m containing


function foo
  keyboard
endfunction

function inner_function
endfunction


Type 'foo', and at the prompt type 'inner_f<TAB>'.  Notice that it does not
complete, even though inner_function is in scope.

I have a patch, which I'll submit once I get the patch number.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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