# Editor Window The editor window methods should mainly focus on GUI/control management while editing is left up to the transcript objects. This settings are stored locally and generally set the window properties/GUI. - `geometry`: window geometry - `windowstate`: window state - `windowfont`: window font - `tapefont`: paper tape font - `suggestionsource`: use clippy-2 or tapey tape - `backgroundcolor`: background color of window - `recentfiles`: list of file paths of recently opened transcripts - `autosaveinterval`: interval between autosave attempts ```{eval-rst} .. automodule:: PloverCATWindow :members: :show-inheritance: :member-order: bysource ```