Frodo45127
Frodo45127
We can use the MultiView to get them in parallel, sync their scrollbars and compare them. Then paint the different cells, add red empty rows when a complete row is...
That table is weird. Not sure if it's properly decoded.
Basically, we can use this to filter parts of a table, then wipe out everything not in screen from that table, so what we see is what's left. Useful for...
We need to map a key press for this. Not sure how to do it with the current Qt Bindings.
This looks like a Qt/Windows issue, as I just call the default function from Qt, and this happens. Needs some more investigation though.
RPFM sorts them alphabetically, not using the numbers. For example, RPFM will consider 10 to go before 2. This needs some investigation, as I have never touched the sorting code.
This require us to use a trick in the FileDialog that I don't know if it'll work on Linux and Windows, as for those RPFM defaults to the native FileChooser.
This setting should make RPFM open the folder in the explorer/file manager where a file/folder has been extracted just after the extraction finished. We can try to add it to...
There is a little boolean there whose use we don't know. This calls for an investigation. Not really affecting how the tables work currently, but I don't like "unknown" parts...
Fluent version: 0.16 FluentBundle version: 0.15.2 OS: Windows Rust version: 1.56/1.56.1 When calling FluentBundle::format_pattern() with a specific pattern, the lib triggers an "unreachable code" panic on fluent-bundle-0.15.2\src\resolver\expression.rs:63:36 and crashes. Managed...