Philippe Voinov
Philippe Voinov
It's possible to reorder nodes in a list manually by using "copy", "delete", navigate, insert sibling above/below and "paste". We could support reordering "natively" by with a shortcuts like "shift-up"...
For example auto-suggest making the replaced value a child of the new node after "set variant". That would be equivalent to "copy", "set variant", focus (most common) child and "paste".
It's not possible to write escapes in a string (eg. `\n`), since everything is escaped automatically. The problem is that since the input box is single-line, there's absolutely no way...
To reproduce: - write a class which implements an interface in a text file - load the file in forest and save it again - the "extends" keyword is replaced...
FreeIPA sends certificates in a special way. In the schema they are either `string` or `Certificate`. In the response they are sent as `{"__base64__": "thecertinbase64"}`. The current implementation either crashes...
On macOS (and probably on Linux) `GetAssetImporter` crashes because it expects backslashes in paths, but gets forward slashes. As far as I can tell this code path is only triggered...