rala
rala
not really for me a neutral button (on left) is enough which toggles all
I searched a bit why `f.show` isn't working until I noticed it should be `final DialogFragment f`. _update: `fragment` has to be `f`_ now I get this log: FATAL EXCEPTION:...
It works! =D Thank you very much ;) Now I've only to figure out how to prevent dismissing the dialog on clicking this button... Maybe I'll figure it out with...
to un/-/select all entries I've already this code in my custom `MyXpMultiSelectListPreferenceDialogFragment` (I use retro-lambda): @Override protected void onPrepareDialogBuilder(AlertDialog.Builder builder) { super.onPrepareDialogBuilder(builder); builder.setNeutralButton(R.string.pref_ignoredSubjects_toggleAll, (dialog, which) -> { MultiSelectListPreference preference =...
Sorry for being unclear; yes, after unloading the plugin the issue is gone. I'm meaning the option `Git-Tool window -> Log -> Commit Content -> ContextMenu -> Show Diff`. As...
Windows 10 Java AdoptOpenJDK (build 11.0.10+9, 64bit) IDEA Ultimate; 2021.2.2 (212.5284.40) Below a screenshot of the dialog that pops up _(the git log is partly seen in the background)_: ...
I updated to the recent version: I still see the tabs below but I can also see the diff: text:  diff: 
I disabled it now and the "Text" tab is gone.  Do you mean the fancy CSV icon? It is just the [Extra Icons](https://plugins.jetbrains.com/plugin/11058-extra-icons) plugin.
I have no idea right now too. At least I can see the diff - that's the most important part. I'd leave the issue open, because we might find a...
same problem for `required`