| 487 | } |
| 488 | |
| 489 | TextDocument::LoadStatus TextDocument::loadFromStream( IOStream& file ) { |
| 490 | return loadFromStream( file, "untitled", true ); |
| 491 | } |
| 492 | |
| 493 | TextDocument::LoadStatus TextDocument::loadFromStream( IOStream& file, std::string path, |
| 494 | bool callReset ) { |
no test coverage detected