Sublime Forum

Build output is cropping the first character of every line

#1

i have this image which describes very well
image

this is the output panel for linting terminalizer.py
note that the filename starts with t but in the pannel i see characters starting from e.

and this is not just one case, i’ve had a lot of problems like this with running the script and every line that the script outputed was cropped.

any ideas? thanks in advance.

0 Likes

#2

Does this also happen in Safe Mode?

0 Likes

#3

actually, im surprised that its not happening.

just ran a R script using build system.
image

ran the same R script with all settings ON.
image

what type of plugin can cause this ?

a color scheme? a terminal plugin? an LSP plugin ?

0 Likes

#4

Are you using some sort of R package for this?

The safe mode example shows what would happen if you just use a “normal” build (i.e. a sublime-build file), which is that you get a panel at the bottom of the window which has only a few default settings applied to it (such as turning off the line number gutter).

If that’s not happening in the second case, it could be caused by a plugin that’s being used to enhance the build process in some fashion (or extend it); in that case the default handling for the build panel may or may not apply depending on what’s doing it.

0 Likes

#5

okey. thanks for reply.

0 Likes