主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bing
活动总数
21
最后的活动
2022年05月06日 14:59
成员加入日期
2018年01月16日 02:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(5)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2018年01月16日 03:09
Jesus. It just because there is a file named email.py which conflicted with the module email. There is no indication of this. I waste the whole day to figured out this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
社区
PyCharm
pycharm cannot debug with ModuleNotFound error
1 票
创建于
2022年05月06日 14:59
I am so confused. Try to switch to junit5 for test https://github.com/madneal/sec-dog/blob/0046f10e482d3b181377a6cfcfab3e07ac141d05/src/test/kotlin/com/github/madneal/secdog/CheckerTest.kt#L10 It w...
社区
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 票
已编辑于
2022年05月06日 14:22
It's so weired. I clone the project from the scratch and delete the `.idea` folder. But I find the problem still exists. Could you try to modify the `packageName` parameter to see if it changed ins...
社区
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 票
已编辑于
2022年05月06日 13:04
em. There is nothing special configure. The project is created by the https://github.com/JetBrains/intellij-platform-plugin-template. I am not sure if there is need to `Run Plugin` and `Run Verif...
社区
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 票
已编辑于
2022年05月06日 12:35
I have created a `map` branch for test https://github.com/madneal/sec-dog/blob/be23566e4f90f9021c7246dde1099823288ce344/src/test/kotlin/com/github/madneal/secdog/MyPluginTest.kt#L32 The weired is n...
社区
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 票
已编辑于
2022年05月04日 15:05
Thanks. The problem is the path. May the absolute path I tried was wrong which misled me.
社区
IntelliJ IDEA Open API and Plugin Development
cannot get vfs File
0 票
已编辑于
2022年05月03日 20:33
If try to delete file like this, it seems the delete operation was executed. But it would generate the below error. val createFileFromText = psiFileFactory.createFileFromText("sca.md", result)var d...
社区
IntelliJ IDEA Open API and Plugin Development
Any way to delete a file before create
0 票
创建于
2022年05月03日 10:33
Yann Cebron What I want is to overwrite the same file if the file exists. But `checkCreateFile` is utilized to check if it's possible to crate a file.
社区
IntelliJ IDEA Open API and Plugin Development
Any way to delete a file before create
0 票
已编辑于
2022年05月02日 16:04
Yann Cebron It still does not work to add BoderLayout var browser = JBCefBrowser()browser.loadHTML("<html><body><p>dfasdfas</p></body></html>")var panel = JPanel(BorderLayout())panel.add(browser.co...
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser, how to properly set HTML string
0 票
创建于
2022年05月02日 15:36
@... Sorry to bother you, but I came across the same problem. I tried to new a JPanel like this: var browser = JBCefBrowser()browser.loadHTML("<html><body><p>dfasdfas</p></body></html>")var panel =...
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser, how to properly set HTML string
0 票