mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[ui] adding nemo and thunar to the list of supported file managers (IJPL-171764)
(cherry picked from commit 200377bd28b9b4e4863d9403cfa1541ea5d4d3de) IJ-CR-150378 GitOrigin-RevId: 0c2332af6ca264306c3c664300c144f8bdce4eff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ca48a33cce
commit
2c32c5adfc
@@ -308,7 +308,9 @@ public class RevealFileAction extends DumbAwareAction implements LightEditCompat
|
||||
}
|
||||
|
||||
private static final class Holder {
|
||||
private static final String[] supportedFileManagers = {"nautilus", "pantheon-files", "dolphin", "dde-file-manager"};
|
||||
@SuppressWarnings("SpellCheckingInspection") private static final String[] supportedFileManagers = {
|
||||
"nautilus", "pantheon-files", "dolphin", "nemo", "thunar", "dde-file-manager"
|
||||
};
|
||||
|
||||
private static final boolean fileManagerPresent;
|
||||
private static final @Nullable String fileManagerApp;
|
||||
|
||||
Reference in New Issue
Block a user