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

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

[Octave-bug-tracker] [bug #60640] syntax error when tab autocomplete of


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #60640] syntax error when tab autocomplete of @classname folder inserts single quote
Date: Mon, 24 May 2021 10:36:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Follow-up Comment #3, bug #60640 (project octave):

I see similar but not identical behavior. 

In a folder with no class @ folders, @<Tab> does nothing, as expected.

In a folder with a @ subfolder, such as C:\test which contains only @MyClass:

cd <TAB> produces:

cd '@MyClass/


cd <TAB><TAB><TAB> produces:

cd '@MyClass/'@MyClass/'@MyClass/


y = @<Tab>
produces:

y = '@MyClass/


A second tab produces nothing, a third produces:

>> y = '@MyClass/
Display all 1739 possibilities? (y or n)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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