intellij-plugin-export-keymap icon indicating copy to clipboard operation
intellij-plugin-export-keymap copied to clipboard

IntelliJ IDEA plugin that allows to generate pdf keymaps

Results 12 intellij-plugin-export-keymap issues
Sort by recently updated
recently updated
newest added

Hi, Currently, the IntellIJ IDEA support several language pack. It would help users a lot if this plugin could use the shortcut names from the language pack when export pdf.

~~~stacktrace java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.createList(ScriptBytecodeAdapter.java:625) at org.intellij.plugins.export.keymap.model.ActionsProfile.(ActionsProfile.groovy:9) at org.intellij.plugins.export.keymap.model.CommonActionsProfile.(CommonActionsProfile.groovy) at org.intellij.plugins.export.keymap.ExportKeymap.actionPerformed(ExportKeymap.java:105) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235) ~~~ IntelliJ IDEA 2022.2 EAP (Ultimate Edition) Build #IU-222.2162, built on May 6,...

After having switched to a new keymap, I want to print it, for reference. When I try to do that, I get a dialog where I can select the keymap...

After having installed the plugin for the first time, I went to Settings | Keymap and wondered why there was no `Export` or `Print` button. I had to read the...

I created my own custom keymap based on default keymap. when I print it to PDF, it did not include my own custom shortcuts. I selected my own custom keymap...

I found our plugin very useful to generate a nice keymap for intellij. I had the need to extend it to allow other action ids to be shown in the...