Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
November 01, 2023 08:52
yes, there is still a way```org.jetbrains.plugins.textmate.configuration.TextMateUserBundlesSettings#addBundle```
Community
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 votes
Created
August 05, 2020 07:18
Thanks for detailed reply, I believe it might be useful for other users.
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 votes
Created
August 04, 2020 16:50
> com.intellij.debugger.engine.JavaStackFrame Yes, it's in Java plugin that you need to attach (as I described before) No, you don't need to download anything additionally
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 votes
Created
August 04, 2020 09:02
@Milligangregg try to add a dependency on Java plugin: `intellij { plugins = ['java'] }`, depedency on java plugin module should be also defined in plugin.xml
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 votes
Created
July 28, 2020 09:57
> Yes - but the natural thing to do (for a gradle beginner) is to run the 'runIde' step at top level. I believe it's a gradle interface problem, I don't think plugin can solve it > Maybe a flag in...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
July 28, 2020 08:56
@Scott, there is no inheritance in tasks. `gradle runIde` literally means "run runIde task in all nested projects even if they are not in the dependency graph". What you want to do is `gradle :runI...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
July 27, 2020 12:08
Thanks for the investigation. It looks like this is the only way to build JPS plugin right now with gradle. Still, adding `platforma-api.jar` and its dependencies like JDOM might be risky, as there...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
May 21, 2020 09:57
> the actual question at hand Which one? You've never described it, only blaming me. > You've just wanted to prove a point. Not really, I don't have any point to prove here. You asked to add logs...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Created
May 21, 2020 09:10
Couldn't insert images properly, here there are: https://imgur.com/a/GbtE53u
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Edited
May 21, 2020 09:10
To me, it looks like you haven't read the whole thread. What're you trying to achieve here by blaming me for my comments taken out of the context? Is this what you call seeking for the help? > For...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Next
›
Last
»