Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
December 08, 2013 23:03
Your tests are run using classpath.test, which doesn't seem to include the idea-IC jar classes anywhere, it only includes the JUnit jar.
Community
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 votes
Created
January 30, 2014 09:59
Note that 1.6 is still the default and the most stable version for running IntelliJ (and hence plugins) on OSX. You don't have to require it for execution on Windows, but you do have to compile for...
Community
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 votes
Created
January 22, 2014 20:45
Thanks Konstantin, I just saw your blog post. This looks great, thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Plugin with (UML) Diagrams dialog as a base
0 votes
Created
May 06, 2013 09:02
Perfect, thanks very much, Yann.
Community
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 votes
Created
February 19, 2014 12:54
I believe there's an example of how to use the debugger in the open source JSTestDriver plugin. See this comment: http://devnet.jetbrains.com/message/5485315#5485315I'd be very interested in hearin...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin which utilises Javascript Debugger and/or JetBrains IDE support Chrome extension
0 votes
Created
April 10, 2014 01:17
Note that some of these plugins (including Javascript) do have OpenAPIs, so you could theoretically work with them to some degree. See the openapi jar inside the plugin directory in your IntelliJ i...
Community
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 votes
Created
July 01, 2014 17:38
Right, the problem is that the APIs tend to change between versions. Depending on what your plugin does, you might be ok - those APIs might be stable and you might not have a problem. But as your p...
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
July 10, 2014 11:43
That looks to me like you're getting a conflict between the version of log4j provided by IntelliJ and your version. Why do you have to supply your own version? Couldn't you just exclude your versio...
Community
IntelliJ IDEA Open API and Plugin Development
ClassLoader error when using own log4j
0 votes
Created
July 10, 2014 13:32
For the core module, could you give the log4j library provided scope? Then it would be available for compilation but would not be packaged.
Community
IntelliJ IDEA Open API and Plugin Development
ClassLoader error when using own log4j
0 votes
Created
August 15, 2014 03:31
Here's the data from the latest version of Cursive:...@cursiveclojure:~$ sudo ./downloads 0.1.30V12: 1302V13: 2545V13.1: 5791Total: 9638
Community
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 votes
«
First
‹
Previous
Next
›
Last
»