qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Blocks rendering issue with inline return #87

Open alexzrh opened 1 year ago

alexzrh commented 1 year ago

When there is an in-line return, the return character is displayed as the not-defined glyph and the block itself is larger than normal. The block is a different size based on how many in-line returns there are.

Also, if you add in-line returns, the block itself will grow over existing blocks instead of moving them to a different coord space in the editor.

Screenshot 2023-06-25 at 2 24 25 PM

use Libraries.Compute.Statistics.DataFrame

DataFrame frame frame:LoadFromCommaSeparatedValue( "Group,Amount K-12,108 University,12 Adult Novice,4 Eduator,10 Professional, 0 None,8" )

output frame:ToText()

alexzrh commented 1 year ago

Associated crash log QuorumStudio.log