| 235 | } |
| 236 | |
| 237 | bool SessionManager::willFileGetStoredInSession(ScintillaNext *editor) const |
| 238 | { |
| 239 | SessionFileType editorType = determineType(editor); |
| 240 | |
| 241 | // See if the editor type is in the currently supported file types |
| 242 | return fileTypes.testFlag(editorType); |
| 243 | } |
| 244 | |
| 245 | void SessionManager::storeFileDetails(ScintillaNext *editor, QSettings &settings) |
| 246 | { |