mpetris

Results 15 comments of mpetris

Issues #303, #304, #305 and #306 are meant to address the performance problems described above.

I would prefer to leave it unexpanded, too. I think I added the expansion to help unexperienced users to find their collections. I could, by default, expand the first document...

Expanding results for the first time leads to a lazy creation of the child items. A dummy child (that is needed to display the arrow at all) gets removed and...

If you toggle on multiselect, you get the column headers and those headers allow to adjust the width of the columns. The original design didnt't show the column headers which...

For all but XML documents we use the Apache Tika parser to extract the text. It claims to support a lot of formats: https://tika.apache.org/1.24.1/formats.html But I suspect it has a...

The text needs to be sanitized to prevent HTML interpretation. That's also a security issue.

Firefox on Windows can be configured to do that: type about:config in the URL field and set layout.word_select.eat_space_to_next_word to `false` Chrome and Firefox on Linux do this by default, don't...

java.lang.NullPointerException at de.catma.ui.module.annotate.annotationpanel.AnnotatedTextProvider.buildAnnotatedKeywordInContext(AnnotatedTextProvider.java:118) at de.catma.ui.module.analyze.visualization.kwic.KwicItemHandler.getKeywordDescription(KwicItemHandler.java:102) at de.catma.ui.module.analyze.visualization.kwic.KwicPanel.lambda$initComponents$59302d55$1(KwicPanel.java:449) at com.vaadin.ui.Grid$Column$1.generateData(Grid.java:908)

**For up to date instructions please scroll down or click [here](https://github.com/forTEXT/catma/issues/125#issuecomment-859504069).** ~~We added a README to the catma6 branch. But it also applies to the master branch which represents the...