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

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

[Octave-bug-tracker] [bug #56160] editor: inappropriate auto insert of "


From: eflister
Subject: [Octave-bug-tracker] [bug #56160] editor: inappropriate auto insert of "end*" when inserting newlines after keyword
Date: Thu, 18 Apr 2019 18:49:03 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #6, bug #56160 (project octave):

just noticed that it autoindents incorrectly depending on local indentation as
well -- start with this and add a newline after `else`:

  if true
  y=0;
  else
  end

and it gives you this:

  if true
  y=0;
else
  
  end

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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