akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.38k stars 62 forks source link

ExtMessage exceeds from window #377

Open acomagu opened 2 years ago

acomagu commented 2 years ago

image

Long ExtMessage exceeds from the window and some characters are hidden so can't be read. Line breaking position seems wrong.

Seems Hi-DPI setting is not a factor(reproduced even if pixel-by-pixel scale).

goneovim Nightly gb131248 Windows

settings.toml:

[Editor]
ExtCmdline   = true
ExtPopupmenu = true
ExtTabline   = true
ExtMessages  = true
CachedDrawing = false
DisableLigatures = true
DrawWindowSeparator = true
DrawBorderForFloatWindow = true
[ScrollBar]
Visible = true
[MiniMap]
Disable = true

guifont:

set guifont=Source\ Code\ Pro\ Regular:h11

Thank you :bow:

acomagu commented 2 years ago

Related to pum icons being cut off?

image