Wolfsblvt
Wolfsblvt
Jetbrains is currently doing [a blog series about the new C# 8 features](https://blog.jetbrains.com/dotnet/2019/05/14/switch-expressions-pattern-based-usings-look-new-language-features-c-8/). They haven't reached the new nullable reference types yet. But from what I've experienced with ReSharper in...
> If that works, yeah, let's change that. Again, we would welcome a PR. Yes, it works. And it's what people want most of the time anyway. It's sometime a...
Yeah, I will make sure that it will not break past patterns and matches. Shouldn't be difficult, because `?` as a `.` did match any character, so also a question...
The rename feature remembers the last pattern. Remembering more of them is planned, but not very high on the importance list. I don't understand what you want as a feature...
At least the sorting is done already in the latest dev version (: Guess I will go ahead and implement column reordering too for the old UI. It just saves...
The problem is... I don't understand what you mean, sorry xD The column right now exactly shows you how many Pokémon are evolvable with your current candy and current Pokémon...
Okay, understood now. I don't think it's a good idea to replace the column with the "new" calculation. Not everyone wants to transfer all his Pokémon just for evolve. I...
I'll take that soon, I guess.
@weblue It's really small part of code and it's hidden in the File menu I would say. So is there a reason to not include that, just so you have...
That's quite difficult stuff. I mean if gamepress has an API to query it would work. Otherwise... very complicated. I will check that out in the future when I find...