Mark Brocato
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Mark Brocato created a post, 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.... -
Mark Brocato created a post, 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... -
-
-
Mark Brocato created a post, 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... -
Mark Brocato created a post, 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 ... -
-
Mark Brocato created a post, 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... -
Mark Brocato created a post, 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... -
Mark Brocato created a post, 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 ...