Module implementing the Editor File Handling configuration page.
None |
EditorFilePage | Class implementing the Editor File Handling configuration page. |
create | Module function to create the configuration page. |
Class implementing the Editor File Handling configuration page.
None |
None |
EditorFilePage | Constructor |
__checkFileFilter | Private method to check a file filter for validity. |
__extractFileFilters | Private method to extract the file filters. |
__setDefaultFiltersLists | Private slot to set the default file filter combo boxes. |
on_addFileFilterButton_clicked | Private slot to add a file filter to the list. |
on_deleteFileFilterButton_clicked | Private slot called to delete a file filter entry. |
on_editFileFilterButton_clicked | Private slot called to edit a file filter entry. |
on_fileFiltersList_currentItemChanged | Private slot to set the state of the edit and delete buttons. |
on_openFiltersButton_toggled | Private slot to switch the list of file filters. |
on_previewMarkdownPyMdownInstallPushButton_clicked | Private slot to install the pymdown extensions package via pip. |
save | Public slot to save the Editor File Handling configuration. |
None |
Constructor
Private method to check a file filter for validity.
Private method to extract the file filters.
Private slot to set the default file filter combo boxes.
Private slot to add a file filter to the list.
Private slot called to delete a file filter entry.
Private slot called to edit a file filter entry.
Private slot to set the state of the edit and delete buttons.
Private slot to switch the list of file filters.
Private slot to install the pymdown extensions package via pip.
Public slot to save the Editor File Handling configuration.
Module function to create the configuration page.