Checks if this plugin should be displayed when files are selected. The default implementation always returns true. @return true to display this plugin when files are selected.
| 157 | // @return true to display this plugin when files are selected. |
| 158 | // |
| 159 | bool Plugin::ShowForFiles() const noexcept(false) |
| 160 | { |
| 161 | return true; |
| 162 | } |
| 163 | |
| 164 | // |
| 165 | // Checks if this plugin should be displayed when folders are selected. |