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: Mike Miller
Subject: [Octave-bug-tracker] [bug #56160] editor: inappropriate auto insert of "end*" when inserting newlines after keyword
Date: Thu, 18 Apr 2019 14:36:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36

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

Here's what I have in the editor before


function % <-- place cursor here and hit return
x=1; % no indent
endfunction


I move the cursor to the left of the '%' character on the first line, press
Enter, and this is what I have in the editor after


function 
  % <-- place cursor here and hit return
x=1; % no indent
endfunction


    _______________________________________________________

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]