Alex | Kronox

Results 15 comments of Alex | Kronox

It is currently not planed to output html files directly. With v5 we added the option again to open a viewer directly from the cli. For that just run JPlag...

For the report viewer to be able to extract the language from the `overview.json` file, please add the language to the coresponding enum here: https://github.com/jplag/JPlag/blob/main/report-viewer/src/model/Language.ts If you want to have...

Please also add the language to the report viewer here: https://github.com/jplag/JPlag/blob/develop/report-viewer/src/model/Language.ts Also set a language for highlighting here: https://github.com/jplag/JPlag/blob/develop/report-viewer/src/utils/CodeHighlighter.ts

Works good in windows terminals. Only thing I noticed was that the bouncer did not reach the left end full. There alsways was a space between `

I could not see it hit the left side a single time. So maybe there actually is a windows issue here?

yes, with this delay it works

@TwoOfTwelve I dont get a progess bar during clustering is that on purpose?

From what I could see this might be the same issue as https://github.com/jplag/JPlag/issues/1610 and was fixed in https://github.com/jplag/JPlag/pull/1645 An example with the same folder structure worked for me when using...

~~There is still one bug that happens on smaller screens where the view becomes scrollable to the right. I will fix this before we merge this~~ fixed

~~change token ranges to token indexes of matches~~ changed