Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott Wells
Total activity
178
Last activity
January 16, 2016 14:22
Member since
March 04, 2013 20:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
44
Activity overview
Posts (34)
Comments (100)
Sort by recent activity
Recent activity
Votes
Created
January 03, 2016 17:00
Okay, this is working very well now when I use File>New>Project from Version Control, but it doesn't work properly when I do File>New>Project/Module from Existing Sources (which includes Check out ...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to detect and fix incorrect module type?
0 votes
Created
January 03, 2016 00:25
ApplicationManager.getApplication().invokeLater(new Runnable(){ @Override public void run() { ProjectManager.getInstance().closeProject(project); }});ApplicationManager.getApplic...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to detect and fix incorrect module type?
0 votes
Created
January 02, 2016 18:51
Thanks, Colin! The combination of an editorNotificationProvider to detect the situation/prompt the user for conversion (which closes and reopens the current project) and a project.converterProvide...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to detect and fix incorrect module type?
0 votes
Created
December 17, 2015 20:48
Thanks for the heads up, Nikolay. Does this mean that Java 8 will be the standard JRE on Mac OS X now? The issues with the Oracle JREs on OS X are the reason that I made the necessary changes to ...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ Platform migrates to Java 8
0 votes
Created
December 04, 2015 02:35
Brad, mine isn't open source, but here's an example from one that is:https://github.com/JetBrains/intellij-haxe/blob/master/src/META-INF/plugin.xmlLook at lines 28-30 and, because those dependencie...
Community
IntelliJ IDEA Open API and Plugin Development
Can an IDEA plugin re-use the capabilities of an existing plugin
0 votes
Created
December 03, 2015 19:29
My plugin does this today, but I will say that I'm likely going to replace the use of the Problems View with a custom tool window that serves the same purpose. There are two reasons I'm planning t...
Community
IntelliJ IDEA Open API and Plugin Development
How to use CompileContext.addMessage() to show a error in the message toolbox?
0 votes
Created
December 03, 2015 19:11
Hopefully I'll provide a correct answer here based on my own experience. Yes, you can declare a dependency on another plugin in your plugin.xml and whether that dependency is optional or not. You...
Community
IntelliJ IDEA Open API and Plugin Development
Can an IDEA plugin re-use the capabilities of an existing plugin
0 votes
Created
November 18, 2015 17:44
No, that's actually very helpful. I'll see if my user can create a standalone reproducible test case of the issue. If so, I'll debug it including into the coverage plugin itself if it's not a bug...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 17:24
Oh, and just so I understand your comment "I can admit that we have..." You're saying that there are certain situations in the Java coverage engine where coverage annotations aren't shown in the e...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 17:15
Thanks, Anna. I'll update my engine implementation to include an override of that method to see how it's perceiving these files. That should help me know whether that's contributing or not.
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Next
›
Last
»