NoteHighlight2016 icon indicating copy to clipboard operation
NoteHighlight2016 copied to clipboard

Formating json using JS is not working

Open yoozek opened this issue 5 years ago • 0 comments

Can't format json text using JS highlighter

obraz

Exception from InsertHighLightCodeToCurrentSide: System.FormatException: Input string was not in a correct format.

   at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Double.Parse(String s, IFormatProvider provider)
   at NoteHighlightAddin.AddIn.<>c__DisplayClass27_0.InsertHighLightCodeToCurrentSide>b__0(XElement n)
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at NoteHighlightAddin.AddIn.InsertHighLightCodeToCurrentSide(String fileName, String pageXml, HighLightParameter parameters, XElement outline, Boolean selectedTextFormated)

yoozek avatar Aug 18 '19 19:08 yoozek