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
September 05, 2014 00:21
One thing to bear in mind is that stubs are generally used to create a lightweight partial PSI tree which is used for global symbol resolution. It looks like your stub code is working correctly bas...
Community
IntelliJ IDEA Open API and Plugin Development
problems creating stub tree
0 votes
Created
October 25, 2014 20:24
Yeah, that's what I figured - it works in v14 for me too. It's a bummer though, since without this support I need to continue using one old-format repository per IntelliJ version, and people have t...
Community
IntelliJ IDEA Open API and Plugin Development
More problems with custom repositories
0 votes
Created
November 02, 2014 10:28
Thanks Florian. That's not my problem unfortunately since my plugin isn't available in the main plugin repo - I use a custom repository as my main means of distribution.
Community
IntelliJ IDEA Open API and Plugin Development
More problems with custom repositories
0 votes
Created
October 26, 2014 01:10
Unfortunately there are still some serious bugs on Java 7 and 8 on OSX, see: https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Yosemite-or-Mavericks...
Community
IntelliJ IDEA Open API and Plugin Development
Which Java version should plugin authors target for plugin languages targeted at IDEA14+
0 votes
Created
December 14, 2014 19:40
Is it possible to build a plug-in that simply disables that feature for community edition?Yes, you can do this with optional dependencies in your plugin.xml - quite a few plugins do this with the c...
Community
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 votes
Created
January 01, 2015 21:28
I looked into this recently, and found two examples of the XDebugger API which were relatively simple - the AntDebugger plugin and there's one in Jon Akhtar's Lua plugin: https://bitbucket.org/sylv...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement a simple debugger for programming lang
0 votes
Created
January 27, 2015 21:35
Probably a part of them not caring about it is the fact that plugins using JavaFX can still not be used on OSX, since on that platform JDK 1.6 is still the recommended JDK for running IntelliJ.
Community
IntelliJ IDEA Open API and Plugin Development
Does Intellij SDK work with JavaFX?
0 votes
Created
January 18, 2015 08:49
Actually, I have another question about the debugger. CLJX is a Clojure templating system that allows code to be shared between Clojure (JVM backend) and ClojureScript (which compiles to JavaScript...
Community
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 votes
Created
January 19, 2015 20:57
Ah, I'm sorry, I should have specified - this is using the JVM debugger.
Community
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 votes
Created
February 12, 2015 10:23
I filed this as a bug: https://youtrack.jetbrains.com/issue/IDEA-136426
Community
IntelliJ IDEA Open API and Plugin Development
Formatting problems
0 votes
«
First
‹
Previous
Next
›
Last
»