Mark Brocato

- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Installed IntelliJ 16 EAP - Idea Platform Plugin Project won't load plugin in sandbox
After installing IntelliJ 16 EAP, my plugin project will no longer get loaded into the sandbox when I run it. Even worse, if I go back and try and run it in IntelliJ 15, it no longer works either.... -
创建于 Fixture tests failing due to extra warning about JSX Harmony in IntelliJ 15
Hi, since upgrading my plugin SDK to IntelliJ 15, all of the inspection tests are failing due to an additional warning coming from the fixture file:<warning descr="Switch language level to JSX Harm... -
创建于 java.lang.RuntimeException: no screen devices when running unit tests from TeamCity
When I try to run my unit tests via gradle in TeamCity for my plugin project, all fail with the following exception. Am I missing some kind of a setting or flag? java.lang.RuntimeException: java.l... -
创建于 Can't run unit tests
I tried to run my unit tests in forked mode for a speed boost and now I get the following error, even without forking. I'm guessing there is something I must clear out but not sure what. I tried ... -
创建于 Error in unit tests: DefaultColorSchemesManager has default state, but not marked to load it
I made some changes to my IDE color scheme and now I get the following stacktrace every time I run a JUnit test against my plugin in the IDE. Any ideas how to fix this?ERROR: DefaultColorSchemesMa... -
创建于 Opening a web view from a plugin
Is there any documentation or examples available showing how a plugin can display a web page within IDEA, either as a tab or dialog? I am specifically trying to load up a local web project at know... -
创建于 Is it possible for a plugin to change project settings programmatically?
I'm developing a plugin to extend the built-in support for ExtJS. Is it possible for my plugin to automatically add ExtJS as a JavaScript library if the user has not already done so? Where can I ...