Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pedro Massango
Total activity
11
Last activity
April 27, 2021 16:17
Member since
April 27, 2021 09:05
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
April 27, 2021 16:17
So probably deprecate (and remore it from the docs) setPlugins(...) should be the way to go, I was just following the docs :)Thank you for your time!
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 votes
Edited
April 27, 2021 16:13
Wow, that worked out. Thank you so much. Now Dart is not getiing deleted from sandbox!So we should always use `platformPlugins` for direct and transitive plugins? why?Why I was facing that issue?I'...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 votes
Edited
April 27, 2021 15:31
"Why don't you specify Dart plugin as required dependency in intellij->setPlugins block?" I already tried that, also tried to add in both using setPlugins in gralde and on xml file but the issue st...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 votes
Created
April 27, 2021 15:09
I've tried that, what is happening is that no matter what add there it is always included within the project root dir, so when I add what you provided above it generates the sandbox in: root-projec...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 votes
Edited
April 27, 2021 13:12
Hi Yann Cebron Here it is: https://github.com/pedromassangocode/magicx Also, I noticed that once I changed the sandbox dir, it always start. a brand new intelliJ instance, I mean, it always show ...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 votes
Edited
April 27, 2021 11:57
Hi Yann Cebron See bellow my gradle configs, my sandbox path is now changed but every time I build my plugin and then install some required plugin-dependnecy then I stop the build, make some code c...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 votes
Created
April 27, 2021 09:05
Hi all, I want to do the inverse: avoid sandbox being cleared everytime I change my code. Is that possible?
Community
IntelliJ IDEA Open API and Plugin Development
Clearing plugins-sandbox automatically
0 votes