NetNewsWire/Mac/MainWindow/OPML
Brent Simmons 06b0e35739 Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot.
Create separation extensions — one for protocol conformance, one for private methods — ExportOPMLController.

Make minor code formatting change: instead of { return } — which is hard to set a breakpoint on — move the return to its own line.

Remove an internal access qualifier, since internal is default and implied.
2019-10-23 22:00:14 -07:00
..
ExportOPMLAccessoryView.xib Use an accessory view instead of an intermediate sheet for OPML export 2019-10-22 12:14:38 -05:00
ExportOPMLAccessoryViewController.swift Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot. 2019-10-23 22:00:14 -07:00
ExportOPMLController.swift Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot. 2019-10-23 22:00:14 -07:00
ImportOPMLSheet.xib Add ellipsis where needed in import/export OPML sheets. Fix #731. 2019-06-09 20:18:10 -07:00
ImportOPMLWindowController.swift Remember last selected account on OPML import. Issue #661 2019-05-21 14:56:41 -05:00