Charlie Dyson
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
已回答There 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 -
创建于 java: cannot access com.intellij.openapi.actionSystem.DataKey
已回答I 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... -
创建于 Is it possible to trigger a plugin action when an exception happens in the users console?
已回答As 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...