Vojtěch Krása
Vojtěch Krása
https://youtrack.jetbrains.com/issue/IDEA-306362/ListPopup-mnemonics-are-not-visible
by running the action again
@Xander-Polishchuk thanks, that one is fixed.
I do not think that's possible.
I use just multicarets for that
`Main Menu | Edit | Find | Add Selection for Next Occurrence` or `Main Menu | Edit | Find | Select All Occurrences` I mapped it to alt+D and alt+G,...
Sending data to external services might be a security/legal problem for some corporations. It would be better to do it in a new plugin. No idea how an offline solution...
Sure, no problem, feel free to make a pull request. It seems that you just want to do: ``` Profile selectedProfile = GrepConsoleApplicationComponent.getInstance().getState().getDefaultProfile(); HighlightingFilter filter = new HighlightingFilter(project, selectedProfile); Filter.Result...
Hello, sorry to hear that. I will take a look, the test console is quite special, in a bad way... Thanks you for the donation! Every bit helps. By my...
Apply cannot reload existing text, because there is no original text, only what is in the console. Unit tests are special, because the content is stored somewhere and is reloaded...