| 84 | } |
| 85 | |
| 86 | bool PartDocument::isActive() const |
| 87 | { |
| 88 | const auto activeView = Core::self()->uiControllerInternal()->activeSublimeWindow()->activeView(); |
| 89 | if (!activeView) { |
| 90 | return false; |
| 91 | } |
| 92 | |
| 93 | return activeView->document() == this; |
| 94 | } |
| 95 | |
| 96 | bool PartDocument::save(DocumentSaveMode /*mode*/) |
| 97 | { |