Bug 363916

Summary: Wrong formatting in the variable manager for long lists
Product: [Applications] cantor Reporter: Alexander Semke <alexander.semke>
Component: maxima-backendAssignee: Alexander Semke <alexander.semke>
Status: RESOLVED FIXED    
Severity: normal CC: alexanderrieder
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 16.12
Sentry Crash Report:

Description Alexander Semke 2016-06-03 21:11:10 UTC
For long lists an empty entry in the variable manager is created.

Reproducible: Always

Steps to Reproduce:
1. create a short list via  x1:makelist(t,t,0,0.2,0.05)$ and observe the correct result in the variable manager
2. create a long list via x2:makelist(t,t,0,0.2,0.0005)$ and observe a new empty entry with no name and no value.


Expected Results:  
I would expect to have a shortened value for x2: show  couple of the first elements and couple of last elements and separate them with "...".
Comment 1 Alexander Semke 2016-11-06 18:23:27 UTC
Git commit 0dd2b9672369ebda020993fb2f583fe6c3c6f865 by Alexander Semke.
Committed on 06/11/2016 at 19:22.
Pushed by asemke into branch 'master'.

Remove line breaks in maxima's lists with many elements.
FIXED-IN: 16.12

M  +4    -4    src/backends/maxima/maximavariablemodel.cpp

http://commits.kde.org/cantor/0dd2b9672369ebda020993fb2f583fe6c3c6f865