make export panel to modal sheet

Issue #29 resolved
1024 repo owner created an issue

Actually, this can't be resolved as long as the NSDocument subclass is written in ASOC. Because NSOpenPanel uses the block literal syntax to make it into sheet panel (beginSheetModalForWindow:completionHandler: method), and ASOC has no corresponded syntax to realize this.

However this should be implemented no the less.

Comments (2)

  1. Log in to comment