Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bing
Total activity
21
Last activity
May 06, 2022 14:59
Member since
January 16, 2018 02:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (5)
Comments (10)
Sort by votes
Recent activity
Votes
Created
January 16, 2018 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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Community
PyCharm
pycharm cannot debug with ModuleNotFound error
1 vote
Created
May 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 votes
Edited
May 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 votes
Edited
May 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 votes
Edited
May 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
cannot access map during function
0 votes
Edited
May 04, 2022 15:05
Thanks. The problem is the path. May the absolute path I tried was wrong which misled me.
Community
IntelliJ IDEA Open API and Plugin Development
cannot get vfs File
0 votes
Edited
May 03, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Any way to delete a file before create
0 votes
Created
May 03, 2022 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.
Community
IntelliJ IDEA Open API and Plugin Development
Any way to delete a file before create
0 votes
Edited
May 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser, how to properly set HTML string
0 votes
Created
May 02, 2022 15:36
Brandon Atkinson 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>"...
Community
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser, how to properly set HTML string
0 votes