Scott Smith
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Plugin Signing in Markeplace Coming in 2021.2?
AnsweredHi,We are starting to test our plugin on 2021.2, since EAP version 4416.7 we notice that an unsigned plugin warning appears when we try to install our plugin from a ZIP file. I found this blog post... -
Created How to register custom gutter icons to Editor > General > Gutter Icons?
AnsweredHello, We are adding some custom gutter icons provided by our plugin. We would like to allow users to disable those gutter icons from Editor > General > Gutter Icons. In order to do this, do we nee... -
Created Intellij Plugin Testing Robot Framework (intellij-ui-test-robot) on Windows?
AnsweredHello,We are in the process of setting up tests for our plugin using the intellij-ui-test-robot plugin/framework (https://github.com/JetBrains/intellij-ui-test-robot). I have managed to get the tes... -
Edited Classloaders in 2020.3 EAP
AnsweredHello,We are trying to migrate our tests to be compatible with Idea 2020.3 in anticipation of its release. We are having classloading issues, specifically when fetching services. Previously we coul... -
Edited Using Services when unit testing plugin against Idea 2019.3
AnsweredHi,We are trying to expand the testing regime for our plugin to cover all versions that we support, including 2019.3. Some of our tests, based on ` JavaModuleTestCase make calls to ServiceManager.g... -
Edited 2020.3 EAP Incompatible with JDK8?
AnsweredHello,We're testing our plugin on the 2020.3 EAP (LATEST-EAP-SNAPSHOT) and we are having some trouble building our plugin against this version with JDK8, failing with an error like import com.int... -
Created Pre-Release Testing of Paid Plugin Licensing through Jetbrains License Server
AnsweredHello,It is possible to test a credit card purchase of a paid plugin before it is released - does anyone know if it possible to test floating network licensing similarly?Many ThanksScott Smith -
Created Dynamically generated Plugin XML Description
AnsweredHi!Is it possible to insert 'dynamically generated content' into the plugin XML description element? In particular, we would like to get the currently installed plugin version and interpolate this ...