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 with tabs indentation
Date: Thu, 27 Jun 2019 11:33:43 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0

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

The example below is fixed now, thanks!

There, however, still are a couple of paper-cuts when using tab indentation.
An Example (using tab indentation):

classdef Test
        methods#< hit enter here
endclassdef


This results in the following:

classdef Test
        methods
                
  endmethods
endclassdef


The cursor is correctly positioned (line & indentation are correct), but the
inserted closing-directive is misplaced.
Should this be raised in another bug report?

    _______________________________________________________

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]