mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 06:45:06 -05:00
* add Groovy File Filter example as tooltip (improved)
This commit is contained in:
parent
e655817584
commit
2a417f85d1
@ -102,7 +102,7 @@ public class PresetEditor extends JDialog {
|
||||
inputPanel.add(pathInput, "growx, gap rel");
|
||||
inputPanel.add(createImageButton(selectInputFolder), "gap 0px, wrap");
|
||||
JLabel includesLabel = new JLabel("Includes:");
|
||||
includesLabel.setToolTipText("Groovy File Filter (e.g. fn =~ /alias/)");
|
||||
includesLabel.setToolTipText("<html>Groovy File Filter<br>• fn =~ /alias/<br>• ext =~ /mp4/<br>• minutes > 100<br>• file.isEpisode()<br>• …<br></html>");
|
||||
inputPanel.add(includesLabel, "gap indent, skip 1, split 3");
|
||||
inputPanel.add(wrapEditor(filterEditor), "growx, gap rel");
|
||||
inputPanel.add(createImageButton(listFiles), "gap rel");
|
||||
|
Loading…
Reference in New Issue
Block a user