Charlie Dyson
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
AnsweredThere is nothing obvious being highlighted in the IDE and the error is very vague.I am using the plugin template from here:https://github.com/JetBrains/intellij-platform-plugin-template -
Created java: cannot access com.intellij.openapi.actionSystem.DataKey
AnsweredI recently upgraded my IntelliJ version from 2018.3 to 2020.3. I now get an error when trying to run code involving data keys: Editor editor = event.getData(CommonDataKeys.EDITOR);String highlighte... -
Created Is it possible to trigger a plugin action when an exception happens in the users console?
AnsweredAs the title says I am looking to trigger a plugin action by an exception happening in the user of the plugins console. If it is not possible specifically by an exception happening the ceasing of e...