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

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

[Octave-bug-tracker] [bug #56533] Cursor misplaced when entering newline


From: Markus Ebner
Subject: [Octave-bug-tracker] [bug #56533] Cursor misplaced when entering newline in editor
Date: Fri, 21 Jun 2019 08:42:42 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #4, bug #56533 (project octave):

In the video, I placed the cursor at the right of the closing round bracket
(in the first line) and pressed <Enter>.
But you're right, I unfortunately messed up the second part of the
text-example by forgetting to insert a newline. There is no edit-button, so
here is the correct version:

Start:

function thisIsATest()
        disp("test");
endfunction

Place cursor at end of first line, press <enter>.
Result:

function thisIsATest()

        disp("test");
         ^

Newline is inserted, but cursor lands one line below, between "d" and "i" of
"display(...".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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