NoteHighlight2016
NoteHighlight2016 copied to clipboard
Formating json using JS is not working
Can't format json text using JS highlighter
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)