MapView with Mono has troubles saving GIF images. The background is filled with garbage.
I'd like to output screenshots in PNG (eventually), i glanced at the SaveGif() function when implementing PNG input/output for PckView ... hoped it was working ok, guess not :\
answers to these questions are in the CHM-help file. if there's a viewer for CHM on non-windows ...
Is there any easier way to add custom maps to the tree, other than modifying MapTilesets.yml and restarting?
right click on the Maptree and, depending on what node is selected, options should pop up in a menu
Is there an undo?
no. Implementing Undo/Redo in a nontrivial codebase that wasn't written with it in mind is (very) nontrivial.
Are there keyboard shortcuts for map editing (move cursor, change level, cut/copy/paste...)?
cut = Ctrl+x
copy = Ctrl+c
paste = Ctrl+v
delete = Delete
(but not sure about non-windows systems)
move cursor - nope, am thinking about it at some point tho.
change level - nope.
because of the way MapView was originally coded, implementing shortcuts is a fair bit more complicated than normal,