screenshoter
screenshoter copied to clipboard
IDEA plugin to make code screenshots
I updated Android Studio to Iguana. When I try to take screenshot it shows this error ``` java.lang.NoClassDefFoundError: org/apache/batik/svggen/SVGGraphics2D at one.util.ideaplugin.screenshoter.TransferableImage$Format.(TransferableImage.java:41) at one.util.ideaplugin.screenshoter.CopyImageOptionsProvider$State.(CopyImageOptionsProvider.java:48) at one.util.ideaplugin.screenshoter.CopyImageOptionsProvider.(CopyImageOptionsProvider.java:19) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)...
``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'one.util.ideaplugin.screenshoter.SaveImageAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: one.util.ideaplugin.screenshoter] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at...
It would be nice to attach line numbers on the left side of the screenshot (either original or 1-based)
Hi, I'm not able to take a screenshot when pressing the shortcut ctrl+shift+alt+a in Intellij. Intellij version: 2023.2.2( Community Edition) Build #IC-232.9921.47, built on September 13, 2023 Plugin version: Code...
Hi, thanks for the great plugin. It would be nice if the settings can be changed to apply to all projects, instead of only applying to the current one (or...
java.lang.NoClassDefFoundError: org/apache/batik/svggen/SVGGraphics2D at one.util.ideaplugin.screenshoter.TransferableImage$Format.(TransferableImage.java:41) at one.util.ideaplugin.screenshoter.CopyImageOptionsProvider$State.(CopyImageOptionsProvider.java:48) at one.util.ideaplugin.screenshoter.CopyImageOptionsProvider.(CopyImageOptionsProvider.java:19) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:63) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:1011) at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:47) at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:43) at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:158) at...
I would like to save as Image (SVG) but I get the following error when I try (with hotkey - I moved the Ctrl+Alt+Shift+A to the save as Image instead...
Thank you for a great plugin! When being prompted for "Copying such a big image could be slow and may take a lot of memory. Proceed?" It would be nice...
– Remove single padding value – Add padding width and height
screenshot also aware of wrap line symbols Tested on 2016.3 and 2018.3