主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kerry
活动总数
65
最后的活动
2025年04月04日 00:32
成员加入日期
2019年07月31日 01:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
16
活动概览
帖子(13)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
2020年07月27日 15:04
It tried that once before, and instead of it helping, I get LOTS MORE of those warnings instead, at least on the first rebuild after changing the file. Does the position in the script matter? Here'...
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin: Getting "Copying or archiving duplicate paths..." deprecation warnings when building plugin
0 票
创建于
2020年07月21日 12:35
What threw me off was that I was hoping to have everything all set to go before I created a new Marketplace page, rather than creating the page first, and only then being able to add a documentatio...
社区
IntelliJ IDEA Open API and Plugin Development
What's the best way to include user documenation with your plugin?
0 票
创建于
2020年07月21日 03:04
I've already created a GitHub README and added a link to it in my description. These "Custom Pages" in the Marketplace that you mention are perhaps what I was wondering about.I haven't found any do...
社区
IntelliJ IDEA Open API and Plugin Development
What's the best way to include user documenation with your plugin?
0 票
已编辑于
2020年07月09日 14:52
I came up with a solution, but I sure hope that there's something easier than this. Solving the problem required setting focusTraversalKeysEnabled on an inner component of the LanguageTextField, th...
社区
IntelliJ IDEA Open API and Plugin Development
Using a LanguageTextField in a Preferences dialog - Tab key issue
0 票
创建于
2020年06月29日 00:29
I've just run into a similar problem, trying to create a LanguageTextField.I'm confused about why I should use createComponents() instead of createUIComponents(). What good is the createUIComponent...
社区
IntelliJ IDEA Open API and Plugin Development
how to use a TextFieldWithCompletion inside of a configuration window that was build with the form builder ?
0 票
创建于
2020年06月12日 15:05
The checkboxes were disabled, so I couldn't change them... I discovered, however, that if I re-enable all hints globally: ...that I can then turn off the previously-disabled checkboxes, then disab...
社区
IntelliJ IDEA Users
How do I turn off these end-of-line inlay hints?
0 票
已编辑于
2020年07月02日 18:46
After much experimentation, I finally found a solution.It wasn't Editor.markupModel that I wanted to use, it was EditorImpl.filteredDocumentMarkupModel that I needed — that's where all of the forma...
社区
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 票
已编辑于
2020年06月05日 00:34
You said "You would most likely need to get the editor where the file is open, locate the place in the editor where the PsiElement is located, and query the text attributes of that text range." I d...
社区
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 票
创建于
2020年06月05日 00:04
Just to add some detail, the plugin I'm trying to create is functioning primarily as a HighlightVisitor, but it's a HighlightVisitor that needs to know how other HighlightVisitors have highlighted ...
社区
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 票
已编辑于
2020年06月06日 04:35
I'm trying to make an IntelliJ version of an extension I created for Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=kshetline.ligatures-limited The IntelliJ API doesn't pro...
社区
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 票
«
第一页
‹
上一页
下一页
›
最后
»