主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pedro Massango
活动总数
11
最后的活动
2021年04月27日 16:17
成员加入日期
2021年04月27日 09:05
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(1)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月27日 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!
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 票
已编辑于
2021年04月27日 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'...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 票
已编辑于
2021年04月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 票
创建于
2021年04月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 票
已编辑于
2021年04月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 票
已编辑于
2021年04月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development: avoid clearing sandbox on code change
0 票
创建于
2021年04月27日 09:05
Hi all, I want to do the inverse: avoid sandbox being cleared everytime I change my code. Is that possible?
社区
IntelliJ IDEA Open API and Plugin Development
Clearing plugins-sandbox automatically
0 票