It's interesting on how they tout implementing very basic usability features like these: - multi-select in some (admittedly non-standard and treeview-like) listbox... How did such a "feature" require 7 years to implement? - switching between dark and light themes with a single button... Doesn't every UI library implement this as default by now? Also, refactoring file I/O completely so that it abstracts away path sepa…
> multi-select in some (admittedly non-standard and treeview-like) listbox... How did such a "feature" require 7 years to implement? How often do you need to multi-select items on a list box? I don’t I’ve ever found myself needing to do that in the many years I’ve been a GIMP user. > switching between dark and light themes with a single button... Doesn't every UI library implement this as default by now? Which UI lib…
In other picture-editing software I use it all the time to select multiple layers to move them at the same time, or to show/hide multiple layers all at once
>> Or they could just convert everything to forward slashes which also works on every OS...
> ...except Windows.
Wrong. I have no idea where this comes from, other than Linux-fanboys re-iterating the same old story from Windows 95 over and over again. Windows has supported forward slashes as path separators since Windows 2000 (at least).