Petr Hudeček

Results 11 comments of Petr Hudeček

Variable files are ignored by Snowride, which is why they appear neither blue nor red. However, library files should be importable. Could you please look at the tab "Errors" and...

I was afraid of that. So, usually this happens because there is no file at that path. But there could be a bug in Snowride or maybe an error in...

Yes, if someone has a sample, please do upload it!

What kind of visualization? What does RIDE do? I don't remember RIDE showing any special visualization for arguments. I know that the new RIDE has a JSON editor but that's...

RIDE has a "Search Tests by Tag" feature. I don't remember if it has the advanced boolean logic you described. I agree fulltext search is useful, and Snowride has fulltext...

Noted, thanks. The main issue is that currently Snowride doesn't have a way of displaying a list of tests, though I suppose that could be added as a new tab,...

4 I am able to freeze columns in javafx table view. We need to create our custom table column class where in we will have two methods setFixed and isFixed...

Currently, the list of keywords for which keyword highlighting happens is hardcoded: https://github.com/Soothsilver/snowride/blob/19e3f88bb93169035e07e30298a84b167fb1d861/src/main/java/cz/hudecekpetr/snowride/semantics/externallibraries/ExternalKeyword.java#L42 What RIDE is doing is that it considers the first cell "always a keyword" and the other...

It's possible it's a true memory leak but it's also possible that the JVM is just not releasing free memory. Could you please try running Snowride with `java -XX:+UseG1GC -XX:MaxHeapFreeRatio=30...

Good, then I think it's fine. Although maybe Snowride should launch itself with those JVM parameters by default or add an option for this, because most users won't want to...