主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
创建于
2024年02月12日 15:37
Hi Jarek,VirtualFile.getChildren() API doesn't guarantee any file order, and there is no method that allows for controlling that.Regarding the Project View order, it can be configured via Tree Appe...
社区
IntelliJ IDEA Open API and Plugin Development
VirtualFile's Children order doesn't match Project Explorer's order
1 票
创建于
2024年02月12日 15:04
Hi, You should override the AnAction.update() method and enable and show it when the function following the naming convention. See: https://plugins.jetbrains.com/docs/intellij/basic-action-system....
社区
IntelliJ IDEA Open API and Plugin Development
PyCharm Plugin: Adding action to EditorPopupMenu.Run to run individual pytest with custom configuration
1 票
创建于
2024年02月02日 11:16
Sorry, I misunderstood you.If you want to have it only working in PyCharm and not IntelliJ IDEA without the Python plugin, then you should declare PythonCore as a plugin in your build script, exact...
社区
IntelliJ IDEA Open API and Plugin Development
Optional Plugin Dependency Failed to Compile without Plugin Registered in build.gradle.kts
1 票
创建于
2024年02月01日 15:21
I'm wondering why you are writing text to virtual file instead of a document. Can you try modifying the document?This looks suspicious:vfsFile.writeText(content) PsiDocumentManager.getInstance(proj...
社区
IntelliJ IDEA Open API and Plugin Development
Undo not present after vfs.writeText on non edited file
1 票
已编辑于
2024年01月31日 10:12
I would add that JetBrains Mono doesn't support Chinese characters (https://www.jetbrains.com/lp/mono/) and in such a case, as far as I understand, fallback font is used. In the case of Windows, th...
社区
IntelliJ IDEA Open API and Plugin Development
My plugin's JTextField cannot display Chinese characters in Windows.
1 票
创建于
2024年01月31日 09:54
I see now and I think this is the expected behavior. Your plugin is not dynamic, so any uninstallation or installation activities require restart to work properly. Without restart, you cannot expec...
社区
IntelliJ IDEA Open API and Plugin Development
Why injectionConfig will fail when my plugin uninstall and then reinstall?
1 票
创建于
2024年01月25日 14:02
Hi Abdul,Sorry for the delay. I don't understand the issue. Does it work correctly and after restart it does not? What does the restart mean? Is it a sandbox development instance? Do you install an...
社区
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
1 票
创建于
2024年01月02日 11:01
Hi Chris,At first sight, it looks like a bug. What is the context it is called from?
社区
IntelliJ IDEA Open API and Plugin Development
Calling AboutTroubleInfoCollector.collectInfo() method throws NPE in tests because of '"com.intellij.ide.ui.LafManager.getCurrentUIThemeLookAndFeel()" is null'
1 票
创建于
2024年01月02日 08:59
Hi Dragos,This forum is about IntelliJ Platform plugin development only, so this is the wrong place to ask this question.If you want to dig into how this is implemented in the IntelliJ Platform, I ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA Community Caption
1 票
创建于
2023年12月11日 09:58
Hi,Please check git4idea.log.GitShowCommitInLogAction.
社区
IntelliJ IDEA Open API and Plugin Development
How to open the git windows and focuse on special brance and commit?
1 票
«
第一页
‹
上一页
下一页
›
最后
»