octave-maintainers
[Top][All Lists]
Advanced

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

Re: [FEATURE REQUEST] Allow completion_matches to ignore case


From: John W. Eaton
Subject: Re: [FEATURE REQUEST] Allow completion_matches to ignore case
Date: Sat, 25 May 2013 23:34:08 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 05/25/2013 08:59 PM, Leo Liu wrote:
On 2013-05-25 22:39 +0800, Torsten wrote:
The case sensitivity of the auto completion list is now configurable
(changeset http://hg.savannah.gnu.org/hgweb/octave/rev/ccfbc767ff5a).

Torsten

Am I reading the code right that this only provides an option in the GUI
settings dialog? I tried 'completion_matches C' in the REPL of octave
from hg tip and nothing was reported back.

I started looking at making this change but it will take more time than I have available at the moment. The place to start looking is the completion_matches function in libinterp/interpfcn/input.cc. I suggest adding a second parameter to the completion_matches function that will enable case-insensitive matching.

jwe


reply via email to

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