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

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

[Octave-bug-tracker] [bug #41469] code auto-completion should be less in


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #41469] code auto-completion should be less intrusive
Date: Wed, 05 Feb 2014 21:34:57 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36

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

                 Summary: code auto-completion should be less intrusive
                 Project: GNU Octave
            Submitted by: fgnievinski
            Submitted on: Wed 05 Feb 2014 09:34:55 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Any

    _______________________________________________________

Details:

try changing e.g.:


if cond
endif


to:


if cond
  action
endif


where you move the typing cursor from the end of the "endif" keyword up one
line using the up arrow key -- you'll be stuck at the popup list.


either wait a few milliseconds after the user has stopped typing to only then
show the popup list, or require and explicit tab input to fire
auto-completion.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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