picker: handle wrapped/long lines #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, it seems I handle long text lines inside a LSP symbol by replacing each "\n" character with a continuation character for the "tree structure". However, if the line is too long compared to the window displaying it, it wraps in a weird way: no carriage returns are printed and the "tree" is broken by the wrapped line.
Could I:
To investigate. Good candidate: any TeX file with a figure and a long description.
picker: handle wrapped linesto picker: handle wrapped/long lines