Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kerry
Total activity
65
Last activity
April 04, 2025 00:32
Member since
July 31, 2019 01:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
16
Activity overview
Posts (13)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
July 27, 2020 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'...
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin: Getting "Copying or archiving duplicate paths..." deprecation warnings when building plugin
0 votes
Created
July 21, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
What's the best way to include user documenation with your plugin?
0 votes
Created
July 21, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
What's the best way to include user documenation with your plugin?
0 votes
Edited
July 09, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Using a LanguageTextField in a Preferences dialog - Tab key issue
0 votes
Created
June 29, 2020 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...
Community
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 votes
Created
June 12, 2020 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...
Community
IntelliJ IDEA Users
How do I turn off these end-of-line inlay hints?
0 votes
Edited
July 02, 2020 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...
Community
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 votes
Edited
June 05, 2020 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...
Community
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 votes
Created
June 05, 2020 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 ...
Community
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 votes
Edited
June 06, 2020 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...
Community
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 votes
«
First
‹
Previous
Next
›
Last
»