NoteHighlight2016
NoteHighlight2016 copied to clipboard
Error Exception from InsertHighLightCodeToCurrentSide
Hi,
I've this error when I attempt to insert code with this plugin. OneNote 2016 32bit - Windows 10 Pro
I have the same error when I do quick style, when I turn off quick style it works. I tried both 64-bit and x86 bit version. Reinstalled, repaired etc. This works on another PC I got so it is weird. I use Onenote 2016.
Seems it happens here
//Bug fix - remove overflow value for Indents
foreach (var el in page.Descendants(Ns + "Indent").Where(n => double.Parse(n.Attribute("indent").Value, new CultureInfo(page.Root.Attribute("lang").Value)) > 1000000))
{
el.Attribute("indent").Value = "0";
}
Same here. If I select text in Onenote then try apply style, I have this popup box.
If I open one style box then paste my text in it, it's working.