Foxlider / FASTER

Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
GNU General Public License v3.0
121 stars 34 forks source link

Add ability to filter profile mods list #49

Closed theace0296 closed 2 years ago

theace0296 commented 2 years ago

Based on feedback from #43, this is a simple text input at the bottom of the mod list. It has the standard options for doing case-sensitive, whole-word, and regex. It also doesn't modify the internal Profile Mods list, but any modifications (checking Server/Client/etc.), will propagate into the underlying list.

I wouldn't say it's the prettiest solution in the world, but it does work.

theace0296 commented 2 years ago

@Foxlider I can't add you as a reviewer but this is ready whenever you have time.

Foxlider commented 2 years ago

I'll check it when possible

Foxlider commented 2 years ago

You'll have to test a bit more I'm having exceptions when using regex : Line 255 : System.Text.RegularExpressions.RegexParseException: 'Invalid pattern '*' at offset 1. Quantifier {x,y} following nothing.' Otherwise It doesn't conflict with 1.8 functionality, good work !