主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jakub Chrzanowski
活动总数
1394
最后的活动
2025年04月24日 07:29
成员加入日期
2020年01月22日 06:34
关注
0 名用户
关注者数
1 名用户
投票数
8
订阅数
571
活动概览
文章(0)
帖子(0)
评论(815)
按最近的活动排序
最近的活动
投票数
创建于
2021年02月11日 12:19
Sorry for the late reply, in that case, you should try with executeOnPooledThread().
社区
IntelliJ IDEA Open API and Plugin Development
How to create a background invisible process?
1 票
创建于
2020年11月25日 09:05
Ah, sorry about that - it is not available in the SDK. Please try with: IdeFocusManager.getInstance(editor.project).requestFocus(editor.contentComponent, true)
社区
IntelliJ IDEA Plugin Users
How to focus the Editor after insert text?
1 票
创建于
2020年11月23日 08:35
Zachary, you can use the PsiViewer plugin to check the PSI structure of the JavaScript file. For the following file: function foo(bar) { return true} it looks like: Thanks to that information, yo...
社区
IntelliJ IDEA Open API and Plugin Development
Grab All functions from js and vue files
1 票
创建于
2020年11月13日 09:10
You're invoking the navigate method in the renderer instead of some on-cell click event. The getListCellRendererComponent is rendered quite often, i.e., when it loses focus when you change a file i...
社区
IntelliJ IDEA Open API and Plugin Development
After calling psielement.navigate(true) , I am unable to switch to another file in the Intellij Editor
1 票
创建于
2020年11月09日 07:21
You're looking for the CheckboxTree class. There's the UI Inspector tool available that you may use next time, allows for inspecting any of the IDE UI components.
社区
IntelliJ IDEA Open API and Plugin Development
I Need Help About Checkbox Tree
1 票
创建于
2020年11月05日 08:22
Is that exception thrown in the runtime? As I see, you have not specified the following dependency in your plugin.xml file: com.intellij.modules.androidstudio Please follow the Android Studio Plugi...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException: org.jetbrains.android.facet.AndroidFacet
1 票
创建于
2020年10月21日 09:41
Ernesto, It is not possible to extend that view - besides, with 2020.3, UI will slightly change:
社区
IntelliJ IDEA Open API and Plugin Development
Plugin details page
1 票
创建于
2020年10月16日 09:52
Alexandr, Some icons have different variants for the light/dark modes, some don't. I.e. copy icon: rubygems icon has just a single variant provided - because it looks good in themes.
社区
IntelliJ IDEA Open API and Plugin Development
Icons from jetbrains.design/intellij/resources/icons_list for light and dark mode
1 票
创建于
2020年10月16日 09:44
To search for the files of specific FileType, use: FileTypeIndex.getFiles(@NotNull FileType fileType, @NotNull GlobalSearchScope scope) To search and process these files, use: FileTypeIndex.process...
社区
IntelliJ IDEA Open API and Plugin Development
Access all source XML, Java, Kotlin files for android plugin ?
0 票
创建于
2020年09月28日 12:18
That's correct - you have to move these resources to the specific place to make them available for the external tools - it's plugin's directory in this case. Check the PluginPathManager for methods...
社区
IntelliJ IDEA Open API and Plugin Development
Add custom files in Plugin
1 票
«
第一页
‹
上一页
下一页
›
最后
»