morbac / xmltools

XML Tools plugin for Notepad++
GNU General Public License v3.0
257 stars 57 forks source link

Annotation error mode does not respect word wrap enabled #209

Open Kyogre opened 7 months ago

Kyogre commented 7 months ago

I validate xml by xsd using Validate now feature. In xmltools settings I have Error display mode set to Annotation.

If in npp word wrap is enabled, the error annotation will be cut off, thus not displaying its whole text:

wrap word enabled

If in npp word wrap is disabled, the error annotation will be shown fine, because there is horizontal slider exist:

wrap word disabled