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

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

[Octave-bug-tracker] [bug #51848] Variable editor should show text strin


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #51848] Variable editor should show text strings in one cell, not as separate chars each in distinct cells
Date: Wed, 30 Aug 2017 11:13:31 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #2, bug #51848 (project octave):

Matlab r2017b prerelease:

>> txt = {'line 1', 'line 2', ['line 3a' char(10) 'line 3b']}

txt =

  1×3 cell array

    {'line 1'}    {'line 2'}    {'line 3a↵line 3b'}

>> txt{3}

ans =

    'line 3a
     line 3b'


see attached screenshot.
Apparently ML ignores EOL chars in its variable editor. It does preserve
them.
It would be cool if Octave could do better.

(file #41698)
    _______________________________________________________

Additional Item Attachment:

File name: ML2017VarEd.png                Size:6 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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